
Byron S. answered 11/20/14
Tutor
5.0
(44)
Math and Science Tutor with an Engineering Background
Hi Justis,
This is an example of a recursive formula for sequences, where each term is defined relative to the previous term.
a1 = 80
ak+1 = -1/2 ak
If k=1, this tells you that
a2 = -1/2 a1
a2 = -1/2 (80) = -40
For k=2, 3, 4, etc you have
a3 = -1/2 a2
a4 = -1/2 a3
a5 = -1/2 a4
a6 = -1/2 a5
and so on.
You can use these to find a3, a4, a5, etc, one at a time.