SOLUTION: 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 f
Algebra ->
Probability-and-statistics
-> SOLUTION: 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 f
Log On
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? Answer by stanbon(75887) (Show Source):
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?
----------
Binomial with n = 11 ; p = 0.05
P(x<=2) = binomcdf(11,0.05,2) = 0.9848...
--------------
Cheers,
Stan H.