$$\binom{r}{r} + \binom{r+1}{r} + \binom{r+2}{r} + \dotsb + \binom{n}{r} = \binom{n+1}{r+1}$$
I don't have much experience with combinatorial proofs, so I'm grateful for all the hints.
(Presumptive) Source: Theoretical Exercise 1.11, P18, A First Course in Pr, 8th Ed, by S Ross
Think about it this way:
The RHS counts the number of $(r+1)$-element subsets of $[n+1]$; while the LHS counts the same, though seperated into different cases: First of all there's ${r\choose r}$ subsets of $[n+1]$ that have $r+1$ elements with largest element $r+1$; then, there're ${r+1\choose r}$ subsets of $[n+1]$ that have $r+1$ elements with largest elements $r+2$; etc.
Therefore ...