SOLUTION: For a critical defect, the sampling plan is n = 1,200 and accept/reject = 0/1. If the process is running 0.1% defective, what is the probability of acceptance?

Algebra ->  Probability-and-statistics -> SOLUTION: For a critical defect, the sampling plan is n = 1,200 and accept/reject = 0/1. If the process is running 0.1% defective, what is the probability of acceptance?      Log On


   



Question 927116: For a critical defect, the sampling plan is n = 1,200 and accept/reject = 0/1. If the process is running 0.1% defective, what is the probability of acceptance?
Answer by ewatrrr(24785) About Me  (Show Source):
You can put this solution on YOUR website!

.........
Re TY, running a Binompdf...
p(def) = .001, p(good) = .999, n = 1200
P(x = 0) = binompdf(1200, .001, 0) = .3010
Or
P(x = 0) = .999^1200 = .3010