document.write( "Question 866650: A die is tossed 12 times. What is the probability of getting exactly three 3's? \n" ); document.write( "
Algebra.Com's Answer #522412 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
A die is tossed 12 times. What is the probability of getting exactly three 3's?
\n" ); document.write( "-------
\n" ); document.write( "Binomial Problem with n = 12 and P(3) = 1/6
\n" ); document.write( "-------------------
\n" ); document.write( "P(x = 3) = 12C3(1/6)^3*(5/6)^9 = binompdf(12,1/6,3) = 0.1974
\n" ); document.write( "----------------------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "----------------------
\n" ); document.write( "
\n" );