Answer:
above answer is correct
Explanation:
F(1) = 45
f(n) = f(n-1) * (4/5)
f(n) = 45 x (4/5)ⁿ⁻¹
f(1) = 45 x (4/5)¹⁻¹ = 45 x (4/5)⁰ = 45 x 1 = 45
f (n-1) = 45 x (4/5)ⁿ⁻¹⁻¹ = 45 x (4/5)ⁿ⁻²
f(n) = f(n-1) * (4/5)¹ = 45 x (4/5) ⁿ⁻²⁺¹ = 45 x (4/5)ⁿ⁻¹
7.1m questions
9.5m answers