document.write( "Question 914678: A car rental agency currently has 40 cars available, 30 of which have a GPS navigation system. Two cars are selected at random from these 40 cars. Find the probability that both of these cars have GPS navigation systems.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #555240 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A car rental agency currently has 40 cars available, 30 of which have a GPS navigation system. Two cars are selected at random from these 40 cars. Find the probability that both of these cars have GPS navigation systems. \n" ); document.write( "-------------- \n" ); document.write( "With replacement: \n" ); document.write( "(30/40)*(30/40) = 9/16 = 0.5625 \n" ); document.write( "---------- \n" ); document.write( "w/o replacement: \n" ); document.write( "(30/40)*(29/39) = 29/52 =~ 0.55769 \n" ); document.write( "============ \n" ); document.write( " \n" ); document.write( " |