Binomial distribution with parameters n = 20 and p = 0.002 can be approximated using Poisson with parameter m = np = 0.04
p0=P(X=0)=0.040/0!∗exp(−0.04)=0.9607894
n0=20000∗p0≈19216
The approximate number of packets containing blades with no defective blades is 19216
p2=P(X=2)=0.042/2!∗exp(−0.04)=0.0007686
n2=20000∗p2≈15
The approximate number of packets containing blades with two defective blades is 15
Answer: 19216, 15.
Comments