[Math] How many subsets of $\{1,2,3,\ldots,100\}$ contain all the even numbers

combinatoricsdiscrete mathematics

Problem. How many subsets of $\{1,2,3,\ldots,100\}$ contain all the even numbers?

I am not sure what is meant by "contain all the even numbers". If we are talking about all the even numbers between $1$ and $100$ (including $100$), then there is only one subset but if we are talking about all subsets whose elements are only even numbers, then since there are $50$ even numbers between $1$ and $100$ (including $100$), then there are $2^{50}-1$ subsets of the original set whose elements are only even numbers and the $-1$ is just for subtracting the empty set.

What do I fail to understand?

Best Answer

"Contain all the even numbers" means exactly that. Example: $\{2,4,6,...,100,1\}$ contains all the even numbers and $1$.