asked 106k views
1 vote
What is f(5) if f(1) =3.2 and f(x + 1) = 5/2(f(x))

asked
User Mpj
by
8.3k points

1 Answer

4 votes

Explanation:

f(x + 1) = (5/2)*f(x)

f(x + 1) = 2.5*f(x), f(1) = 3.2

f(2) = 2.5f(1) = 2.5*3.2 = 8

f(3) = 2.5f(2) = 2.5*8 = 20

f(4) = 2.5f(3) = 2.5*20 = 50

f(5) = 2.5f(4) = 2.5*50 = 125

answered
User Jason Steele
by
8.4k 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.