Question: If A = {1, 2, 3}, what is the power set of A?
Options:
Correct Answer: {β , {1}, {2}, {3}, {1, 2}, {1, 3}, {2, 3}, {1, 2, 3}}
Solution:
The power set of a set with n elements has 2^n subsets. Here, n=3, so the power set has 2^3 = 8 subsets.