document.write( "Question 1003775: if a dice is thrown 5 times, what is the chance that an even number will come up exactly 3 times?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #620418 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! if a dice is thrown 5 times, what is the chance that an even number will come up exactly 3 times? \n" ); document.write( "------- \n" ); document.write( "Binomial Problem with n = 5 and p(even) = 1/2 \n" ); document.write( "--- \n" ); document.write( "P(x = 3) = 5C3(1/2)^5 = 10/32 = 5/16 \n" ); document.write( "------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |