Find probability that the sum of two different numbers on dice will be 8

6.6k Views Asked by At

Two dice are rolled and someone indicates that the two numbers that come up are different. Find the probability that the sum of the two numbers is $8$.

$(2,6)$, $(3,5)$, $(5,3)$, $(6,2)$.

Above are the sums that give $8$. I did not include $(4,4)$ since the question indicated that the number on die must be different from each other. I assume the probability would be $\frac{4}{36}$ since each probability is $\frac{1}{36}$. But my online exercise does not accept this answer. What am I missing?

1

There are 1 best solutions below

1
On BEST ANSWER

If you know that both numbers are different, then you have less cases than 36. Actually, you have to eliminate the possibilities $(1,1), (2,2), ..., (6,6)$. So the answer will be $\frac4{30}=\frac2{15}$.