SOLUTION: Write a recursive rule for the sequence. 40,20,10,5,...
Algebra
->
Sequences-and-series
-> SOLUTION: Write a recursive rule for the sequence. 40,20,10,5,...
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 869199
:
Write a recursive rule for the sequence.
40,20,10,5,...
Answer by
jim_thompson5910(35256)
(
Show Source
):
You can
put this solution on YOUR website!
20 = 40/2
10 = 20/2
5 = 10/2
etc etc
So the rule is "Divide the term by 2 to get the next term"
So the recursive equation is