document.write( "Question 387539: A die is rolled five times.Determine the probability of obtaining 3 sixes \n" ); document.write( "
Algebra.Com's Answer #273981 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A die is rolled five times.Determine the probability of obtaining 3 sixes. \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*(1/216)(25/36) = 0.03215 \n" ); document.write( "------------------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |