Question 284337: A company purchases shipments of machine components and uses this acceptance sampling plan: Randomly select and test 30 components and accept the whole batch if there are fewer than 3 defectives. If a particular shipment of thousands of components actually has a 6% rate of defects, what is the probability that this whole shipment will be accepted?
Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! A company purchases shipments of machine components and uses this acceptance sampling plan: Randomly select and test 30 components and accept the whole batch if there are fewer than 3 defectives. If a particular shipment of thousands of components actually has a 6% rate of defects, what is the probability that this whole shipment will be accepted?
------------
Binomial Problem:
n = 30 ; p = 0.06
P(0<= p <= 2) = binomcdf(30,0.06,2) = 0.7323
=================================================
Cheers,
Stan H.
|
|
|