Question: If G = {x, y, z}, how many subsets contain exactly 2 elements?
Options:
Correct Answer: 3
Solution:
The subsets containing exactly 2 elements are {x, y}, {x, z}, and {y, z}. So, there are 3 such subsets.