document.write( "Question 450603: The probability of rolling exactly three 4's in 5 rolls of a fair die \n" ); document.write( "
Algebra.Com's Answer #309930 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The probability of rolling exactly three 4's in 5 rolls of a fair die \n" ); document.write( "--- \n" ); document.write( "Binomial Problem with n = 5 and p = 1/6 \n" ); document.write( "--- \n" ); document.write( "P(x = 3) = 5C3(1/6)^3(5/6)^2 = 10*(25/6^5) = 0.0322 \n" ); document.write( "================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "========= \n" ); document.write( " |