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
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.