This question came about after reading this other question here.
Show that $$\sum_{r=1}^n a^{r-1}\left[\binom n{r-1}-(a+1)^{n-r}\right]=0$$ without expanding the summation in full.
If we expand the summation in full we have
$$\begin{align} \sum_{r=1}^n \binom n{r-1}a^{r-1} &=\sum_{r=0}^{n-1}\binom nr a^r\\ &=\sum_{r=0}^n \binom nr a^r-a^n\\ &=(a+1)^n-a^n\end{align}$$ and $$\begin{align} \sum_{r=1}^n (a+1)^{n-r}a^{r-1} &=\frac {(a+1)^n}a\sum_{r=1}^n\left(\frac a{a+1}\right)^r\\ &=\frac {(a+1)^n}a\cdot \frac a{a+1}\cdot\frac {1-\left(\frac a{a+1}\right)^n}{1-\frac a{a+1}}\\ &=(a+1)^n-a^n\end{align}$$ which are equal to each other.