SOLUTION: A sequence is defined recursively by f(1) = 16 and f(n) = f(n-1) + 2n Find f(4)
Algebra
->
Quadratic Equations and Parabolas
->
Quadratic Equations Lessons
->
Quadratic Equation Lesson
-> SOLUTION: A sequence is defined recursively by f(1) = 16 and f(n) = f(n-1) + 2n Find f(4)
Log On
Quadratics: solvers
Quadratics
Practice!
Practice
Answers archive
Answers
Lessons
Lessons
Word Problems
Word
In Depth
In
Click here to see ALL problems on Quadratic Equations
Question 1028102
:
A sequence is defined recursively by f(1) = 16 and f(n) = f(n-1) + 2n
Find f(4)
Answer by
robertb(5830)
(
Show Source
):
You can
put this solution on YOUR website!
f(2) = f(1) + 4
f(3) = f(2) + 6
f(4) = f(3) + 8
Adding corresponding sides of the three equations above, we get
f(4) = f(1) + 18
==> f(4) = 16 + 18 = 34