7. Arithmetic Sequences
Sign In
A sequence is arithmetic if the difference between two consecutive terms is constant.
Is the Sequence Arithmetic? Yes.
Explanation: See solution.
Recursive Formula: A(n)=A(n-1)+0.6, A(1)=0.3
Explicit Formula: A(n)=0.3+(n-1)(0.6)
When a sequence is arithmetic, the difference between two consecutive terms is constant. Examining our sequence we can see that this is the case. 0.3 + 0.6 âź¶ 0.9 + 0.6 âź¶ 1.5 + 0.6 âź¶ 2.1 + 0.6 âź¶ ... Since the difference between consecutive terms is constant and equal to 0.6, we have an arithmetic sequence with common difference 0.6. We will use this information to write both the recursive and the explicit formula.