${n \choose r-1}+{n \choose r}={n+1 \choose r}.$
So what I tried to do was expand the first and second term.
$\frac{n!}{(r-1)!(n+1-r)!}+\frac{n!}{(r)!(n-r)!}.$
Then what I did was try to get common denominators.
$\frac{n!}{(r-1)!(n+1-r)(n-r)!}+\frac{n!}{(r)(r-1)!(n-r)!}.$
Then I attempted to combine and get the common denominator.
$\frac{(n!)(r)+(n!)(n+1-r)}{(r-1)!(n+1-r)(n-r)!(r)}.$
From here I simplified a bit more but didn't get a nice answer.
Some insight would be helpful.
\begin{eqnarray*}\binom{n}{r-1}+\binom{n}{r}&=&\frac{n!}{(n-(r-1))!(r-1)!}+\frac{n!}{(n-r)!r!}\\&=&\frac{n!r}{(n-r+1)!r!}+\frac{n!(n-r+1)}{(n-r+1)!r!}\\&=&\frac{n!r+n!n-n!r+n!}{(n-r+1)!r!}\\&=&\frac{n!n+n!}{(n+1-r)!r!}\\&=&\frac{(n+1)n!}{(n+1-r)!r!}\\&=&\frac{(n+1)!}{((n+1)-r)!r!}\\&=&\binom{n+1}{r} \end{eqnarray*}