document.write( "Question 407794: A bag contains a total of 14 batteries, of which five are defective. Selecting two at random, without replacement, determine the probability that none of the batteries you select are good. \n" ); document.write( "
| Algebra.Com's Answer #287372 by stanbon(75887)      You can put this solution on YOUR website! A bag contains a total of 14 batteries, of which five are defective. Selecting two at random, without replacement, determine the probability that none of the batteries you select are good. \n" ); document.write( "------- \n" ); document.write( "9 are not defective. \n" ); document.write( "P(2 good) = 9C2/14C2 = 0.3956 \n" ); document.write( "=============================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============ \n" ); document.write( " |