document.write( "Question 609796: a carton contains 12 eggs, 5 of which are cracked. if 4 eggs are selected at random, what is the probability that exactly two of the selected eggs will be cracked
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #383952 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! a carton contains 12 eggs, 5 of which are cracked. if 4 eggs are selected at random, what is the probability that exactly two of the selected eggs will be cracked \n" ); document.write( "------ \n" ); document.write( "# of ways to succeed: 5C2*7C2 = 10*21 = 210 \n" ); document.write( "---- \n" ); document.write( "# of random results: 12C4 = 495 \n" ); document.write( "---- \n" ); document.write( "Ans: 210/495 \n" ); document.write( "========================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |