document.write( "Question 1081019: A carton contains 24 light bulbs, 5 of which are defective. What is the probability that, if a sample of 8 is chosen at random from the carton of bulbs, 1 will be defective? \n" ); document.write( "
Algebra.Com's Answer #695096 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
From a sample of 8, there are 24C8 possibilities.
\n" ); document.write( "5C1*19C7 is the numerator. The probability is 251940/735471=0.3426
\n" ); document.write( "One way to look at this is take 1 of the 8 samples
\n" ); document.write( "5/24*19/23*18/22*17/21*16/20*15/19*14/18*13/17. This is multiplied by 8, the ways it could happen, and would move the numerator around but wouldn't change the denominator. This quotient is the same.\r
\n" ); document.write( "\n" ); document.write( "5*19*18*17*16*15*14*13/7! all divided by 24*23*22*21*20*19*18*17/8!, and that gives the same answer.
\n" ); document.write( "
\n" ); document.write( "
\n" );