Suppose we have the following two identities:
- $\displaystyle \sum_{k=0}^{n} \binom{n}{k} = 2^n$
- $\displaystyle \sum_{k=0}^{n} (-1)^{k} \binom{n}{k} = 0$
The first says that the number of subsets of an $n$-set is $2^n$. The second says that the number of subsets of even size equals the number of subsets of odd size (of an $n$-set). Thus there are $2^{n-1}$ subsets of even length and $2^{n-1}$ subsets of odd length?
To combinatorially prove the second identity, let $A$ be a $k$-subset of $[n]$. Then note whether $k$ is odd or even?