How can I prove that $\sum_{i=0}^n\binom{n}{i}^2 =\binom{2n}{n}$
Thanks in advance!
How can I prove that $\sum_{i=0}^n\binom{n}{i}^2 =\binom{2n}{n}$
Thanks in advance!
Consider $n$ girls and $n$ boys. We want to choose a n-person from them to make a team. We will prove the statement by double-counting this amount.
Clearly we have $C(n,2n)$ choices.
On the other hand we can assume that there are $i$ boys in the team, where $0 \leq n$, choose $i$ arbitrary but fix it, we have $C(i,n)$ choices for chosing boys, and $C(n-i,n)$ choices for chosing girls, so we have:
$C(n,2n) = \sum_{i=0}^n C(i,n)C(n-i,n)$,
but notice that we have $C(i,n)=C(n-i,n)$. So the disired equality holds:
$C(n,2n) = \sum_{i=0}^n C(i,n)C(i,n)$.
Rewrite one $\binom{n}{i}$ factor as $\binom{n}{n-i}$, then note both sides count ways to choose $n$ elements from a set of size $2n$.