SOLUTION: Write a recursive formula for the squence 8, 10, 12, 14, 16 then find the next term
Algebra
->
Sequences-and-series
-> SOLUTION: Write a recursive formula for the squence 8, 10, 12, 14, 16 then find the next term
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 1081594
:
Write a recursive formula for the squence 8, 10, 12, 14, 16 then find the next term
Answer by
math_helper(2461)
(
Show Source
):
You can
put this solution on YOUR website!
x[n+1] = x[n] + 2, n=0,1,2,… ; x[0] = 8 x[4] = 16 x[5] = x[4] + 2 = 16 + 2 = 18