Problema Solution
Two dice are rolled. What is the probability that the sum is 10?
Answer provided by our tutors
there are four possible rolls to yield a sum of 10:
5, 5
5, 5
4, 6
6, 4
each roll has a probability of 1/6 and each combination has a probability of (1/6)^2
4 * (1/6)^2 = 0.1111
there is approximately an 11% probability of a roll whose sum is 10