document.write( "Question 731115: Here is a fair dice. It has six faces 1,2,3,4,5 and 6. The dice is thrown three times. Work out the probability that the dice shows a score of 1 on exactly one of three throws. \n" ); document.write( "
Algebra.Com's Answer #447010 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
Here is a fair dice. It has six faces 1,2,3,4,5 and 6. The dice is thrown three times. Work out the probability that the dice shows a score of 1 on exactly one of three throws.
\n" ); document.write( "------------------
\n" ); document.write( "Binomial Problem with n = 3 and p(1) = 1/6
\n" ); document.write( "----
\n" ); document.write( "P(x = 1) = 3C1(1/6)(5/6)^2 = binompdf(3,1/6,1) = 0.3472
\n" ); document.write( "=============
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "=============
\n" ); document.write( "
\n" ); document.write( "
\n" );