When a certain unfair die is rolled, an even number is times as likely to appear as an odd number. The die is rolled twice. What is the probability that the sum of the numbers rolled is even?
- A)
- B)
- C)
- D)
- E)
Answer
E
Key insight
P(even) = 3/4 and P(odd) = 1/4 per roll; an even sum needs both even or both odd, so (3/4)^2 + (1/4)^2 = 10/16 = 5/8.
Solution
Only parity matters. On one roll, let the probability of an odd number be ; then the probability of an even number is , and gives . So each roll is even with probability and odd with probability .
The sum of two rolls is even exactly when the rolls have the same parity. The two rolls are independent, so
The answer is .
Why this works
The actual face values are irrelevant: the question is about parity, so collapse the six faces into two outcomes, "even" and "odd," with probabilities and . After that it is a standard two-independent-trials computation.
Alternative approach
Complement: the sum is odd exactly when the parities differ, which happens with probability . So the sum is even with probability . Note that is choice (A), placed there for anyone who stops at the complement.
The trap
Reading 'even is 3 times as likely as odd' as P(even) = 3/4 per face or as P(even) = 3/5, rather than 3/4 for the whole even class.
Common mistakes
- Reading 'even is 3 times as likely as odd' as P(even) = 3/4 per face or as P(even) = 3/5, rather than 3/4 for the whole even class.
- Computing the probability that the sum is odd () and forgetting to subtract from .
Techniques
Set up the equation/formula and compute; no special trick needed