document.write( "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? \n" ); document.write( "
Algebra.Com's Answer #562828 by ewatrrr(24785) You can put this solution on YOUR website! p(def) = .001, n = 1200 \n" ); document.write( "P(x = 0) = binompdf(1200, .001, 0) \n" ); document.write( "0r \n" ); document.write( "P(x = 0) = .999^1200 \n" ); document.write( " |