Prove that $\binom{n}{0}+\binom{n}{2}+\binom{n}{4}+...=\binom{n}{1}+\binom{n}{3}+\binom{n}{5}+...$ using a combinatorial approach, NOT an algebraic approach.
Fot values of $n$ which are odd this is simple, using Pascal's identity and/or Pascal's triangle, but I am not sure how to approach this for even values of $n$. Thank you for your help.
Consider bit strings of length $n$.
The left-hand side is counting the number of such strings that have even parity (the sum of the bits is even), the right-hand side is counting those that have odd parity.
We can look at this another way. Say we have a given string of length $(n-1)$. Whatever parity it has, we can add another bit to make it even, or to make it odd.
That shows that the number of strings of length $n$ with even parity must be the same as the number of strings of length $n$ with odd parity.