document.write( "Question 1111337: Four dice are rolled and sum of numbers which appeared is noted as x.find the probability that x=13 \n" ); document.write( "
Algebra.Com's Answer #726323 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! The sample space for rolling 4 6-sided dice is 6^4 = 1296 \n" ); document.write( ": \n" ); document.write( "The number of ways you can get a sum of 13 is 140 \n" ); document.write( ": \n" ); document.write( "Probability (rolling a 13 with 4 6-sided dice = 140/1296 = 0.108 \n" ); document.write( ": \n" ); document.write( "The intuitive way to calculate the number of ways we can get a sum of 13 with 4 die follows \n" ); document.write( ": \n" ); document.write( "each die has a minimum of 1 dot and a maximum of 6 dots \n" ); document.write( ": \n" ); document.write( "force each die to have 1 dot, this leaves us 9 dots to distribute to the 4 die \n" ); document.write( ": \n" ); document.write( "If there wasn’t an upper limit for the points to assign to the dice we’d be done. We would apply the combination with repetition formula to find all the ways \n" ); document.write( ": \n" ); document.write( "((9C4)) = ((4+9-1)C9) = 12C9 = 12!/(9!(12-9)!) = 220 ways \n" ); document.write( ": \n" ); document.write( "BUT, we have to account for the outlawed ways, that is, dice with a number of points ≥ 6, then \n" ); document.write( ": \n" ); document.write( "number of allowed ways = number of unrestrained ways – number of outlawed ways \n" ); document.write( ": \n" ); document.write( "consider 1 outlawed die with a 6, then that leaves 3 dots to distribute to the 4 die \n" ); document.write( ": \n" ); document.write( "((4C3)) = ((4+3-1)C3) = (6C3) = 6!/(3!(6-3)!) = 20 \n" ); document.write( ": \n" ); document.write( "there are 4 die, so we need to multiply by 4, 4 * 20 = 80 \n" ); document.write( ": \n" ); document.write( "number of allowed ways = 220 - 80 = 140 \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |