Thomas R. answered 05/11/18
Tutor
4.9
(1,926)
Over 25 years of experience and a sense of humor about math
An = A0 * rn-1 is the formula for a geometric sequence. All it really says is that we start with a seed value and keep multiplying it by the same ratio over and over, which is why we rewrite it as a power. Since the first term doesn't get changed, we have that "n-1" instead of "n".
Now, we simply plug in everything you were given and dance the night away!
A8 = (-10) * (2)8-1
= (-10) * 27
= (-10) * 128
= -1280