document.write( "Question 822691: A fair die is to be rolled 12 times. What is the probability of getting at most two fives? \n" ); document.write( "
Algebra.Com's Answer #495028 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A fair die is to be rolled 12 times. What is the probability of getting at most two fives? \n" ); document.write( "--------------------- \n" ); document.write( "Binomial Problem with n = 12 and p(5) = 1/6 \n" ); document.write( "---- \n" ); document.write( "P(0<= x <=5) = binomcdf(12,1/6,5) = 0.9921 \n" ); document.write( "=========== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============== \n" ); document.write( " |