A pair of fair -sided dice is rolled times. What is the least value of such that the probability that the sum of the numbers face up on a roll equals at least once is greater than ?
- A)
- B)
- C)
- D)
- E)
Answer
C
Key insight
A sum of 7 has probability 1/6 per roll, so avoid it n times with probability (5/6)^n; find the first n with (5/6)^n below 1/2.
Solution
On a single roll of two dice there are outcomes, and six of them () sum to . So the probability of a is , and of no is .
The rolls are independent, so the probability of never seeing a in rolls is . We need
Compute: ; ; .
The first power below is .
The answer is .
Why this works
"At least once" is almost always handled through its complement "never," which for independent repetitions is a single power. Then the question is just where a geometric sequence crosses a threshold; a couple of multiplications settle it. Compare with and with to avoid decimal approximations.
The trap
Computing n/6 > 1/2 (adding probabilities) and answering n = 4 for the wrong reason, or stopping at n = 3 because (5/6)^3 looks close to 1/2.
Common mistakes
- Computing n/6 > 1/2 (adding probabilities) and answering n = 4 for the wrong reason, or stopping at n = 3 because (5/6)^3 looks close to 1/2.
- Using as the probability of not rolling a , which gives a nonsense answer of or .
Techniques
Bound the quantity above/below or estimate to pin it down · Count the complement and subtract from the total