SOLUTION: Write a recursive rule for the squence -2, 4, -8, 16

Algebra ->  Sequences-and-series -> SOLUTION: Write a recursive rule for the squence -2, 4, -8, 16      Log On


   



Question 1081593: Write a recursive rule for the squence -2, 4, -8, 16
Answer by math_helper(2461) About Me  (Show Source):
You can put this solution on YOUR website!

x[n+1] = -2*x[n], ; x[0]=-2, n=0,1,2,3,...