document.write( "Question 1152223: 2% of a product are defective. If a lot of 100 items are ordered what is the probability that there are no defective items? What is the probability that there are at least two defective items? \n" ); document.write( "
Algebra.Com's Answer #774333 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
probability of none, if independent, is 0.98^100=0.1326\r
\n" ); document.write( "\n" ); document.write( "probability of one is 0.98^99*0.02^1*100 (ways it can occur)=0.2707
\n" ); document.write( "at least 2 would be 1- the above sum or 0.5967
\n" ); document.write( "
\n" );