document.write( "Question 1062057: A car dealership has 6 red, 11 silver, and 5 black cars on the lot. Ten cars are randomly chosen to be displayed in front of the dealership. Complete parts (a) through (c) below.\r
\n" );
document.write( "\n" );
document.write( "(a) Find the probability that 4 cars are red and the rest are silver.
\n" );
document.write( "(b) Find the probability that 5 cars are red and 5are black.
\n" );
document.write( "(c) Find the probability that exactly 6 cars are red.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #676847 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A car dealership has 6 red, 11 silver, and 5 black cars on the lot. Ten cars are randomly chosen to be displayed in front of the dealership. Complete parts (a) through (c) below. \n" ); document.write( "(a) Find the probability that 4 cars are red and the rest are silver. \n" ); document.write( "P(4 red AND 6 silver) = (6C4*11C6)/22C10 = 0.0107 \n" ); document.write( "-------- \n" ); document.write( "(b) Find the probability that 5 cars are red and 5are black. \n" ); document.write( "P(5 red AND 5 black) = (6C5*5C5)/22C10 = 0.00000928.. \n" ); document.write( "---------------------------- \n" ); document.write( "(c) Find the probability that exactly 6 cars are red. \n" ); document.write( "P(6 red AND 4 other) = (6C6*16C4)/22C10 = 0.0029 \n" ); document.write( "----------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------ \n" ); document.write( " |