Skip to main content

2018 AMC 10B Problem 6

Problem 6 of 25EasierCounting & Probability

A box contains 55 chips, numbered 1,1, 2,2, 3,3, 4,4, and 5.5. Chips are drawn randomly one at a time without replacement until the sum of the values drawn exceeds 4.4. What is the probability that 33 draws are required?

Answer choices

Show solution

Solution

We need a third draw exactly when the first two chips still sum to 44 or less. The only such unordered pairs are {1,2}\{1,2\} and {1,3}.\{1,3\}. Each can be drawn in either order, giving 44 favorable ordered prefixes. Imagine that a complete random ordering of all five chips is chosen in advance. Then all 54=205\cdot4=20 ordered first-two-chip prefixes are equally likely, even when the actual process would stop after the first chip. Thus the probability is 420=15.\frac{4}{20}=\frac{1}{5}. Therefore, the answer is D.

More practice

Concepts: sampling without replacement · basic probability

Problem text and solution from the LIVE past-contest archive. See also the AoPS wiki page for community solutions.