Given that four fair dice are thrown simultaneously and We need to find what is the probability that the sum of the number is exactly 20?As we are rolling four dice => Number of cases = \(6^4\) = 1296
Now we need to find the cases when the sum of 4 outcomes = 20
If we get 6 in three dice then the fourth dice should have a 2 to get the sum as 20
=> None of the dice can have 1 as the outcome.
Let's write all possible cases in which we can get sum of 4 numbers (Between 1 to 6) as 20
=> 2 + 6 + 6 + 6 = 20
=> 3 + 5 + 6 + 6 = 20
=> 4 + 4 + 6 + 6 = 20
=> 4 + 5 + 5 + 6 = 20
=> 5 + 5 + 5 + 5 = 20
{2,6,6,6} we can get this combination in \(\frac{4!}{3!}\) ways (4! because we have 4 numbers and 3! as 6 is getting repeated 3 times) =
4 ways{3,5,6,6} we can get this combination in \(\frac{4!}{2!}\) ways (4! because we have 4 numbers and 2! as 6 is getting repeated 3 times) =
12 ways{4,4,6,6} we can get this combination in \(\frac{4!}{2!*2!}\) ways (4! because we have 4 numbers and 2!*2! as 4 and 6 are getting repeated 2 times) =
6 ways{4,5,5,6} we can get this combination in \(\frac{4!}{2!}\) ways (4! because we have 4 numbers and 2! as 5 is getting repeated 2 times) =
12 ways{5,5,5,5} we can get this combination in \(\frac{4!}{4!}\) ways (4! because we have 4 numbers and 4! as 5 is getting repeated 5 times) =
1 ways=>
Total number of ways = 4 + 12 + 6 + 12 + 1 = 35
=>
Probability that the sum of the number is exactly 20 = \(\frac{35}{1296}\)
So,
Answer will be AHope it helps!
Watch the following video to learn How to Solve Dice Rolling Probability Problems