The ABC Manufacturing Corp. has been having trouble with one of its machines. Out of all of the parts the machine produces, 15 % are defective. An inspector selects a group of 19 parts at random from the machine's output. Express your answers to four decimal places. Express the probabilities as decimal fractions -- not as percentages. a. What is the probability that exactly two of these parts will be defective? b. What is the probability that none of these parts will be defective? c. What is the mean of the number of defective parts among the group of parts selected? d. What is the variance of the number of defective parts among the group?
Please show step by step. I don't know where to start
a.
The probability that a randomly selected part is defective = 0.15
Let X be the number of defective parts in sample of 19. Then X ~ Binomial(n = 19, p = 0.15)
Probability that exactly two of these parts will be defective = P(X = 2) = 19C2 * 0.152 * (1 - 0.15)19-2
= 171 * 0.152 * 0.8517
= 0.2428
b.
Probability that none of these parts will be defective = P(X = 0) = 19C0 * 0.150 * (1 - 0.15)19-0
= 0.8519
= 0.0456
c.
Mean of the number of defective parts = np = 19 * 0.15 = 2.85
d.
Variance of the number of defective parts = np(1-p) = 19 * 0.15 * (1 - 0.85) = 0.4275
Get Answers For Free
Most questions answered within 1 hours.