Question: If G = {1, 2, 3}, how many subsets of G have exactly 2 elements?
Options:
Correct Answer: 5
Solution:
The subsets with exactly 2 elements are {1, 2}, {1, 3}, and {2, 3}. So, there are 3 such subsets.