114k views
4 votes
F(1) = 5

f(n) = 3 · f(n − 1), for n > 2
What is the 7th term in the sequence?
Please answer this

User East
by
9.4k points

1 Answer

4 votes

Answer:

a(7)=3645

Explanation:

you have :

f(1) =a= 5

and from recursive rule: f(n) = r · f(n − 1) and f(n) = 3 · f(n − 1)

So r=3

then

a(n)=a*r^(n-1)

a(7)=5*3^(7-1)

a(7)=5*3^6=3645

hope this helps

User George Mamaladze
by
8.3k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.

9.4m questions

12.2m answers

Categories