113k views
4 votes
A sequence is defined recursively using the formula f(n+1)=-0.5f(n). If the first term on the sequence is 120, what is f(5)

User Mgamba
by
8.5k points

2 Answers

6 votes

F(n+1)=-0.5f(n) 120 f (5)

User Romeo Valentin
by
8.5k points
2 votes

f(n+1)=-0.5f(n)\\ f(1)=120\\\\ f(2)=-0,5\cdot120=-60\\ f(3)=-0,5\cdot(-60)=30\\ f(4)=-0.5\cdot 30=-15\\ f(5)=-0.5\cdot(-15)=7.5
User Subramn
by
7.8k points

No related questions found