document.write( "Question 1158650: A quality control engineer tests the quality of produced computers. Suppose that 5%
\n" ); document.write( "of computers have defects, and defects occur independently of each other. Find the probability
\n" ); document.write( "(a) of exactly 3 defective computers in a shipment of 10. (b) that the engineer at most 3 defective
\n" ); document.write( "computers out of 10.
\n" ); document.write( "

Algebra.Com's Answer #781634 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
exactly 3 defective is 10C3*0.05^3*0.95^7=0.0105 \r
\n" ); document.write( "\n" ); document.write( "at most 3 includes the above plus 0,1,2
\n" ); document.write( "for 2 it is 10C2*0.05^2*0.95^8=0.0746
\n" ); document.write( "for 1 it is 10*.95^9*0.05=0.3151
\n" ); document.write( "for 0 it is 0.95^10=0.5987
\n" ); document.write( "the sum is 0.9989, which is the answer
\n" ); document.write( "
\n" ); document.write( "
\n" );