I think it'd be 9 seconds, not 100% sure though.
If this is Textbook work- use SLADER (the app or the website)
F(1) = 45
f(n) = f(n-1) * 4/5
Step-by-step explanation:
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)ⁿ⁻¹
Answer:
f(3) = 63
Step-by-step explanation:
f(x) = 4^x-1;
Let x =3
f(3) = 4^3 -1
= 64-1
=63