document.write( "Question 1090959: A car dealership has 6 red, 14 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( " Find the probability that 4 cars are red and the rest are silver.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "nothing
\n" );
document.write( "(Round to four decimal places as needed.)
\n" );
document.write( "(b) Find the probability that
\n" );
document.write( "5
\n" );
document.write( "5 cars are red and
\n" );
document.write( "5
\n" );
document.write( "5 are black.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "nothing
\n" );
document.write( "(Round to six decimal places as needed.)
\n" );
document.write( "(c) Find the probability that exactly 6 cars are red.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "nothing
\n" );
document.write( "(Round to five decimal places as needed.) \n" );
document.write( "
Algebra.Com's Answer #705404 by mathmate(429)![]() ![]() You can put this solution on YOUR website! Question: (please check if edited version is the same as original question) \n" ); document.write( "A car dealership has 6 red, 14 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( " (Round to four decimal places as needed.) \n" ); document.write( "(b) Find the probability that 5 cars are red and 5 are black. \n" ); document.write( " (Round to six decimal places as needed.) \n" ); document.write( "(c) Find the probability that exactly 6 cars are red. \n" ); document.write( " (Round to five decimal places as needed.) \n" ); document.write( " \n" ); document.write( "Solution: \n" ); document.write( "This is a hypergeometric distribution problem. \n" ); document.write( "When we have A objects of one class, and B objects of another. The probability of picking a from the A class and b from the B class is given by: \n" ); document.write( "P(a,b)=C(A,a)*C(B,b)/C(A+B,a+b) \n" ); document.write( "where C(n,r) is the number of combinations of picking r objects from n, and where \n" ); document.write( "C(n,r)=n!/(r!(n-r)!) \n" ); document.write( " \n" ); document.write( "The stock to choose from is 6 red, 14 silver and 5 black, for a total of 25 cars. \n" ); document.write( " \n" ); document.write( "(a) 4 red and 6 silver \n" ); document.write( "Since the hypergeometric distribution formula above applies to only two classes, we can apply the formula in two steps: \n" ); document.write( "Step 1: assume silver or red together (20 cars) as one class, and black as another. Choose 10 from the combined class and calculate probability using hypergeometric distribution. \n" ); document.write( "P(10 red or silver)=C(20,10)*C(5,0)/C(25,10) \n" ); document.write( " \n" ); document.write( "Step 2: choose 4 red and 6 black from the 10 cars chosen, again using the hypergeometric distribution. \n" ); document.write( "P(4 red + 6 silver from 20)=C(6,4)*C(14,6)/C(20,10) \n" ); document.write( " \n" ); document.write( "We then multiply the two probabilities together to get \n" ); document.write( "P(4 red + 6 silver from stock of 25) \n" ); document.write( "=C(20,10)*C(5,0)/C(25,10) * C(6,4)*C(14,6)/C(20,10) \n" ); document.write( "=C(6,4)*C(14,6)*C(5,0)/C(25,10) after simplification \n" ); document.write( "which is exactly the multinomial equivalent of the hypergeometric distribution for 4 red, 6 silver and 0 black. \n" ); document.write( "Evaluating, \n" ); document.write( "P(4 red+6 silver) \n" ); document.write( "=C(6,4)*C(14,6)*C(5,0)/C(25,10) \n" ); document.write( "=15*3003*1/3268760 \n" ); document.write( "=819/59432 \n" ); document.write( "=0.013780 \n" ); document.write( " \n" ); document.write( "(b) 5 red + 5 black \n" ); document.write( "Apply the multinomial hypergeometric distribution: \n" ); document.write( "P(5 red + 5 black) \n" ); document.write( "=C(6,5)*C(14,0)*C(5,5)/C(25,10) \n" ); document.write( "=6*1*1/3268760 \n" ); document.write( "=3/1634380 \n" ); document.write( "=0.00000183556 \n" ); document.write( " \n" ); document.write( "(c) exactly 6 cars are red \n" ); document.write( "We can apply directly hypergeometric distribution by putting red as one class, and silver or black (total 14+5=19) as the other. \n" ); document.write( "P(6 red + 4 (silver or black) \n" ); document.write( "=C(6,6)*C(19,4)/C(25,10) \n" ); document.write( "=1*3876/3268780 \n" ); document.write( "=0.001186 \n" ); document.write( " \n" ); document.write( " |