I have been trying to make out how: $\binom{2n}{n} \sum_{k=0}^{n}\binom{n}{k} \binom{n}{n-k}=\binom{2n}{n}^{2}$ so in essence, showing that
$\sum_{k=0}^{n}\binom{n}{k} \binom{n}{n-k}=\binom{2n}{n}$
but I do not see this is the case, I mean in each summand, for a given $k$ I get,
$\frac{n!^{2}}{k!^{2}(n-k)!^{2}}$ I do not see how I can take out a common $\frac{2n!}{n!^{2}}$ out of each summand.
Any help is greatly appreciated.