Question: What is the number of proper subsets of the set E = {a, b}?
Options:
Correct Answer: 3
Solution:
The total number of subsets is 2^n = 2^2 = 4. Proper subsets exclude the set itself, so there are 4 - 1 = 3 proper subsets.