0

How would one show that the summation $\sum_{k=1}^{n} c^k = \frac{c(c^n-1)}{c-1}$ is true?

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

1 Answers1

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