Question: If D = {1, 2, 3, 4, 5, 6}, how many subsets contain exactly 3 elements?
Options:
Correct Answer: 20
Solution:
The number of ways to choose 3 elements from a set of 6 is given by the combination formula C(n, r) = n! / (r!(n-r)!). Here, C(6, 3) = 20.