that is an arithmetic sequence with
An = a + d(n-1)
An = 7.854 + 7.854(n-1)
BUT
it is more simply
An = n* 7.854
as you said
Hi all,
I have the following table:
N B
1 7.854
2 15.708
3 23.562
4 31.416
5 39.27
6 47.124
7 54.978
8 62.832
9 70.686
10 78.54
Since each increment of N will lead to an increase of the value of B by 7.854 can I represent it as such?
B(N)=N(x) where x=7.854 and N can be a value between 1 and 10.
2 answers
Thanks Damon.