I was wondering if the following reasoning is correct to show that $[n]$ has $2^{n-1}$ odd sized subsets.
By the Binomial Theorem, $$\sum_{k=0}^n\binom{n}{k}=2^n$$ which can be interpreted as the number of even sized subsets plus the number of odd sized subsets is $2^{n}$.
Also by the Binomial Theorem, $$\sum_{k=0}^n(-1)^k\binom{n}{k}=0$$ which can be interpreted as the number of even sized subset is the same as the number of odd sized subsets.
So it follows that the number of even sized subsets and odd sized subsets is both $2^{n-1}$.
I couldn't find a solution that followed this approach so I was wondering if this was also a correct way to look at things?