document.write( "Question 1075241: An automobile manufacturer finds that 1 in every 2000 automobiles produced has a particular manufacturing defect.
\n" );
document.write( "(a) Use a binomial distribution to find the probability of finding 4 cars with the defect in a random sample of 5000 cars.
\n" );
document.write( "(b) The Poisson distribution can be used to approximate the binomial distribution for large values of n and small values of p. (a) using a Poisson distribution and compare the results. \n" );
document.write( "
Algebra.Com's Answer #689921 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! p=(5000C4)(1/2000)^4*1999/2000^4996 \n" ); document.write( "=0.1336 \n" ); document.write( "np=5000*(1/2000)=2.5 \n" ); document.write( "That is the Poisson parameter. \n" ); document.write( "For 4 cars \n" ); document.write( "e^(-2.5)2.5^4/4! \n" ); document.write( "=0.1336 \n" ); document.write( "The same. \n" ); document.write( " |