Question 1.
If set has elements, how many subsets have an even number of elements?
Solution.
For any the number of -element subsets of an -element set is . Hence, the number of the sets having an even number of elements is
where is the maximal even number which does not exceed .
We know that the number of all the subsets is
Since
then
so the number of the subsets consisting of an even number of elements coincides with the number of the subsets consisting of an odd number of elements. Thus, both of these numbers equal , . If , i. e. is empty, then there is only one subset of and it has even number (zero) of elements.
Answer:
\[ \begin{cases}1,&\text{if }n=0,\\
2^{n-1},&\text{if }n>0.\end{cases} \]