SOLUTION: The explicit rule for a sequence is f(n)=1.25(n-1)+6.25. What should I do to find the recursive rule?

Algebra ->  Sequences-and-series -> SOLUTION: The explicit rule for a sequence is f(n)=1.25(n-1)+6.25. What should I do to find the recursive rule?      Log On


   



Question 1102909: The explicit rule for a sequence is f(n)=1.25(n-1)+6.25.
What should I do to find the recursive rule?

Answer by robertb(5830) About Me  (Show Source):
You can put this solution on YOUR website!
The explicit rule is linear.
Hence by the slope formula, f(n) - f(n-1) = 1.25, and therefore, f(n) = f(n-1) + 1.25.