document.write( "Question 658083: a basket contains 13 eggs, 4 of which are cracked. If we randomly select 6 of the eggs for hard boiling, what is the probability of the following events. \r
\n" );
document.write( "\n" );
document.write( "a. All of the cracked eggs are selected.
\n" );
document.write( "b. None of the cracked eggs are selected.
\n" );
document.write( "c. Two of the cracked eggs are selected. \n" );
document.write( "
Algebra.Com's Answer #410156 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! a basket contains 13 eggs, 4 of which are cracked. If we randomly select 6 of the eggs for hard boiling, what is the probability of the following events. \n" ); document.write( "----- \n" ); document.write( "------------------------------------------- \n" ); document.write( "a. All of the cracked eggs are selected. \n" ); document.write( "Ans: [4C4*9C2]/13C6 = 0.0210 \n" ); document.write( "--------------------- \n" ); document.write( "b. None of the cracked eggs are selected. \n" ); document.write( "Ans: [4C0*9C6]/13C6 = 0.0490 \n" ); document.write( "--------------------------------- \n" ); document.write( "c. Two of the cracked eggs are selected. \n" ); document.write( "Ans: [4C2*9C4]/13C6 = 0.4406 \n" ); document.write( "====================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |