How would I approach solving this problem. Could someone direct me in the right direction?
Prove: $$\binom{n}{0} + \binom{n}{2} + \binom{n}{4} + \dots = \binom{n}{1} + \binom{n}{3} + \binom{n}{5}.$$
I can't seem to find the right identity to start on this.
\begin{align} 0 = (1 - 1)^n &= \sum_{i = 0}^n \binom{n}{i} (-1)^i \tag{binomial theorem} \\ &= \sum_{\substack{i = 0 \\[0.3ex] i \text{ odd}}}^n \binom{n}{i} (-1) + \sum_{\substack{i = 0 \\[0.3ex] i \text{ even}}}^n \binom{n}{i} \\ \end{align} Group the terms according to the parity of $i$. Rearranging gives the desired equality. $$\sum_{\substack{i = 0 \\[0.3ex] i \text{ odd}}}^n \binom{n}{i} = \sum_{\substack{i = 0 \\[0.3ex] i \text{ even}}}^n \binom{n}{i}$$