
Andrew M. answered 02/05/18
Tutor
New to Wyzant
Mathematics - Algebra a Specialty / F.I.T. Grad - B.S. w/Honors
an = 2an-1
To find subsequent terms, we first need at least one term.
Example: Given a1 = 5 and an = 2an-1
a1 = 5
a2 = 2(a1) = 2(5) = 10
a3 = 2(a2) = 2(10) = 20
.
.
.
It is also possible to work backwards. Given an = 2an-1 then an-1= an/2
If we have a4 = 40
a3 = 40/2 = 20
a2 = 20/2 = 10
a1 = 10/2 = 5