asked 178k views
3 votes
Complete the recursive formula of f(n)

Complete the recursive formula of f(n)-example-1
asked
User Zorayr
by
8.2k points

2 Answers

1 vote

Answer:

above answer is correct

Explanation:

answered
User LuigiEdlCarno
by
8.8k points
1 vote

Answer:

F(1) = 45

f(n) = f(n-1) * (4/5)

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)ⁿ⁻¹

answered
User Thismat
by
8.6k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.