Prove the following by way of a counting argument:
$$\binom{n}{0}^2+\binom{n}{1}^2+\cdots+\binom{n}{n}^2=\binom{2n}{n}$$
Prove the following by way of a counting argument:
$$\binom{n}{0}^2+\binom{n}{1}^2+\cdots+\binom{n}{n}^2=\binom{2n}{n}$$
Suppose you have $2n$ items. Break them into two equal groups of size $n$; fix an integer $k$, $0\le k \le n$.
Take $k$ from the first group and $n-k$ from the second. There are $${n\choose k}{n\choose n - k} = {n\choose k}^2$$ ways to do this.
Now if you take a sample of size $n$ from the $2n$, for a unique $k$ you will take $k$ from the first group and $n-k$ from the second. Sum over all $k$ and you get the result.
$$\sum_{k=0}^n{n \choose k}{n\choose n-k}=\sum_{k=0}^n{n \choose k}^2$$
– Pedro Feb 21 '12 at 01:42