document.write( "Question 235378: A factory worker places 86 newly created circuits on a shelf to be checked for quality. of these 6 will not work correctly. Suppose that she is asked to randomly select 2 circuits, without replacement. what is the chance that both circuits she selects will be defective? approximate to the nearest ten thousandth. \n" ); document.write( "
Algebra.Com's Answer #173718 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A factory worker places 86 newly created circuits on a shelf to be checked for quality. of these 6 will not work correctly. Suppose that she is asked to randomly select 2 circuits, without replacement. what is the chance that both circuits she selects will be defective? approximate to the nearest ten thousandth. \n" ); document.write( "--------------------------- \n" ); document.write( "# of ways to pick 2 defective: 6C2 \n" ); document.write( "# of ways to pick 2 or the 86: 86C2 \n" ); document.write( "--------------- \n" ); document.write( "Ans: 6C2/86C2 = 15/3655 = 0.0041 \n" ); document.write( "=============================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |