175k views
0 votes
The first term of a sequence is -12. The recursive formula for the sequence is an = an-1 + 9. What are the next 3 terms in the sequence?

1 Answer

3 votes
The next three terms are: -3, 6, and 15

To get each new term, we simply add 9 to the last term. So we add 9 to -12 to get -3. Then we add 9 to -3 to get 6. Finally we add 9 to 6 to get 15

In other words,
first term = -12
second term = first term+9 = -12+9 = -3
third term = second term + 9 = -3+9 = 6
fourth term = third term + 9 = 6+9 = 15

This process repeats forever though we only need three terms in this case.

So that's why the answer is the three values -3, 6 and 15
User JianYA
by
6.4k points