document.write( "Question 1084249: A manufacturer of cotton pins knows that 5% of his products are defective. If he sells cotton pins in boxes of 100 and guarantees that not more than 10 pins will be defective, what is the approximate probability that a box will have the guaranteed quantity? \n" ); document.write( "
Algebra.Com's Answer #698431 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
np=5, expected value
\n" ); document.write( "np(1-p)=5*0.95=4.75=variance
\n" ); document.write( "sd is sqrt(4.75)=2.18
\n" ); document.write( "The problem asks for the approximate probability.
\n" ); document.write( "an approximation using the continuity correction factor would be
\n" ); document.write( "between 5 and 10.5
\n" ); document.write( "z=(10.5-5)/2.18=+2.52
\n" ); document.write( "z for 5=0
\n" ); document.write( "want probability that z is not greater than +2.52
\n" ); document.write( "That is 0.0059
\n" ); document.write( "The approximate probability asked for is 0.9941
\n" ); document.write( "
\n" );