52.9k views
3 votes
A sequence is defined recursively using the formula f(n + 1) = –0.5 f(n) . If the first term of the sequence is 120, what is f(5)

User DMK
by
5.9k points

2 Answers

6 votes

so the answer is 7.5?

User Aimiliano
by
7.3k points
2 votes
lets substitute the values in the formula:
f(n + 1) = –0.5 f(n)

f(1) = 120
f(2) = -0.5*120 = -60
f(3) = -0.5(-60) = 30
f(4) = -0.5(30) = -15
f(5) = -0.5(-15) = 7.5
User Questionasker
by
7.0k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.