Question: If E = {x | x is a prime number less than 10}, what is the power set of E?
Options:
Correct Answer: {β , {2}, {3}, {5}, {7}, {2, 3}, {2, 5}, {2, 7}, {3, 5}, {3, 7}, {5, 7}, {2, 3, 5}, {2, 3, 7}, {2, 5, 7}, {3, 5, 7}, {2, 3, 5, 7}}
Solution:
The prime numbers less than 10 are {2, 3, 5, 7}. The power set has 2^4 = 16 elements.