40.7k views
12 votes
F(5)=12 for a geometric sequence that is defined recursively by the formula f(n)=0. 3*f(n-1), where n is an integer and n>0. Find f(7) Round your answer to the nearest hundredth

User Graeme
by
6.6k points

1 Answer

11 votes

Answer:

f(7) = 1.08

Explanation:

The recursive formula can be used with the given value to find the desired value.

__

Given:

f(n) = 0.3×f(n-1) . . . . . where f(5) = 12

The next term in the sequence is ...

f(6) = 0.3×f(5) = 0.3(12) = 3.6

f(7) = 0.3×f(6) = 0.3(3.6) = 1.08

User Jinpu Hu
by
6.5k points