document.write( "Question 254859: A single die is tossed eleven times. Find the probability that exactly five of the tosses show a \"one\". \n" ); document.write( "
Algebra.Com's Answer #187156 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
A single die is tossed eleven times. Find the probability that exactly five of the tosses show a \"one\".
\n" ); document.write( "----------------
\n" ); document.write( "It's a binomial problem with n=11, p=1/6, x = 5
\n" ); document.write( "P(x=5) = 11C5(1/6)^5*(5/6)^6 = binompdf(11,1/6,5) = 0.0199
\n" ); document.write( "================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );