document.write( "Question 795394: A lot of 100 semiconductor chips contain 20 that are defective.
\n" );
document.write( "a. two are selected , at random, without replacement, from the lot. Determine the probability that the second chip is defective.
\n" );
document.write( "b. three are selected at random, without replacement, from the lot. Determine the probability that all are defective. \n" );
document.write( "
Algebra.Com's Answer #480946 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A lot of 100 semiconductor chips contain 20 that are defective. \n" ); document.write( "a. two are selected , at random, without replacement, from the lot. Determine the probability that the second chip is defective. \n" ); document.write( "P(2nd not defective) = [(20/100)(80/99)+(80/100)(79/99)] = 0.8 \n" ); document.write( "=================== \n" ); document.write( " \n" ); document.write( "b. three are selected at random, without replacement, from the lot. Determine the probability that all are defective. \n" ); document.write( "P(3 defective) = 20C3/100C3 = 0.0071 \n" ); document.write( "======================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |