document.write( "Question 330050: Here is my question.
\n" );
document.write( "At a quality control checkpoint on a manufacturing assembly line, 8% of the items failed check A, 10% failed check B, and 2% failed both checks A and B.\r
\n" );
document.write( "\n" );
document.write( "a. If a product failed check A, what is the probability that it also failed check B?
\n" );
document.write( "b. If a product failed check B, what is the probability that it also failed check A?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #236500 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! At a quality control checkpoint on a manufacturing assembly line, 8% of the items failed check A, 10% failed check B, and 2% failed both checks A and B. \n" ); document.write( "a. If a product failed check A, what is the probability that it also failed check B? \n" ); document.write( "--- \n" ); document.write( "P(failed B | failed A) = P(failed both)/P(failed A) = 0.02/0.08 = 0.25 \n" ); document.write( "================================= \n" ); document.write( "b. If a product failed check B, what is the probability that it also failed check A? \n" ); document.write( "P(failed A | failed B) = P(failed both)/P(failed B) = 0.02/0.10 = 0.2 \n" ); document.write( "================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |