document.write( "Question 876719: A factory produced 50 units. Five of the units produced were defective. If 3 units are randomly selected for testing, what is the probability that at least one unit is defective? \n" ); document.write( "
Algebra.Com's Answer #528969 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
p(def) = 5/50 = 1/10, n = 3
\n" ); document.write( "P(x ≥ 1) = 1 - P(0) - 1 - (9/10)^3
\n" ); document.write( "
\n" );