Bunuel
A pair of six-sided dice are labeled so that one die has only even numbers (two each of 2, 4, and 6), and the other die has only odd numbers (two of each 1, 3, and 5). The pair of dice is rolled. What is the probability that the sum of the numbers on the tops of the two dice is 7?
(A) 1/6
(B) 1/5
(C) 1/4
(D) 1/3
(E) 1/2
We can let the numbers on the die with even numbers be 2, 2, 4, 4, 6, 6 (note: we use bold numbers to distinguish, for example, the two 2s are essentially different from each other), and similarly, the numbers on the die with odd numbers be 1, 1, 3, 3, 5, 5.
The number of possible outcomes for a roll of two dice is 6 x 6 = 36.
The number of ways to get a sum of 7 is:
(2, 5), (2, 5), (2, 5), (2, 5)
(3, 4), (3, 4), (3, 4), (3, 4)
(1, 6), (1, 6), (1, 6), (1, 6)
So we have 12 outcomes of getting a sum of 7, and hence, the the probability is 12/36 = 1/3.
Alternate Solution:
A sum of 7 can be obtained in three ways: (2, 5), (4, 3) and (6, 1).
The probability of rolling a 2 with the die that has only even numbers on it is 2/6 = 1/3. Similarly, the probability of rolling a 5 with the die that has only odd numbers on it is 2/6 = 1/3. Thus, the probability of the outcome (2, 5) is 1/3 x 1/3 = 1/9.
The probabilities of the outcomes (4, 3) and (6, 1) are also 1/9 by similar reasoning. Thus, the probability of obtaining a sum of 7 is 1/9 + 1/9 + 1/9 = 3/9 = 1/3.
Answer: D