Use a combinatoric proof to prove that:
$$ \sum_{k=0}^m {m \choose k} {n \choose r+k} = {m+n \choose m+r}. $$
I've had a couple of ideas on how to tackle this - first, I tried to see if I could divide m and n into two separate committee/groups of size m and n. But I wasn't able to figure out what the combination would represent. Then I tried to imagine whether it was equivalent to C(n,r) summed over m possibilities, but that doesn't seem correct either.
Any help?