document.write( "Question 507795: A bag contains 20 tennis balls which 4 are defective. If two balls are selected at random from the bag, what is the probability that both are defective? \n" ); document.write( "
Algebra.Com's Answer #340721 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
A bag contains 20 tennis balls which 4 are defective. If two balls are selected at random from the bag, what is the probability that both are defective?
\n" ); document.write( "---
\n" ); document.write( "# of ways to select 2 defective: 4C2 = 6
\n" ); document.write( "# of ways to select 2 balls randomly: 20C2 = 190
\n" ); document.write( "---
\n" ); document.write( "P(select 2 defective) = 6/190
\n" ); document.write( "==================================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "=============
\n" ); document.write( "
\n" );