Six distinct positive integers are randomly chosen between and , inclusive. What is the probability that some pair of these integers has a difference that is a multiple of ?
- A)
- B)
- C)
- D)
- E)
Answer
E
Key insight
Six integers but only five residues mod 5, so two must share a residue and their difference is a multiple of 5: the event is certain.
Solution
Two integers differ by a multiple of exactly when they leave the same remainder upon division by .
There are only five possible remainders: . We are choosing six integers, so by the pigeonhole principle at least two of them land in the same remainder class. Those two have a difference divisible by .
This happens for every possible selection, regardless of the range to , so the probability is .
The answer is .
Why this works
When a "probability" problem asks about objects sorted into classes, suspect that the event is forced rather than random. Translating "difference is a multiple of " into "same residue mod " reveals the five classes; six objects cannot avoid a collision. The large number is a distraction.
The trap
Launching into a probability computation (counting residue patterns or estimating 4/5) instead of noticing the event always happens.
Common mistakes
- Launching into a probability computation (counting residue patterns or estimating ) instead of noticing the event always happens.
- Reading the problem as asking about five integers, where the probability really is less than and requires work.
Techniques
Pigeonhole principle