An envelope contains eight bills: ones, fives, tens, and twenties. Two bills are drawn at random without replacement. What is the probability that their sum is 20$ or more?
- A)
- B)
- C)
- D)
- E)
Answer
D
Key insight
A sum of at least 20 needs a twenty or both tens: 28 - C(6,2) = 13 pairs contain a twenty, plus 1 pair of tens, out of 28.
Solution
There are equally likely pairs of bills.
The largest sum without a twenty and without two tens is , so a sum of or more requires either at least one twenty, or both tens.
- At least one twenty: pairs drawn entirely from the six non-twenty bills number , so pairs include a twenty.
- No twenty but both tens: exactly pair.
These cases do not overlap, so there are favorable pairs, and the probability is .
The answer is .
Why this works
Identify the threshold first: which combinations can even reach ? That turns a "sum" question into a short list of qualifying types. "At least one twenty" is counted fastest by complement, and the leftover case (two tens) is a single pair; keeping the cases disjoint avoids double counting.
Alternative approach
Direct count: a twenty with a non-twenty ( pairs), both twenties (), both tens (): pairs, same result.
The trap
Forgetting the pair of two tens (giving 13/28) or double counting the pair of two twenties.
Common mistakes
- Forgetting the pair of two tens (giving 13/28) or double counting the pair of two twenties.
- Treating "twenty with another bill" as pairs, which counts the two-twenties pair twice.
Techniques
Split into exhaustive cases and handle each · Count the complement and subtract from the total