Suppose you toss 6 fair coins. What is the probability of getting an even number of heads?
The answer is
$$p = \frac{1}{2^6}\left({6\choose 0} + {6\choose 2} + {6\choose 4} + {6\choose 6} \right) = \frac{1}{2}$$
Is there a more natural way to see this?