How do you find the number of terms given s_n=820 and 1+9+81+729+...?

1 Answer
Aug 23, 2016

n = 4

Explanation:

We use the formula s_n = (a(1 - r^n))/(1 - r) to find the sum of any geometric series.

In our case, r = 9, a = 1 and s_n = 820. We are looking for n.

820 = (1(1 - 9^n))/(1 - 9)

820(-8) = 1 - 9^n

-6560 - 1 = -9^n

-6561 = -9^n

6561 = 9^n

9^4 = 9^n

n = 4

Hence, there are 4 terms in this series.