document.write( "Question 508918: With one method of the procedure called acceptance sampling, a sample of items is randomly selected without replacement , and the entire batch is rejected if there is at least one defect. The Newport Gauge Company has just manufactured a batch of aircraft altimeters and 3% are defective.\r
\n" );
document.write( "\n" );
document.write( "Question: If the batch contains 4000 altimeters and 100 of them are selected without replacement and tested, what is the probability that the entire batch will be rejected? \n" );
document.write( "
Algebra.Com's Answer #341270 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! With one method of the procedure called acceptance sampling, a sample of items is randomly selected without replacement, and the entire batch is rejected if there is at least one defect. \n" ); document.write( "------------------------ \n" ); document.write( "The Newport Gauge Company has just manufactured a batch of aircraft altimeters and 3% are defective. \n" ); document.write( "Question: If the batch contains 4000 altimeters and 100 of them are selected without replacement and tested, what is the probability that the entire batch will be rejected? \n" ); document.write( "--- \n" ); document.write( "P(reject) = P(>=1 defect in 100) \n" ); document.write( "= 1 - P(no defects in 100) \n" ); document.write( "= 1 - (0.97)^100 \n" ); document.write( "= 1 - 0.0476 \n" ); document.write( "= 0.9524 \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=============== \n" ); document.write( " \n" ); document.write( " |