I cannot understand anything about this question. I get what Pascal's triangle is and I have seen the formula for adding combinations, and that's the only help I have seen but I do not know how to apply it to this problem. I understand how induction works, but I can't even understand the base case for this problem, even with hints. This is my first time dealing with combinations in this way (but I do understand principles behind combinatorics...) so any help, I will appreciate very much.
Fix a positive integer $r$. Use mathematical induction to show that $\binom {r} {r} + \binom {r+1} {r} + \binom {r+2} {r} +...+ \binom {n} {r}=\binom {n+1} {r+1}$.
I know that the base case should be $n=r$ but I cannot understand how the base case works. Also, I have to use Pascal's rule for the proof and not binomal coefficients formula. Please help?