document.write( "Question 1135583: Suppose a shipment of 140 electronic components contains 3 defective components. To determine whether the shipment should be​ accepted, a​ quality-control engineer randomly selects 3 of the components and tests them. If 1 or more of the components is​ defective, the shipment is rejected. What is the probability that the shipment is​ rejected? can you help me solve this with statcrunch \n" ); document.write( "
Algebra.Com's Answer #753447 by Edwin McCravy(20054)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "First we find the probability that it will be accepted and then \r\n" );
document.write( "subtract from 1.\r\n" );
document.write( "\r\n" );
document.write( "There are 3 defective ones, and therefore 140-3 = 137 good ones.\r\n" );
document.write( "\r\n" );
document.write( "That means the first one selected will be good with a probability of 137/140, and\r\n" );
document.write( "the second one selected will be good with a probability of 136/139, and\r\n" );
document.write( "the the third one selected will be good with a probability of 135/138.\r\n" );
document.write( "\r\n" );
document.write( "Probability that shipment will be accepted = (137/140)(136/139)(135/138) =\r\n" );
document.write( "\r\n" );
document.write( "0.9355370258\r\n" );
document.write( "\r\n" );
document.write( "Probability that shipment will be rejected = 1 - 0.9355370258 = \r\n" );
document.write( "\r\n" );
document.write( "0.0633629742\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );