How would one show that the summation $\sum_{k=1}^{n} c^k = \frac{c(c^n-1)}{c-1}$ is true?
Asked
Active
Viewed 36 times
0
-
1What is $(c-1)\sum_{k=1}^n c^k$ ? – Graham Kemp Sep 06 '17 at 02:22
1 Answers
4
Guide:
Suppose $$S = \sum_{k=1}^n c^k \tag{1}$$
$$cS = \sum_{k=1}^n c^{k+1}\tag{2}$$
Use the second expression to subtract the first expression and then solve for $S$.

Siong Thye Goh
- 149,520
- 20
- 88
- 149