I am trying to prove the following equation using the Binomial Theorem:
$\sum_{k=0}^{n} {{2n}\choose{2k}} = \sum_{k=1}^{n} {{2n}\choose{2k-1}}$
I had tried to replace $\binom {2n}{2k}$ with the Pascal Identity: $\binom {2n-1}{2k}+\binom {2n-1}{2k-1}$ but I can't understand how can I simplify it to look like the expression of the right hand side in the equation.
Please help.
From the Binomial Theorem, we have: $$(1+x)^{2n}=\sum_{k=0}^{2n}\binom {2n}{k}x^{k}$$ Now put $x=-1$ in the above expression, you'll get the required result.