SOLUTION: Given {f(1)=5 and f(n)=f(n-1)+4} find the explicit formula
Algebra
->
Coordinate-system
-> SOLUTION: Given {f(1)=5 and f(n)=f(n-1)+4} find the explicit formula
Log On
Algebra: Coordinate systems, graph plotting, etc
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Coordinate-system
Question 998719
:
Given {f(1)=5 and f(n)=f(n-1)+4} find the explicit formula
Answer by
ikleyn(52754)
(
Show Source
):
You can
put this solution on YOUR website!
.
Arithmetic progression with the first term 5 and the common difference 4.
f(n) = 5 + 4*(n-1).