SOLUTION: Find the first 4 terms of the following recursive sequence, an = an−1 − 10 , a1 = 20
Algebra
->
Sequences-and-series
-> SOLUTION: Find the first 4 terms of the following recursive sequence, an = an−1 − 10 , a1 = 20
Log On
Algebra: Sequences of numbers, series and how to sum them
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Sequences-and-series
Question 753039
:
Find the first 4 terms of the following recursive sequence, an = an−1 − 10 , a1 = 20
Answer by
tommyt3rd(5050)
(
Show Source
):
You can
put this solution on YOUR website!
a1=20
a2=a1-10=20-10=10
a3=a2-10=10-10=0
a4=a3-10=0-10=-10
:)