Question
Question: A certain factory turning cotter pins knows that 2% of its product is defective. If it sells cotter ...
A certain factory turning cotter pins knows that 2% of its product is defective. If it sells cotter pins and gurantees that not more than 5 pins will be defective in a box of 100 pins. Find the approximate probability that a box will fail to meet the guranteed quality.
0.0166
Solution
The number of defective pins in a box of 100 can be modeled by a binomial distribution B(n, p), where n = 100 is the number of trials (pins) and p = 0.02 is the probability of a pin being defective.
Let X be the number of defective pins in a box. So, X ~ B(100, 0.02). The mean of this distribution is np = 100 * 0.02 = 2. Since n is large (n=100) and p is small (p=0.02), and np is moderate (np=2), the binomial distribution can be approximated by the Poisson distribution with parameter λ=np=2. Let Y be a random variable following the Poisson distribution with λ=2. The probability mass function of Y is P(Y=k)=k!e−λλk=k!e−22k.
The box fails to meet the guaranteed quality if the number of defective pins is more than 5, i.e., X > 5. Using the Poisson approximation, we want to find P(X>5)≈P(Y>5). P(Y>5)=1−P(Y≤5)=1−[P(Y=0)+P(Y=1)+P(Y=2)+P(Y=3)+P(Y=4)+P(Y=5)].
Let's calculate the required Poisson probabilities: P(Y=0)=0!e−220=e−2 P(Y=1)=1!e−221=2e−2 P(Y=2)=2!e−222=24e−2=2e−2 P(Y=3)=3!e−223=68e−2=34e−2 P(Y=4)=4!e−224=2416e−2=32e−2 P(Y=5)=5!e−225=12032e−2=154e−2
Now, sum these probabilities: P(Y≤5)=e−2+2e−2+2e−2+34e−2+32e−2+154e−2 P(Y≤5)=e−2(1+2+2+34+32+154) P(Y≤5)=e−2(5+36+154) P(Y≤5)=e−2(5+2+154) P(Y≤5)=e−2(7+154) P(Y≤5)=e−2(157×15+4)=e−2(15105+4)=e−215109
To find the approximate probability, we need the value of e−2. Using a calculator, e−2≈0.135335. P(Y≤5)≈0.135335×15109≈0.135335×7.266667≈0.983436.
The probability that a box will fail to meet the guaranteed quality is: P(Y>5)=1−P(Y≤5)≈1−0.983436≈0.016564.
Rounding to a few decimal places, the approximate probability is 0.0166.