document.write( "Question 758179: A really bad carton of 18 eggs contains 7 spoiled eggs. An unsuspecting chef picks 4 eggs at random
\n" ); document.write( "for his “Mega-Omelet Surprise.” Find the probability that the number of unspoiled eggs among the
\n" ); document.write( "4 selected is
\n" ); document.write( "a. exactly 4 b. 2 or fewer
\n" ); document.write( "

Algebra.Com's Answer #461398 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
n = 18
\n" ); document.write( "7 are spoiled
\n" ); document.write( "chef picks 4 out of the 18.
\n" ); document.write( "possible combinations are 18C4 = 3060\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "probability that he will get 4 spoiled eggs is equal to 7C4 / 18C4 which is equal to 35 / 3060.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "probabiltiy that he can get 0 spoiled eggs is equal to 11C4 / 3060 which is equal to 330 / 3060.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "probabiltiy that he can get 1 spoiled egg is equal to (7C1 * 11C3) / 18C4 which is equal to (7 * 165) / 3060 which is equal to 1155 / 3060.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "probabiltiy that he can get 2 spoiled eggs is equal to (7C2 * (11C2) / 18C4 which is equal to (21 * 55) / 3060 which is equal to 1155 / 3060.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "probabiltiy that he can get 0 or 1 or 2 spoiled eggs is equal to (330 + 1155 + 1155) / 3060 which is equal to 2640 / 3060.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "this is impossible to visualize with so many eggs.
\n" ); document.write( "reduce the problem and we may be able to visualize how the solution is obtained.
\n" ); document.write( "suppose 5 eggs of which 3 are spoiled.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "chef draws 2 eggs.
\n" ); document.write( "what is the probability that both are bad?
\n" ); document.write( "what is the probability that 0 or 1 are bad?\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "probability of both eggs being spoiled would be equal to:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "3C2 / 5C2 which is equal to 3 / 10\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "label the eggs:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "s1
\n" ); document.write( "s2
\n" ); document.write( "s3
\n" ); document.write( "g1
\n" ); document.write( "g2\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "possible combinations of 2 eggs out of 5 is shown below:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "s1, s2 ***** 2 eggs spoiled
\n" ); document.write( "s1, s3 ***** 2 eggs spoiled
\n" ); document.write( "s1, g1
\n" ); document.write( "s1, g2
\n" ); document.write( "s2, s3 ***** 2 eggs spoiled
\n" ); document.write( "s2, g1
\n" ); document.write( "s2, g2
\n" ); document.write( "s3, g1
\n" ); document.write( "s3, g2
\n" ); document.write( "g1, g2\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the formula works for 2 spoiled eggs.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "probability of getting 0 spoiled eggs is equal to 2C2 / 5C2 which is equal to 1 / 10.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the total possible combinations are, once again:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "s1, s2
\n" ); document.write( "s1, s3
\n" ); document.write( "s1, g1
\n" ); document.write( "s1, g2
\n" ); document.write( "s2, s3
\n" ); document.write( "s2, g1
\n" ); document.write( "s2, g2
\n" ); document.write( "s3, g1
\n" ); document.write( "s3, g2
\n" ); document.write( "g1, g2 ***** 0 eggs spoiled\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "probability of getting 0 spoiled eggs is 1 out of 10.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "probability of getting 1 spoiled egg is equal to (3C1 * 2C1) / 5C2 which is equal to (3 * 2) / 10 which is equal to 6 / 10\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the total possible combinations are, once again:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "s1, s2
\n" ); document.write( "s1, s3
\n" ); document.write( "s1, g1 ***** 1 egg spoiled
\n" ); document.write( "s1, g2 ***** 1 egg spoiled
\n" ); document.write( "s2, s3
\n" ); document.write( "s2, g1 ***** 1 egg spoiled
\n" ); document.write( "s2, g2 ***** 1 egg spoiled
\n" ); document.write( "s3, g1 ***** 1 egg spoiled
\n" ); document.write( "s3, g2 ***** 1 egg spoiled
\n" ); document.write( "g1, g2\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the formulas can be demonstrated to work with small numbers.
\n" ); document.write( "this isn't possible with big numbers.
\n" ); document.write( "some logic needs to be applied to convince yourself that the same formulas will work with bigger number.
\n" ); document.write( "the rest is on faith that your logic is good.\r
\n" ); document.write( "\n" ); document.write( "probability of getting 0 or 1 spoiled egg out of 5 is equal to 1/10 + 6/10 which is equal to 7/10 as shown below:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "s1, s2
\n" ); document.write( "s1, s3
\n" ); document.write( "s1, g1 ***** 1 egg spoiled
\n" ); document.write( "s1, g2 ***** 1 egg spoiled
\n" ); document.write( "s2, s3
\n" ); document.write( "s2, g1 ***** 1 egg spoiled
\n" ); document.write( "s2, g2 ***** 1 egg spoiled
\n" ); document.write( "s3, g1 ***** 1 egg spoiled
\n" ); document.write( "s3, g2 ***** 1 egg spoiled
\n" ); document.write( "g1, g2 ***** 0 eggs spoiled\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );