I'm struggling with this proof... if anyone could help, it would be super appreciated!
Let $n$ be an odd positive integer, and write $n = 2k + 1$. Give a combinatorial proof to show that $$\frac{2^n}{2}= \sum^n_{i=k+1} {n \choose i} .$$
Thanks in advance!
$$\sum_{i=k+1}^n\binom ni=\sum_{i=k+1}^{2k+1}\binom{2k+1}{i}$$ counts the number of subsets of a set $S$ with $2k+1$ elements, with at least half of the elements. To count this, we can first choose a subset of $S$ by, for each of the $2k+1$ elements, either choosing to put it in, or not. This can be done in $2^{2k+1}$ ways (since there are $2k+1$ independent choices to make). Afterwards, we can pair each subset $X$ with its "inverse" $S\setminus X$. Each of the ${2^{2k+1}\over2}={2^n\over2}$ pairs will contain exactly one subset with half the elements or more. Our result then follows. $\blacksquare$