Prove that $\binom{n+0}0 + \binom{n+1}1 +\binom{n+2}2 +\ldots+\binom{n+r}r = \binom{n+r+1}r$ using combinatoric arguments.
(EDITED)
I want to see if I understood Brian M. Scott's approach so I will try again using an analogical approach.
$\binom{n+0}0 + \binom{n+1}1 +\binom{n+2}2 +\ldots+\binom{n+r}r = \binom{n+r+1}r$ can be rewritten as $\binom{n+0}n + \binom{n+1}n +\binom{n+2}n +\ldots+\binom{n+r}n = \binom{n+r+1}{n+1}$
We can use the analogy of people lining up to buy tickets to see a concert. Let's say there are only $n$ number of tickets available for sale. "Choosing" who gets to attend the concert can be done in two ways.
The first way (the RHS), we have $n+1$ number of tickets for sale but $n+r+1$ people who wants to buy the tickets. Thus, there are $\binom{n+r+1}{n+1}$ ways to "choose" who gets to attend the concert.
The second way (the LHS) is to select the last person in line to buy the first ticket (I think this was the step I missed in my first attempt). Then, we choose $n$ from the remaining $n+r$ people to buy tickets. Or we can ban the last person in line from buying a ticket and choose the second-to-last person in line to buy the first ticket. Then, we have $\binom{n+r-1}n$ ways. This continues until we reach the case where we choose the $n+1$ person in line to buy the first ticket (banning everyone behind him/her from buying a ticket). This can be done in $\binom{n+0}n$ ways.
Therefore, adding up each case on the LHS is equal to the RHS.