document.write( "Question 810783: A carton of eggs has 3 bad eggs and 9 good eggs. If an omelette is made of 3 eggs randomly selected from the carton,
\n" );
document.write( "a)what is the probability of having at least one bad egg in the omelette?
\n" );
document.write( "b)what is the probability of having exactly 2 bad eggs in the omelette?
\n" );
document.write( "c)compute E(x^2)-[E(x)]^2 \n" );
document.write( "
Algebra.Com's Answer #488437 by oscargut(2103)![]() ![]() You can put this solution on YOUR website! a) P(at least 1 bad egg) = 1-P(no bad eggs) = 1- (9C3)/(12C3) = 1-84/220\r \n" ); document.write( "\n" ); document.write( "= 1- 21/55 = 34/55\r \n" ); document.write( "\n" ); document.write( "Answer: 34/55\r \n" ); document.write( "\n" ); document.write( "b) P(2 bad eggs) = (3C2)(9C1)/(12C3) = 27/220 \r \n" ); document.write( "\n" ); document.write( "ANswer: 27/220\r \n" ); document.write( "\n" ); document.write( "You can ask me more at : mthman@gmail.com\r \n" ); document.write( "\n" ); document.write( "Thanks \n" ); document.write( " |