I want to show that the geometric series $$1+r+r^2 + \cdots + r^n = \frac{r^{n+1} - 1}{r-1}, r \neq 1$$
I first started with the following using Gauss method:
$$S = 1+r+r^2 + \cdots + r^n$$
$$S=r^n + r^{n-1} + r^{n-2} + ... + 1$$
Adding both S's:
$$2S = (1+r^n) + (r+r^{n-1})+(r^2+r^{n-2})+...+(1+r^n)$$
Am I on the right track?
PS: I initially tried to follow this question, however, there was not enough to go on, so I attempted to do this on my own.
Update:
I originally assumed that I can use Gauss method which proved (when he was 10 years old!) $$\sum_{k=1}^nk= \frac{n(n+1)}{2}$$
but from user comments below, Gauss method cannot be applied here, as my questions is regarding a geometric sum not an arithmetic sum.