document.write( "Question 460728: A bag contains 20 batteries, of which six are defective. Selecting two at random, without replacement, determine the probability that none of the batteries you select are good.
\n" );
document.write( ">3/5
\n" );
document.write( ">3/10
\n" );
document.write( ">3/38
\n" );
document.write( ">9/100
\n" );
document.write( "please show me how you get the answer?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #316039 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A bag contains 20 batteries, of which six 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( "# of ways to select 2 defective batteries: 6C2 = 15 \n" ); document.write( "# of ways to select 2 batteries from 20: 20C2 = 190 \n" ); document.write( "---- \n" ); document.write( "P(select 2 defective) = 15/190 = 3/38 \n" ); document.write( "---------------------------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "--- \n" ); document.write( ">3/5 \n" ); document.write( ">3/10 \n" ); document.write( ">3/38 \n" ); document.write( ">9/100 \n" ); document.write( " \n" ); document.write( " |