document.write( "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? \n" ); document.write( "
Algebra.Com's Answer #562765 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

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