document.write( "Question 916716: A manufacturing machine has a 2% defect rate.\r
\n" ); document.write( "\n" ); document.write( "If 10 items are chosen at random, what is the probability that at least one will have a defect?
\n" ); document.write( "

Algebra.Com's Answer #556280 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
p(def) = .02, n = 10
\n" ); document.write( "P(at least one defect) = 1 - P(none) = 1 - .98^10 = .1829 0r 18.29%
\n" ); document.write( "
\n" ); document.write( "
\n" );