document.write( "Question 446473: A production line manufactures light bulbs with a defective rate of 0.05. What is the probability that in a batch of 20 light bulbs, 2 or more of them are defective? What is the probability that 1 or 2 bulbs are defective in the batch? \n" ); document.write( "
Algebra.Com's Answer #307479 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,\r
\n" ); document.write( "\n" ); document.write( "A production line manufactures light bulbs with a defective rate of 0.05. What is P(in a batch of 20 light bulbs, 2 or more of them are defective)?\r
\n" ); document.write( "\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 and q = .95
\n" ); document.write( "nCx = \"n%21%2F%28x%21%28n-x%29%21%29\"
\n" ); document.write( "P(2 or more defective) = 1 - P(none) - P(one)
\n" ); document.write( " = 1 -(.95)^20 - 20(.05)^1*(.95)^19
\n" ); document.write( " = 1 - .3585 - .3774 = .2641
\n" ); document.write( "P( 1 or 2 are defective) = .3774 + .1887 = .5661 \n" ); document.write( "
\n" );