SOLUTION: Recursion Formula Find the next two numbers in each sequence. A) 1 , 3 , 7 , 15 , ______ , _______ B) 3, 1, 2 , -1 , 3 , -4 , ______, _______ C) 16, 24, 36 , 54 , 8

Algebra ->  Finance -> SOLUTION: Recursion Formula Find the next two numbers in each sequence. A) 1 , 3 , 7 , 15 , ______ , _______ B) 3, 1, 2 , -1 , 3 , -4 , ______, _______ C) 16, 24, 36 , 54 , 8      Log On


   



Question 885830: Recursion Formula
Find the next two numbers in each sequence.
A) 1 , 3 , 7 , 15 , ______ , _______
B) 3, 1, 2 , -1 , 3 , -4 , ______, _______
C) 16, 24, 36 , 54 , 81, ______, ______

Answer by richwmiller(17219) About Me  (Show Source):
You can put this solution on YOUR website!
A)
1 2 2 2 0
3 4 4 2 0
7 8 6 2
15 14 8
29 22
51
B)
3 -2 3 -7 18 -47 0
1 1 -4 11 -29 -47 0
2 -3 7 -18 -76 -47
-1 4 -11 -94 -123
3 -7 -105 -217
-4 -112 -322
-116 -434
-550