AMC 10 · 2010 · #3

Grade 1 counting
pigeonhole-principlelogical-deduction extreme-principle ↑ Prerequisites: logical-deduction
📏 Short solution 💡 1 insight
📘 View easy version →
Problem
A drawer holds socks in 4 colors: red, green, blue, and white, with at least 2 socks of every color. The socks are pulled out one at a time without looking. No matter how unlucky the order is, find the smallest number of pulls that makes a matching pair certain.

Pick an answer.

(A)
3
(B)
4
(C)
5
(D)
8
(E)
9

AMC 10 2010 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.

How to solve
Strategy Extreme Principle

The word "guarantee" points straight at Tool #14 (Extreme Principle): to be certain, plan for the unluckiest possible order and see how long you can avoid a pair. With only 4 colors you can dodge a match for at most 4 pulls, so the very next pull forces a repeat. Tool #3 (Eliminate Possibilities) then checks the answer against the choices, ruling out the too-small numbers (that only might pair) and the too-big numbers (that count far past the first guaranteed match).

1STEP 1

Imagine the unluckiest draw

Assume the worst luck: every sock is a brand-new color. With only four colors, you can pull at most 4 socks and still hold no pair.

colors = 4 → most all-different pulls = 4
2STEP 2

Pull one more sock

The next sock has no unused color left, so it repeats one you hold and finishes a pair: 5 pulls always work.

4 + 1 = 5 → 5th sock must repeat a color
3STEP 3

Check against the choices

4 socks can be all different, so (A) 3 and (B) 4 promise nothing; (D) 8 and (E) 9 overshoot. The smallest sure count is (C) 5.

4 can be all different < 5 ≤ 8, 9 → (C) 5
Answer
5
The answer should be one more than the number of colors, and it is: 4 colors, so 5 socks. Test the neighbors — 4 socks can come out as red, green, blue, white with no match, proving 4 is too few; and by the 5th sock there is no unused color left, proving 5 is always enough. That the answer lands just above the color count, not at the total sock count, is exactly right for a "guarantee" question.
💡Key takeaway

To be sure of a matching pair, plan for the worst luck: with 4 colors you could pull one of each, so the 5th sock has no new color left and must make a pair.

  • Imagine the unluckiest draw
  • Pull one more sock
  • Check against the choices