SOLUTION: Find the fourth term in the following recursively defined sequence. a1 = 2 an = an-1 + 3
Algebra
->
Triangles
-> SOLUTION: Find the fourth term in the following recursively defined sequence. a1 = 2 an = an-1 + 3
Log On
Geometry: Triangles
Geometry
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Triangles
Question 268945
:
Find the fourth term in the following recursively defined sequence.
a1 = 2
an = an-1 + 3
Answer by
stanbon(75887)
(
Show Source
):
You can
put this solution on YOUR website!
Find the fourth term in the following recursively defined sequence.
a1 = 2
an = an-1 + 3
--------------------
a1 = 2
a2 = 2+3 = 5
a3 = 5+3 = 8
a4 = 8+3 = 11
=================='
Cheers,
Stan H.