document.write( "Question 338902: a carton of eggs contains 12 eggs, 3 of which are cracked. what is the chance that when selecting five of these eggs for hard boiling, two of them are cracked? \n" ); document.write( "
Algebra.Com's Answer #242922 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! a carton of eggs contains 12 eggs, 3 of which are cracked. what is the chance that when selecting five of these eggs for hard boiling, two of them are cracked? \n" ); document.write( "------------ \n" ); document.write( "P(a random egg being cracked) = 3/12 = 1/4 \n" ); document.write( "--------- \n" ); document.write( "Now, binomial problem with p = 1/4 and n = 5 \n" ); document.write( "P(x=2) = 5C2(1/4)^2(3/4)^3 = binompdf(5,1/4,2) = 0.2637 \n" ); document.write( "======================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |