prove that :
$$\sum_{k=0}^n \left ( \begin{array}{c}n\\k\end{array}\right )^2 = {2n \choose n}$$
I tried to prove it by supposing i have a class has (M) girls and n boys , and we need to choose a team (K of students) ---- So the ways are $$\displaystyle {m+n \choose k}$$---------- So I have (0) boy and (k) girl OR 1 of n and (k-1) of m OR 2 of n and (k-2) of m OR ... (k) of n and (0) of m
SO:
$(^{m}_{0})(^n_k)+(^m_1)(^{n}_{k-1})+(^{m}_{2})(^{n}_{k-2})+...(^{m}_{k})(^{n}_{0})$
THEN
$$ \ \sum_{i=0}^k{m \choose i}{n \choose k-i}\ $$
$$ \ \sum_{i=0}^k{m \choose i}{n \choose k-i} ={n+m \choose k}\ $$
suppose m=n=k (is it true to suppose this ? )
$$ \ \sum_{i=0}^n{n \choose i}{n \choose n-i} ={2n \choose n}\ $$
i+(n-i)=2n the below = the top
what should i do ??
Can i prove it by Mathematical induction ?