document.write( "Question 249324: Probability Question: If a factory worker places 103 created circuits on a shelf to be checked for quality, of course, 11 won't work. She is then asked to randomly select two circuits, without replacement, from the shelf. What is the chance that both circuits she selects will be defective? \n" ); document.write( "
Algebra.Com's Answer #181598 by edjones(8007)![]() ![]() You can put this solution on YOUR website! nCr = n!/((n-r)!r!) Combination of n things taken r at a time. \n" ); document.write( ". \n" ); document.write( "11C2 Combinations of 11 bad circuits taken 2 at a time. = 55 \n" ); document.write( "103C2 Combinations of all circuits taken 2 at a time. = 5253 \n" ); document.write( ". \n" ); document.write( "55/5253=.0105 chance both are defective. \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |