- A. 1 only
- B. 2 only
- C. Both 1 and 2
- D. Neither 1 nor 2
Answer: C
Explanation
For statement 1 (n): To guarantee one full group, we consider the worst-case scenario where we pick one less than the full count for each color. This sum is (14-1) + (20-1) + (26-1) + (28-1) + (38-1) + (54-1) = 13 + 19 + 25 + 27 + 37 + 53 = 174 balls. The next ball (175th) *must* complete a full group of some color. So, n = 175. Statement 1 is correct. For statement 2 (m): To guarantee at least one ball of each color, we consider the worst-case scenario where we pick all balls of all but one color. To maximize this, we pick all balls of the five largest groups: 20 (blue) + 26 (green) + 28 (yellow) + 38 (red) + 54 (white) = 166 balls. The next ball (167th) *must* be a black ball, ensuring at least one of each color. So, m = 167. Statement 2 is correct.