Bunuel
A coin has two sides. One side has the number 1 on it and the other side has the number 2 on it. If the coin is flipped three times what is the probability that the sum of the numbers on the landing side of the coin will be greater than 4?
A) 3/8
B) 1/16
C) 1/8
D) 1/2
E) 1/4
We can use the equation:
1 = p(sum greater than 4) + p(sum not greater than 4)
The only way to get a sum that is not greater than 4 is to get 1-1-1 or 2-1-1.
P(1-1-1) = 1/2 x 1/2 x 1/2 = 1/8.
P(2-1-1) = 1/2 x 1/2 x 1/2 = 1/8.
Since there are 3 ways to flip a 2, 1, and 1 (they are 2-1-1, 1-2-1, 1-1-2), the probability P(2-1-1) is actually 3/8.
Thus:
P(sum greater than 4) = 1 - (3/8 + 1/8) = 1 - 4/8 = 1/2.
Alternate solution:
The only way to get a sum that is greater than 4 is to get 2-2-2 or 2-2-1.
P(2-2-2) = 1/2 x 1/2 x 1/2 = 1/8.
P(2-2-1) = 1/2 x 1/2 x 1/2 = 1/8.
Since there are 3 ways to flip a 2, 2, and 1 (they are 2-2-1, 2-1-2, 1-2-2), the probability P(2-2-1) is actually 3/8.
Thus:
P(sum greater than 4) = 1/8 + 3/8 = 4/8 = 1/2.
Answer: D