document.write( "Question 709669: a dice is thrown 5 times if getting 2 is a success, find the probability of getting 4 success \n" ); document.write( "
Algebra.Com's Answer #436740 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
a dice is thrown 5 times if getting 2 is a success, find the probability of getting 4 successes.
\n" ); document.write( "----
\n" ); document.write( "Binomial Problem with n = 5 and p(2) = 1/6
\n" ); document.write( "-----
\n" ); document.write( "P(x = 4) = 5C4(1/6)^4(5/6) = binompdf(5,1/6,4) = 0.0032
\n" ); document.write( "===================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "====================
\n" ); document.write( "
\n" );