asked 47.5k views
5 votes
A sequence is defined recursively by the formula f(n+1)=-2f(n). The first term of the sequence is -1.5. Whis is the next term in the sequence?

1 Answer

5 votes
We are told that f(1) = -1.5, and that f(n+1) = -2f(n).
Then: f(2) = -2f(1) = -2(-1.5) = +3 (answer)

answered
User Iamaatoh
by
8.6k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.