Answer on Question#38788 – Math - Probability
In a factory turning out razor blade, there is a small chance of 1/500 for any blade to be defective. The blades are supplied in a packet of 10. Use Poisson distribution to calculate the approximate number of packets containing blades with no defective, one defective, two defectives and three defectives in a consignment of 10,000 packets.
Solution:
The probability of a defect per blade is p=5001=0.002.
Poisson distribution:
Pλ(k)=k!λke−λ
Where k equals to number of defective blades in a packet and for a packet of 10, the mean number of defects λ=10p=0.02.
k=0Pλ(0)=0!0.020e−0.02=0.980199
So the approximate number of packets containing blades with no defective is 10000×0.980199=9802 k=1
Pλ(1)=1!0.021e−0.02=0.019604
So the approximate number of packets containing blades with one defective is 10000×0.0196=196 k=2
Pλ(2)=2!0.022e−0.02=0.000196
So the approximate number of packets containing blades with two defectives is 10000×0.000196=2 k=3
Pλ(3)=3!0.023e−0.02=0.000013
So the approximate number of packets containing blades with no defective is 10000×0.000013=0
Comments