Prove that $\dbinom{n}{r - 1} + 2\dbinom{n}{r} + \dbinom{n}{r + 1} = \dbinom{n + 2}{r + 1}$.
I've tried manipulating both sides with $\dbinom{n}{r}$ factored out but I'm stuck. Any help?

On
Using Vandermonde's Identity, $$\begin{align} \binom n{r-1}+2\binom nr+\binom n{r+1} &=\sum_{i=0}^2 \binom 2{2-i} \binom n{r-1+i}\\ &=\binom {n+2}{r+1}\end{align}$$
Hint: Apply Pascal's Identity $$\binom{m}{k} = \binom{m - 1}{k} + \binom{m - 1}{k - 1}$$ to the right-hand side, then apply it to each of the resulting terms.