document.write( "Question 1177793: A certain electronics company produces a particular type of vacuum tube. It has been observed that, on the average, three tubes of 100 are defective. The company packs the tubes in boxes of 400. What is the probability that a certain box of 400 tubes will contain
\n" );
document.write( "(a) r defective tubes ?
\n" );
document.write( "(b) At least k defective tubes ?
\n" );
document.write( "(c) At most one defective tube ?
\n" );
document.write( "(d) Interpret your answers to (a), (b), and (c). \n" );
document.write( "
Algebra.Com's Answer #806901 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! (a) \n" ); document.write( "(b) P(x ≥ k) = 1 - P(x ≤ (k-1)) = 1 - \n" ); document.write( "(c) P(x ≤ 1) = binomcdf(400, .03, 1) = .00006 \n" ); document.write( "or \n" ); document.write( " P(x=0) + P(x=1) \n" ); document.write( "(c) Expected value .03*400 = 12 \n" ); document.write( " in (a) as r approaches 12, P gets larger. In (b) P gets smaller \n" ); document.write( "in (c) the probability is small because x ≤ 1 is so much less that expected value of 12. \n" ); document.write( " |