Question: If D = {a, b}, how many subsets of D contain the element \'a\'?
Options:
Correct Answer: 3
Solution:
The subsets containing \'a\' are {a}, {a, b}, so there are 2 subsets.