1

How do I show that for $n \geq 0$,

$$\sum_{k=0}^n \binom{n}{k}^2 = \binom{2n}{n}?$$

I know that $\sum_{k=0}^n \binom{n}{k} = 2^n$, but does this really tell me anything? Thanks.

Jyrki Lahtonen
  • 133,153
r123454321
  • 2,069

3 Answers3

4

To choose $n$ elements from a set $S$ of size $2n$, we may partition $S$ into subsets $A$ and $B$ each of size $n$, and then choose $k$ elements from $A$ and $n-k$ elements from $B$, where $0\le k\le n$. Hence, we find that

$$\sum_{k=0}^n \binom{n}{k}\binom{n}{n-k} = \binom{2n}{n}$$

But of course $\binom{n}{k}=\binom{n}{n-k}$.

Sarastro
  • 2,060
  • 3
  • 17
  • 28
3

HINT:

$$(1+x)^{2n}=(1+x)^n(x+1)^n$$

Expand and compare the coefficient of $x^n$

0

Split $2n$ things into two groups. Pick $k$ from the first group; leave behind $k$ from the second.

Micah
  • 38,108
  • 15
  • 85
  • 133