7. Arithmetic Sequences
Sign In
To find the second, third, and fourth terms of the arithmetic sequence, substitute 2, 3, and 4 in the given recursive formula.
Terms: 10, 11.2, 12.4
Explicit Formula: A(n)=8.8+(n-1)(1.2)
n | A(n)=A(n-1)+1.2 | A(n) |
---|---|---|
1 | A( 1)= 8.8 | |
2 | A( 2)=A( 2-1)+1.2 | A( 2)= A(1)+1.2 ⇕ A( 2)= 8.8 +1.2= 10 |
3 | A( 3)=A( 3-1)+1.2 | A( 3)= A(2)+1.2 ⇕ A( 3)= 10 +1.2= 11.2 |
4 | A( 4)=A( 4-1)+1.2 | A( 4)= A(3)+1.2 ⇕ A( 4)= 11.2 +1.2= 12.4 |