Let X= the number of machines which will fail in the first three years: X∼Bin(n,p)
P(X=x)=(xn)px(1−p)n−x Given that 1−pp=0.003,n=40
Then p=10033≈0.003
P(X≤2)=P(X=0)+P(X=1)+P(X=2)=
=(040)(0.003)0(1−0.003)40−0+
+(140)(0.003)1(1−0.003)40−1+
+(240)(0.003)2(1−0.003)40−2==0.8867605+0.1067315+0.0062626≈0.999755
≈0.993511
When the value of n in a binomial distribution is large and the value of p is very small, the binomial distribution can be approximated by a Poisson distribution. If n>20 and np<5 or n(1−p)<5 then the Poisson is a good approximation.
We have n=40>20,np=40(0.003)=0.12<5.
Use the Poisson Approximation to Binomial Distribution
λ=np=40(0.003)=0.12
P(X=x)=x!e−λλx
P(X≤2)=P(X=0)+P(X=1)+P(X=2)=
=0!e−0.12(0.12)0+1!e−0.12(0.12)1+2!e−0.12(0.12)2=
=e−0.12(1+0.12+0.0072)≈0.999737
Comments