Three distinct integers are selected at random between and , inclusive. Which of the following is a correct statement about the probability that the product of the three integers is odd?
- A)
- B)
- C)
- D)
- E)
Answer
A
Key insight
Odd product needs three odd picks; without replacement each later odd pick is slightly less likely than 1/2, so p is below 1/8.
Solution
A product of integers is odd exactly when every factor is odd. Among there are odd numbers and even numbers.
Pick the three numbers one at a time without replacement. The first is odd with probability . Given that, the second is odd with probability , and then the third with probability . So
Now compare each factor to : and , so both later factors are strictly less than . Hence
The answer is .
Why this works
Drawing without replacement makes each success slightly less likely than the previous one when the pool of favorable items shrinks along with the total: always. The exact value is irrelevant; the answer choices only ask on which side of the probability lies, so bound each factor instead of computing.
The trap
Treating the picks as independent with replacement and answering exactly 1/8.
Common mistakes
- Treating the picks as independent with replacement and answering exactly 1/8.
- Bounding in the wrong direction (thinking removing an odd number leaves "more than half" odd), which points to choice (C).
Techniques
Bound the quantity above/below or estimate to pin it down · Use an invariant, parity, or coloring argument