Assume that 20 parts are checked each hour and that X denotes the number of parts in the sample of 20 that require rework. Parts are assumed to be independent with respect to rework.
If the percentage of parts that require rework remains at 1%, what is the probability that hour 10 is the 2nd sample at which X exceeds 1?
X ~ Binomial(n = 20, p = 0.01)
P(X > 1) = 1 - P(X 1) = 1 - [P(X = 0) + P(X = 1)]
= 1 - [20C0 * 0.010 * (1 - 0.01)20-0 + 20C1 * 0.011 * (1 - 0.01)20-1]
= 1 - (0.9920 + 20 * 0.01 * 0.9919 )
= 0.01685934
Let Y be the number of hours in which X exceeds 1. Then Y ~ NegativeBinomial(r = 2, p = 0.01685934)
The PMF of Y is,
P(Y = y) = y-1Cr-1 * pr * (1 - p)y-r = y-1C2-1 * 0.016859342 * (1 - 0.01685934)y-2
P(Y = 10) = 9C1 * 0.016859342 * (1 - 0.01685934)8
= 9 * 0.016859342 * 0.98314078
= 0.002232796
Get Answers For Free
Most questions answered within 1 hours.