no of ways to get 19 = no of ways to get 9 = C(8,5) = 56
no of ways to get 23 = no of ways to get 5 = C(4,1) = 4
So total ways = 60
probability = 60/1296 = 5/108 (I need kudos)
Find the simpler way
Dice problem
A nice way to find the sum:
e.g 4 dices are thrown
then the outcome of the sums can be:
4,5,6,………………14……………..,22,23,24
Mid point is 14. The left side of the mid point is mirror image of the right part.
So lets say the probability of getting a 20 is same as the probability of getting a 8
In this case the number of ways to get the sums are:
4: C(3,0) = 1 (start 1 before the # of throws)
5: C(4,1) = 4
6: C(5,2) = 10
7: C(6,3) = 20
8: C(7,4) = 35
So probability of getting a 20 = probability of getting a 8 = 35/6^4 = 35/1296
Similarly for rolloing of 3 dices:
then the outcome of the sums can be:
Mid point is 10.5. The left side of the mid point is mirror image of the right part.
3,4,5,6,………………10.5……………..,15.16.17.18
In this case the number of ways to get the sums are:
3: C(2,0) = 1 (start 1 before the # of throws)
4: C(3,1) = 3
5: C(4,2) = 6
6: C(5,3) = 10
7: C(6,4) = 15
8: C(7,5) = 21