document.write( "Question 916566: A box contains 50 computer chips of which 8 are known to be bad. A chip
\n" ); document.write( "is selected at random and tested.
\n" ); document.write( "(a) What is the probability that it is bad?
\n" ); document.write( "(b) If a test on the first chip shows that it is bad, what is the probability that
\n" ); document.write( "a second chip selected at random will also be bad, assuming the tested
\n" ); document.write( "chip is not put back into the box?
\n" ); document.write( "(c) If the first chip tests good, what is the probability that a second chip
\n" ); document.write( "selected at random will be bad, assuming the tested chip is not put
\n" ); document.write( "back into the box?
\n" ); document.write( "

Algebra.Com's Answer #556181 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
50 Chips, 8 bad, 42 good
\n" ); document.write( "a. one drawn..P(bad) = 8/50 = 4/25
\n" ); document.write( "b. Second drawn- first not replaced....P(bad| 1st bad) = 7/49 = 1/7
\n" ); document.write( "c. Second drawn- first not replaced...P(bad|1st good) = 8/49
\n" ); document.write( "
\n" );