$$x^{\left(n-1\right)}+x^{\left(n-2\right)}c+x^{\left(n-3\right)}c^{2}+...+c^{\left(n-2\right)}+c^{\left(n-1\right)}=\frac{x^{n}-c^{n}}{x-c}$$ Where n is a positive integer
So step one is to test when $n=1$. I cannot even do this step. The $RHS = 1$ but I am struggling to get the LHS to also be one. I tried factorizing out $2$ after substituting since the end $x$ and $c$ become $1$, but I'm this doesn't really work. Is this a geometric progression?
Also is writing it out in this summation notation correct (I'm not too familiar with this notation, hopefully its right):
$$\sum _{n=n-1}^0\:x^n\:\cdot \:\sum _{n=0}^{n-1}c^n\:$$