SOLUTION: What is a recursive rule for the sequence below? -19,-10,-1,8,... I think that it could be a1=8, an=a(n-1)+9

Algebra ->  Quadratic-relations-and-conic-sections -> SOLUTION: What is a recursive rule for the sequence below? -19,-10,-1,8,... I think that it could be a1=8, an=a(n-1)+9      Log On


   



Question 612560: What is a recursive rule for the sequence below?
-19,-10,-1,8,...
I think that it could be a1=8, an=a(n-1)+9

Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!
No, the first term is -19 and not 8.

So the sequence is really an = a(n-1)+9 where a1 = -19