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.
Asked
Active
Viewed 2.8k times
10
-
Have you tried induction? – Ben West Apr 26 '13 at 03:03
-
hmmmm...I have not... – Eleven-Eleven Apr 26 '13 at 03:06
-
this has been asked. see here. – Coffee_Table Apr 26 '13 at 03:09
-
Thank you! I couldn't find it before i typed it. – Eleven-Eleven Apr 26 '13 at 03:20
2 Answers
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$

lab bhattacharjee
- 274,582
-
That's funny as I had a fading thought of trying something like that (not the second part, but the first part, since i know of other results using the binomial theorem). Thanks @lab! – Eleven-Eleven Apr 26 '13 at 03:26
-
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