document.write( "Question 537176: A particular type of spring is manufactured by one of the two machines, A or B: 60% of the springs are made by machine A and the remainder by machine B. Of the springs manufactured, 3% are defective in some way, regardless of which machine made them. Find
\n" );
document.write( "a) the probability that a spring chosen at random is manufactured by machine A and is defective;
\n" );
document.write( "b) the probability that a spring chosen at random is manufactured by machine A or is defective.
\n" );
document.write( "c) Use a tree diagram as a relevant technique, to find the solution \n" );
document.write( "
Algebra.Com's Answer #352758 by stanbon(75887) ![]() You can put this solution on YOUR website! A particular type of spring is manufactured by one of the two machines, A or B: 60% of the springs are made by machine A and the remainder by machine B. Of the springs manufactured, 3% are defective in some way, regardless of which machine made them. Find \n" ); document.write( "a) the probability that a spring chosen at random is manufactured by machine A and is defective; \n" ); document.write( "--- \n" ); document.write( "P(A and def) = P(def|A)*P(A) = 0.03*0.06 = 0.18 \n" ); document.write( "---------------------------- \n" ); document.write( "b) the probability that a spring chosen at random is manufactured by machine A or is defective. \n" ); document.write( "--- \n" ); document.write( "P(A OR def) = P(A) + P(def) - P(A and def) \n" ); document.write( "--- \n" ); document.write( "= 0.6 + 0.03 - 0.18 \n" ); document.write( "--- \n" ); document.write( "= 0.63-0.18 \n" ); document.write( "---- \n" ); document.write( "= 0.45 \n" ); document.write( "============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============== \n" ); document.write( " \n" ); document.write( " |