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

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

2 Answers

1 vote

Answer:

above answer is correct

Explanation:

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

User Thismat
by
8.6k 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