document.write( "Question 1193996: Out of six computer chips, two are defective. If two chips are randomly
\n" ); document.write( "chosen for testing (without replacement), compute the probability that
\n" ); document.write( "the first is defective but the second is not defective.
\n" ); document.write( "a. 0.067
\n" ); document.write( "b. 0.267
\n" ); document.write( "c. 0.933
\n" ); document.write( "d. 0.600
\n" ); document.write( "

Algebra.Com's Answer #826076 by math_helper(2461)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "2 defective
\n" ); document.write( "4 good
\n" ); document.write( "--
\n" ); document.write( "6 total\r
\n" ); document.write( "\n" ); document.write( "P(1st is defective) = 2/6\r
\n" ); document.write( "\n" ); document.write( "This leaves a total population of 5 from which the 2nd chip is selected:
\n" ); document.write( "P(2nd is not defective) = 4/5\r
\n" ); document.write( "\n" ); document.write( "P = (2/6)*(4/5) = 8/30 or approx. 0.267\r
\n" ); document.write( "\n" ); document.write( " \n" ); document.write( "
\n" );