document.write( "Question 1113562: A bag contains 20 tennis balls, of which four are defective. If two balls are selected at
\n" );
document.write( "random from the bag, what is the probability that both are defective? \n" );
document.write( "
Algebra.Com's Answer #728692 by math_helper(2461)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "P(both are defective) = P(1st is defective)*P(2nd is also defective)\r \n" ); document.write( "\n" ); document.write( "—\r \n" ); document.write( "\n" ); document.write( "Assuming the selections are made without replacement: \n" ); document.write( " P(both are defective) = (4/20)(3/19) = 12/380 = \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |