Question: If D = {a, b}, how many subsets does D have?
Options:
Correct Answer: 4
Solution:
The number of subsets of a set with n elements is 2^n. Here, n = 2, so 2^2 = 4.