Question: If B = {a, b, c, d}, what is the power set of B?
Options:
Correct Answer: {β , {a}, {b}, {c}, {d}, {a, b}, {a, c}, {a, d}, {b, c}, {b, d}, {c, d}, {a, b, c}, {a, b, d}, {a, c, d}, {b, c, d}, {a, b, c, d}}
Solution:
The power set of a set with n elements has 2^n subsets. Here, n = 4, so the power set has 2^4 = 16 subsets.