document.write( "Question 284767: The quality-control inspector of a production plant will reject a batch of automobile batteries if three or more defectives are found in a random sample of eleven batteries taken from the batch. Suppose the batch contains 5% defective batteries. What is the probability that the batch will be accepted? \n" ); document.write( "
Algebra.Com's Answer #206566 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The quality-control inspector of a production plant will reject a batch of automobile batteries if three or more defectives are found in a random sample of eleven batteries taken from the batch. Suppose the batch contains 5% defective batteries. What is the probability that the batch will be accepted? \n" ); document.write( "---------- \n" ); document.write( "Binomial with n = 11 ; p = 0.05 \n" ); document.write( "P(x<=2) = binomcdf(11,0.05,2) = 0.9848... \n" ); document.write( "-------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |