A radio program has a quiz consisting of multiple-choice questions, each with choices. A contestant wins if he or she gets or more of the questions right. The contestant answers randomly to each question. What is the probability of winning?
- A)
- B)
- C)
- D)
- E)
Answer
D
Key insight
Winning means exactly 2 right or all 3 right; count 3 ways for exactly two (each 1/27 times 2) plus 1 way for three, out of 27.
Solution
Each question is answered correctly with probability and incorrectly with probability , independently. There are equally likely answer patterns.
Exactly two right: choose which question is missed ( ways), then that question has wrong choices while the other two are forced. That is patterns.
All three right: pattern.
Winning patterns: out of .
The answer is .
Why this works
"Two or more" splits cleanly into "exactly two" and "exactly three," and each case is a product of independent probabilities times the number of positions where the failures can sit. Counting patterns out of equally likely outcomes keeps the bookkeeping concrete and avoids fraction arithmetic.
Alternative approach
Complement: losing means or right. Zero right has patterns; exactly one right has patterns. So winning patterns.
The trap
Forgetting the factor of 3 for which question is missed, giving (1/3)^2(2/3) + (1/3)^3 = 3/27.
Common mistakes
- Forgetting the factor of 3 for which question is missed, giving (1/3)^2(2/3) + (1/3)^3 = 3/27.
- Reading "2 or more" as "exactly 2" and answering , choice (C).
Techniques
Split into exhaustive cases and handle each · Set up the equation/formula and compute; no special trick needed