document.write( "Question 463924: A bag contains a total of 15 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 #317765 by sudhanshu_kmr(1152)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "number of ways to select 2 out of 15 = 15C2 = 105\r \n" ); document.write( "\n" ); document.write( "number of ways to select 2 defective out of 5 = 5C2 = 10\r \n" ); document.write( "\n" ); document.write( "probability that both defective = 10/105\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |