SOLUTION: Find the first 10 terms of each sequence:
An=An-1+2xAn-2
A1 = 1 A2 = 5
Algebra.Com
Question 161287: Find the first 10 terms of each sequence:
An=An-1+2xAn-2
A1 = 1 A2 = 5
Answer by vleith(2983) (Show Source): You can put this solution on YOUR website!
I'll do the next few, you pick it up from there and do the rest. You are given
a[x] = a[x-1] + 2* a[x-2]
To find
a[x] = a[x-1] + 2*a[x-2]
a[3] = a[3-1] + 2*a[3-2]
To find
a[x] = a[x-1] + 2*a[x-2]
a[4] = a[4-1] + 2*a[4-2]
and so on. On each iteration, you bump the number s up by one. You then need the previous two answers in order to solve for the new x.
RELATED QUESTIONS
Find the first three terms of the sequence, An=-2+(1-n)(-7).
The correct answer is one (answered by greenestamps)
the sequence is defined recursively. Write the first five terms.
a1=2, a2=5; an=an-2 - (answered by ashipm01)
Write the first seven terms of each sequence:
a1=1 , a2=-1 , an=an-2-an-1 , n is... (answered by oscargut)
Find the first five terms of each sequence.
a. a1 = -4
an = a (n- 1) +... (answered by solver91311)
Find the first five terms of the recursively defined infinite sequence.
a1=2,... (answered by dfrazzetto)
Find the first five terms of the recursively defined infinite sequence.
a1=2,... (answered by stanbon)
Find the first 40 terms of the sequence defined by A(n+1) = {(1/2)An if An is an odd... (answered by Edwin McCravy)
Find the first 5 terms of the recursive sequence. A1=3... (answered by jim_thompson5910)
Consider the recursive sequence. a1=3, a2=5, an = 1/2(an-1+an-2)
Find a3, a4, and... (answered by ewatrrr)