Each of 2010 boxes in a line contains a single red marble, and for , the box in the position also contains white marbles. Isabella begins at the first box and successively draws a single marble at random from each box, in order. She stops when she first draws a red marble. Let be the probability that Isabella stops after drawing exactly marbles. What is the smallest value of for which ?
- A)
- B)
- C)
- D)
- E)
Answer
A
Key insight
Box k holds k + 1 marbles, so drawing white at boxes 1 through n-1 and red at box n has probability (1/2)(2/3)...((n-1)/n) * 1/(n+1), which telescopes to 1/(n(n+1)).
Solution
Box contains red and white marbles, in all, so the chance of drawing white there is and the chance of red is .
Isabella stops after exactly draws when she draws white from boxes and red from box . The draws are independent, so
Every numerator cancels the previous denominator, leaving
We need the smallest with . Since and , the answer is .
The answer is .
Why this works
"Stops at step " always means "survives steps through , then fails at ," a product of sequential probabilities. When the survival factors have the form , the product telescopes to a single fraction, and the final inequality is just estimating .
The trap
Using only the red probability at box n, P(n) = 1/(n+1), and ignoring that she must have drawn white from every earlier box.
Common mistakes
- Using only the red probability at box n, P(n) = 1/(n+1), and ignoring that she must have drawn white from every earlier box.
- Solving instead of and landing on , or misreading the direction of the inequality.
Techniques
Bound the quantity above/below or estimate to pin it down · Collapse a sum or product by cancellation