asked 81.7k views
0 votes
If f(1) = 10 and f(n) = -2f(n - 1) then find
the value of f(5).

1 Answer

2 votes

Answer:

f(1) = 10

f(2) = -2f(2 - 1) = -2f(1) = -2(10) = -20

f(3) = -2f(3 - 1) = -2f(2) = -2(-20) = 40

f(4) = -2f(4 - 1) = -2f(3) = -2(40) = -80

f(5) = -2f(5 - 1) = -2f(4) = -2(-80) = 160

answered
User Babay
by
8.5k 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.