$${n \choose 0} + {n+1 \choose 1} + {n+2 \choose 2} +\cdots + {n + r \choose r} = {n+r+1 \choose r}$$
The "committee selection model" is a model used to view combinations as selecting a committee from a group of people. E.g., ${15 \choose 4}$ is the number of 4-person committees that can be formed from a group of 15 people.
What I'm tasked with doing is a combinatorial proof using this model--showing that the left counts the same thing as the right using the committee model.