Using Newton's binomial theorem to argue that: $n \ge 1$ $$36^n - 26^n = \sum_{k=1}^{n}\binom{n}{k}10^k \cdot 26^{n-k}$$ my argument $$(26+10)^n = \sum_{k=1}^{n}\binom{n}{k}10^k \cdot 26^{n-k} +26^n $$ $$(26+10)^n = \sum_{k=0}^{n}\binom{n}{k}10^k \cdot 26^{n-k} +26^n $$
I'm stuck at the part on what to do with the $26^n$ After I moved it over a made the sum $\sum_{k=1}^{n}$ to $\sum_{k=1}^{n}$
We first take the binomial expansion of $(26+10)^n$. $$ \begin{align} (26+10)^n&=\sum_{k=0}^n10^k\cdot26^{n-k}\\ &=26^n+\sum_{k=1}^n10^k\cdot26^{n-k} \end{align} $$ Notice that we pulled out $26^n$ from our sum.
Therefore, by subtracting $26^n$ from both sides we obtain $$\begin{align} (26+10)^n-26^n&=\sum_{k=1}^n10^k\cdot26^{n-k}\\ 36^n-26^n&= \end{align} $$