Consider the set $A = \{1, 2, …, n\}$
(a) How many subsets of A contain $1$?
I got $ 2^n - 2^{n-1}$
(b) How many subsets of A do not contain $1$?
I got $2^{n-1}$
(c) Use the pigeonhole principle and parts (a) and (b) to show that if we select more than half of the total subsets of A, then two of the sets selected will have the property that one is a subset of the other.
there are $n$ numbers out of which 1 is already selected. So we are left with $n-1$ numbers. If $B\subset A$ where $B=\{1, x: x\in A\}$ then noting that the number of such $B$ is same as number of subsets of a set of $n-1$ elements, we get $2^{n-1}$ as answer for (a).
For (b), the answer is total number of subsets of $A$ - total number of subsets that contains 1 = $2^n - 2^{n-1}=2^{n-1}$.