SOLUTION: Find the first five terms of the sequence given the following recursive formula: a1=8, and an=10-3an-1, for n_>2
Algebra.Com
Question 1085313: Find the first five terms of the sequence given the following recursive formula: a1=8, and an=10-3an-1, for n_>2
Answer by jim_thompson5910(35256) (Show Source): You can put this solution on YOUR website!
We start with the first term (a1 = 8). To get the second term we plug it into the generating formula an = 10-3*(a(n-1)) which basically says "current term = 10 minus 3*(previous term)"
The rest of the terms are generated in a similar manner. They depend on the previous term.
So this is what the first five terms will look like:
a1 = 8
a2 = 10-3*(a1) = 10-3*(8) = -14
a3 = 10-3*(a2) = 10-3*(-14) = 52
a4 = 10-3*(a3) = 10-3*(52) = -146
a5 = 10-3*(a4) = 10-3*(-146) = 448
The first five terms of the sequence are 8, -14, 52, -146, 448
RELATED QUESTIONS
Write first four terms of the sequence definded by the recursive sequence
a1 = 4 and an (answered by fractalier)
suppose A1=2 and An+1=3An+2. Write the first five terms of the sequence. Then write an... (answered by josgarithmetic)
Identify the first five terms of the sequence in which a1 = 1 and an = 3an −1 + 2... (answered by ikleyn)
1) Use the explicit formula an=(-1)^n(13n-6), to find the first five terms of the... (answered by ikleyn)
I'm having trouble solving using the recursive formula. Here's the problem:
"Find the... (answered by Edwin McCravy)
Given the recursive formula for an arithmetic sequence find the first five terms.
an =... (answered by ikleyn)
1) Find the explicit formula that produces the given sequence. 2,-6,18,-54,...
A.... (answered by Boreal)
Is the formula an = -4n(n-1) explicit or recursive? Find the first five terms of the... (answered by jim_thompson5910)
Find the following four terms of the sequence given the following recursive formula:... (answered by Edwin McCravy)