document.write( "Question 858875: A company purchases shipments of machine components and uses this acceptance sampling plan: Randomly select and test 26 components and accept the whole batch if there are fewer than 3 defectives. If a particular shipment of thousands of components actually has a 3% rate of defects, what is the probability that this whole shipment will be accepted? \r
\n" );
document.write( "\n" );
document.write( "A) 0.9580 B) 0.0348 C) 0.1408 D) 0.5051
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #517424 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A company purchases shipments of machine components and uses this acceptance sampling plan: \n" ); document.write( "Randomly select and test 26 (this is \"n\") components and accept the whole batch if there are fewer than 3 defectives. If a particular shipment of thousands of components actually has a 3% rate of defects, what is the probability that this whole shipment will be accepted? \n" ); document.write( "------------- \n" ); document.write( "Binomial Problem with n = 26 and p(accept) = 0.97 \n" ); document.write( "------- \n" ); document.write( "P(x < 3) = binomcdf(26,0.03,2) = 0.9580 \n" ); document.write( "=============================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=================================== \n" ); document.write( "A) 0.9580 B) 0.0348 C) 0.1408 D) 0.5051 \n" ); document.write( " \n" ); document.write( " |