A manufacturing machine has a 9% defect rate.

If 10 items are chosen at random, what is the probability that at least one will have a defect

1 answer

prob(good) = .91
prob(not good) = .09

prob(at least defective)
= 1 - prob(all good)
= 1 - .91^10 = .....