Question: If G = {1, 2, 3}, how many subsets contain the element \'1\'?
Options:
Correct Answer: 6
Solution:
The subsets containing \'1\' can be formed by including \'1\' and choosing from the remaining elements {2, 3}. There are 2^2 = 4 subsets, but we need to exclude the empty subset, so there are 4 - 1 = 3 subsets containing \'1\'.