Question: If D = {1, 2, 3, 4}, how many proper subsets does D have?
Options:
Correct Answer: 8
Solution:
The total number of subsets of D is 2^4 = 16. Proper subsets are all subsets except the set itself, so there are 16 - 1 = 15 proper subsets.