Explanation
1. Identify the "Colors" (Holes):
There are only 2 colors available in the drawer:
2. Analyze the Worst-Case Scenario:
-
If you pick 1 sock, it could be either black or brown.
-
If you pick 2 socks, the worst-case is that you get one of each color (1 Black and 1 Brown). In this case, you do not have a pair yet.
3. The Deciding Pick:
-
When you pick the 3rd sock, it must be either black or brown.
-
If it is Black, it forms a pair with the first black sock.
-
If it is Brown, it forms a pair with the first brown sock.
Mathematical Representation:
If there are n colors, the minimum number of items k required to ensure at least one pair is:
In this case, n=2 (Black and Brown):
Even though there are 20 socks in total, you only need to pick 3 to guarantee a matching pair.
Correct Option: (c) 3