Ask a New Question

Asked by Anonymous

third term using the recursive rule f(1)=.2

for f(n)=2f(n-1)/5 + 1
9 years ago

Answers

Answered by Reiny
just keep working at it ...

f(1) = .2
f(2) = 2f(1)/5 + 1
= 2(.2)/5 + 1
= 1.08

f(3) = 2f(2)/5 + 1
= 2(1.08)/5 + 1
= 1.432
9 years ago
There are no AI answers yet. The ability to request AI answers is coming soon!

Submit Your Answer


We prioritize human answers over AI answers.

If you are human, and you can answer this question, please submit your answer.

Related Questions

How to write a recursive rul for sequences. ex.) 1,3,4,7,11 What is a recursive definition for the sequence 3, 5, 9, 17, 33..... My answer was adding muliple o... what is the recursive formula when given the explicit formula for the geometric sequence what is the recursive rule for the sequence -7.4, -21.2, -35, -48.8, -62.6 an=an-1+13.8 an=an+1+... 5th term for recursive sequence: a(1) = 1 a(n+1)=3a(n)-1 What is the recursive rule for the following sequence: -5, -3, -1, 1…? A. an = an n-1 - 5 B. an =... What is the recursive formula for this sequence? 1/8, 1/4, 1/2, 1 1.Given the recursive formula below, find the explicit formula and the 8th term: a1= 4 an= an−1... Consider the recursive function for the calculation of a factorial. def factorial(n): if n ==... Given the recursive formula for the geometric sequence a1=5 , an=25an−1 , find the second term of th...
Submit Your Answer

Question

third term using the recursive rule f(1)=.2

for f(n)=2f(n-1)/5 + 1

Ask a New Question
Archives Contact Us Privacy Policy Terms of Use