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
5.2m questions
6.8m answers