I'm asked to use the fact that $\begin{pmatrix}n\\r\end{pmatrix}+\begin{pmatrix}n\\r-1\end{pmatrix}=\begin{pmatrix}n+1\\r\end{pmatrix}$ to show, by induction, that $$(a+b)^n=\begin{pmatrix}n\\0\end{pmatrix}a^n+\begin{pmatrix}n\\1\end{pmatrix}a^{n-1}b+\cdots+\begin{pmatrix}n\\r\end{pmatrix}a^{n-r}b^r+\begin{pmatrix}n\\n\end{pmatrix}b^n,$$ but I'm not sure where to start. I suspect that for the inductive step I multiply both sides by $(a+b)$, but from there I'm not sure where to go.
So this is what I've got so far doing it this way:
We are given that $$(a+b)^n=\sum_{k=0}^n\begin{pmatrix}n\\k\end{pmatrix}a^{n-k}b^k$$ Let $n=1$. Clearly $$(a+b)^1=\begin{pmatrix}1\\0\end{pmatrix}a^1+\begin{pmatrix}1\\1\end{pmatrix}b^1=a+b.$$ Now let us assume that this equality holds for some arbitrary $n>1$, namely for the equality below: $$(a+b)^n=\sum_{k=0}^n\begin{pmatrix}n\\k\end{pmatrix}a^{n-k}b^k$$ We must now show that this holds for $n+1$. We do this by multiplying each side of the equality above by $(a+b)$: $$(a+b)(a+b)^n=\sum^{n}_{k=0}\begin{pmatrix}n\\k\end{pmatrix}a^{n-k+1}b^k+\sum^{n}_{k=0}\begin{pmatrix}n\\k\end{pmatrix}a^{n-k}b^{k+1}$$ Note that $$\sum^{n}_{k=0}\begin{pmatrix}n\\k\end{pmatrix}a^{n-k+1}b^k=\sum^{n+1}_{k=1}\begin{pmatrix}n\\k-1\end{pmatrix}a^{???}b^{???}$$