document.write( "Question 975408: A single die is rolled five times- find the probability of rolling a 4 exactly twice. \n" ); document.write( "
Algebra.Com's Answer #597165 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A single die is rolled five times- \n" ); document.write( "find the probability of rolling a 4 exactly twice. \n" ); document.write( "--------- \n" ); document.write( "Binomial Problem with n = 5 and p = 1/6 \n" ); document.write( "----- \n" ); document.write( "P(x = 2) = 5C2*(1/6)^2*(5/6)^3 = binompdf(5,1/6,2) = 0.1608 \n" ); document.write( "----------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "----------------- \n" ); document.write( " |