If I roll a 6 sided die 4 times, what are the odds that the sum of all my rolls will be exactly 23?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The possible numbers for the sum to be 23 are 5,6,6,6
and this arrangement can be occur by 4 methods
(5,6,6,6), (6,5,6,6),(6,6,5,6),(6,6,6,5),
The all possible arrangements = 6^4 = 1296
The probability = 4/1296
The final answer = (4/1296)(100) = 0.30864 = 0.31%