4

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}$$

cardinal
  • 7,420
user25329
  • 1,037
  • 1
  • 9
  • 7

1 Answers1

11

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.

ncmathsadist
  • 49,383
  • 3
    A way to visualize this proof is to have an $n \times n$ grid, and count the number of ways (going either right or up) to get from the bottom left corner to the top right corner. If for each point of the main diagonal (going topleft-bottomright) you count the number of way to get to it from the bottom left vertex, and then multiply that by number of ways to get to the top right, you get this exact identity. – Aryabhata Feb 21 '12 at 01:17
  • That's quite cool, Aryabhata. – ncmathsadist Feb 21 '12 at 01:20
  • I am not sure what you mean by sum all k and get the result. Do you mind to explain some more? – user25329 Feb 21 '12 at 01:26
  • 2
    He guess he means

    $$\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
  • I guess he means – Pedro Feb 21 '12 at 01:52
  • Correct. It is what I meant to imply – ncmathsadist Feb 21 '12 at 02:23