Question: If E = {a, b, c}, how many subsets of E contain the element \'a\'?
Options:
Correct Answer: 4
Solution:
If \'a\' is included, we can choose from the remaining elements {b, c}. The subsets containing \'a\' are {a}, {a, b}, {a, c}, and {a, b, c}, totaling 4 subsets.