document.write( "Question 779664: suppose that a sample of 10 is taken from a day's output of a machine that normally produces 5 percent defective parts. if 100 percent of a day's production is inspected whenever the sample of 10 gives 2 or more defectives, then what is the probability that 100 percent of a day's production will be inspected? \n" ); document.write( "
Algebra.Com's Answer #475316 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! suppose that a sample of 10 is taken from a day's output of a machine that normally produces 5 percent defective parts. if 100 percent of a day's production is inspected whenever the sample of 10 gives 2 or more defectives, then what is the probability that 100 percent of a day's production will be inspected? \n" ); document.write( "------- \n" ); document.write( "Binomial Problem with n = 10 and p(defect) = 0.05 \n" ); document.write( "---- \n" ); document.write( "P(2<= x <=10) = 1 - P(0<= x <=1) = 1- binomcdf(10,0.05,1) = 0.0861 \n" ); document.write( "------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============ \n" ); document.write( " |