document.write( "Question 818431: If a fair die is rolled 7 times, what is the probability, rounded to 7 decimal places, of getting at least 5 fives? \n" ); document.write( "
Algebra.Com's Answer #492567 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! If a fair die is rolled 7 times, what is the probability, rounded to 7 decimal places, of getting at least 5 fives? \n" ); document.write( "-------------------- \n" ); document.write( "Binomial Problem with n = 7 and p(5) = 1/6 \n" ); document.write( "----- \n" ); document.write( "P(5<= x <=7) = binomcdf(7,1/6,7)-binomcdf(7,1/6,4) = 0.4986 \n" ); document.write( "============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============== \n" ); document.write( " \n" ); document.write( " |