document.write( "Question 455018: A fair die is tossed five times.What is the probability of obtaining EXACTLY three 3's? SHOW WORK. \n" ); document.write( "
Algebra.Com's Answer #312487 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A fair die is tossed five times.What is the probability of obtaining EXACTLY three 3's? \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 = binompdf(5,1/6,3) = 0.0322 \n" ); document.write( "================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================= \n" ); document.write( " |