Show that for every $n\ge1$ and for every real number $x\ne 1$ $\dfrac {x^{n+1}-1}{x-1}=1+x+x^2+\cdots +x^n$ is valid.
By induction, put $n=1$ $x=2$ and you get for the base case:
$$\frac{x^2-1}{x-1}=x+1$$ $$x+1=x+1$$
Then consider $n=m$
$\dfrac {x^{m+1}-1}{x-1}=1+x+x^2+\cdots +x^m$ and assume that holds.
We then calculate $m=n+1$:
$\dfrac {x^{n+2}-1}{x-1}=1+x+x^2+\cdots +x^n+x^{n+1}$ I get:
$$\frac{x^{n+2}}{x-1}-\frac{1}{x-1}=1+x+x^2+\cdots+x^n+x^{n+1}$$
Multiply by $x-1$ and get:
$$x^{n+2}-1=(x-1)(1+x+x^2+\cdots+x^n+x^{n+1})$$
But how do we get further here?