10

Please feel free to close this is necessary as I didn't see exactly this question (some variations that I tried but didn't seem to apply. Prove: $$\sum_{k=0}^{n}{\binom{n}{k}^2}=\binom{2n}{n}$$ I figured trying to muscle through it by expanding and then multiplying each term by variants of 1 such as $\frac{n^2}{n^2}$ and $\frac{n^2(n-1)^2}{n^2(n-1)^2}$ to get common denominators, but that was NOT the way it seemed as it got ugly pretty quickly. Then I tried thinking up formulas of the binomial theorem that I could differentiate like other sums of binomial coefficient problems and i couldn't think of one. Any help here would be great.

2 Answers2

32

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

$$\left(\sum_{0\le r\le n}\binom nr x^r \right)\left(\sum_{0\le r\le n}\binom nr x^{n-r}\right)=\sum_{0\le r\le 2n}\binom {2n}rx^r$$

Compare the coefficients of $x^n$

17

This is an immediate consequence of Vandermonde's identity. For $m,n,r\in \mathbb{N}_0$,

$$ {m+n \choose r} = \sum_{k=0}^r {m\choose k}{n\choose r-k}$$

Now set $m=r=n$, and replace ${n\choose n-k}$ with ${n\choose k}$.

vadim123
  • 82,796