document.write( "Question 1066967: a local produce supplier has determined that 5% of its orders are sent out with items missing due to the availability of the produce. this week the supplier filled 340 orders. what is the probability that there were fewer than 10 were sent out incomplete? \n" ); document.write( "
Algebra.Com's Answer #682196 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Can use the normal probability approximation with this binomial, since np and n(1-p) >5 \n" ); document.write( "np=mean=0.05*340=17 \n" ); document.write( "sqrt (np*(1-p))=sqrt (17*0.95)=sqrt (16.15)=4.02 \n" ); document.write( "z=(10-17)/4.02=0.0408. \n" ); document.write( " |