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?In this Question to

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?In this Question to       Log On


   



Question 927201: 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?In this Question to I need to use the Binomial Distribution?
Answer by ewatrrr(24785) About Me  (Show Source):
You can put this solution on YOUR website!
p(def) = .001, n = 1200
P(x = 0) = binompdf(1200, .001, 0)
0r
P(x = 0) = .999^1200