The probability that a DVD player produced by VCA Television is defective is estimated to be 0.04. A sample of ten players is selected at random. (Round your answers to four decimal places.) (a) What is the probability that the sample contains no defective units? (b) What is the probability that the sample contains at most two defective units?
p = 0.04
n = 10
This is a binomial distribution.
P(X = x) = 10Cx * 0.04x * (1 - 0.04)10-x
a) P(X = 0) = 10C0 * 0.040 * 0.9610 = 0.6648
b) P(X < 2) = P(X = 0) + P(X = 1) + P(X = 2)
= 10C0 * 0.040 * 0.9610 + 10C1 * 0.041 * 0.969 + 10C2 * 0.042 * 0.968
= 0.9938
Get Answers For Free
Most questions answered within 1 hours.