SOLUTION: Is it C? I want to check my answer. Consider the sequence: 8, 11, 14, 17, 20, 23, 26, ..... Write a recursive definition: A. B. C. D. The question fo

Algebra ->  Probability-and-statistics -> SOLUTION: Is it C? I want to check my answer. Consider the sequence: 8, 11, 14, 17, 20, 23, 26, ..... Write a recursive definition: A. B. C. D. The question fo      Log On


   



Question 1161324: Is it C? I want to check my answer.

Consider the sequence:
8, 11, 14, 17, 20, 23, 26, .....
Write a recursive definition:
A.
B.
C.
D.

The question for the sequence and the question itself is provided in the link here: https://i.imgur.com/KHfR1UI.png

Answer by MathLover1(20849) About Me  (Show Source):
You can put this solution on YOUR website!
yes, it is C
The first term is 8, so a%5B1%5D+=+8
Each time we want a new term, we add on 3.
a%5Bn%5D=3%2B3%2Aa%5Bn-1%5D+ -> a%5Bn-1%5D+ is previous term and a%5Bn%5D+ is next term ; we add on 3 to previous term