SOLUTION: 1,2,2,4,3,8,7,10 what is next number?

Algebra.Com
Question 983310: 1,2,2,4,3,8,7,10 what is next number?
Answer by Edwin McCravy(20056)   (Show Source): You can put this solution on YOUR website!
A very common recursion formula is of this form:

, where a,b, and c are constants:

Substitute n=1





Substitute n=2





Substitute n=3





We will find a,b, and c from this system:



Subtracting the 1st equation from the 2nd equation



Subtracting the 2nd equation from the 3rd equation



So now we have this system:



Subtracting the first equation from the second:





Substitute in 12a+b=10

12(1)+b=10
   12+b=10
      b=-2

Substitute in 16a+b+c=14

16(1)+(-2)+c=14
      16-2+c=14
        14+c=14
           c=0

So recursion formula:





Now we test the recursion formula to see if 







So this is the correct recursion formula.

So we use it to find 





   <--answer

Edwin

RELATED QUESTIONS

What is the next number in sequence 7, 2 , 0, 7, 8 , 4 , 3... (answered by addingup)
What is the next number in the sequence 2, 1, 3, 4, 7, 11,... (answered by Targetweek)
What is the next number in the sequence: 1, 2, 3, 4, 5, 8, 7, 16, 9, ...? (A) 8 (B) 11 (answered by palanisamy)
What is the next number in these 4 sequences? 1. 3, -6, 12, 4, 20, ? 2. 7, 16, 8, 27,... (answered by richwmiller)
what is the next number in this pattern ? 1/5 , 1/4 ,3/10 , 7/20 (answered by lmeeks54)
What is the next number in these sequences: 1) 4,7,7,3,10,10,5,2,7 2)... (answered by greenestamps)
in the following series what number comes next 1 2 4 7 11 what number is... (answered by checkley79)
what is the next number in the following pattern 1, 1/2, 1/4, 1/8 A. 1/10 B. 1/12 C. (answered by asuar010)
what is the next number in the following pattern 1, 1/2, 1/4, 1/8 A. 1/10 B. 1/12 C. (answered by JenniferTutors,sunshine _ 1)
What is the next number in the sequence: 2 3 4 3 6... (answered by Edwin McCravy)