Think of a set with $m+n$ elements as composed of two parts, one with $m$ elements and the other with $n$ elements. Give a combinatorial argument to show that
$\dbinom{m+n}{r}$ = $\dbinom{m}{0}$$\dbinom{n}{r}$ + $\dbinom{m}{1}$$\dbinom{n}{r-1}$ + $...$ + $\dbinom{m}{r}$$\dbinom{n}{0}$
where $n$ and $m$ are positive integers and $r$ is a integer that is less than or equal to both $n$ and $m$.
I don't have a idea to start thinking about that.