document.write( "Question 408149: A quality control engineer tests the quality of produced computers Suppose that 5% of computers have defects and defects occur independently of each other.\r
\n" ); document.write( "\n" ); document.write( "(a) Find the probability of exactly 3 defective computers in a shipment of 20.
\n" ); document.write( "(b) Find the probability that the engineer has to test atleast 5 computers in order to find 2 defective ones.
\n" ); document.write( "

Algebra.Com's Answer #287604 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi
\n" ); document.write( "Note: The probability of x successes in n trials is:
\n" ); document.write( "P = nCx* \"p%5Ex%2Aq%5E%28n-x%29\" where p and q are the probabilities of success and failure respectively.
\n" ); document.write( "In this case p = .05 & q = .95
\n" ); document.write( "nCx = \"n%21%2F%28x%21%28n-x%21%29%29\"\r
\n" ); document.write( "\n" ); document.write( "a) P(exactly 3 of 20 being defective computers) = 1140(.05)^3(.95)17 = .0596
\n" ); document.write( "(b) P( test at least 5 computers to find 2 defective ones)
\n" ); document.write( " P = 1 - (.05)^0*(.95)^5 + 5*(.05)^1*(.95)^4 = .0226 \n" ); document.write( "
\n" );