Vandermonde's Identity

m+nr = _k mk nr-k — split the committee by team.

The idea

Theorem (Vandermonde's identity).

For all non-negative integers $m$, $n$ and $r$, $\binom{m+n}{r} = \sum_{k=0}^{r} \binom{m}{k}\binom{n}{r-k}.$

Both sides count committees. The left side counts the committees of $r$ people that can be formed from a club of $m+n$ members; a committee is a set, so the order of choosing never enters. The right side counts the same committees after the club has been split into two groups, of sizes $m$ and $n$, and each committee has been sorted by the number $k$ of members it draws from the first group. The identity says that sorting the committees into these classes does not change how many there are.

Ways to work on it

Not sure where to start? Take the ten-question placement test.