Let X= the number of integrated circuits which will pass a quality test: X∼Bin(n,p).
Given n=10,p=0.86,q=1−p=1−0.86=0.14.
a)
P(2 will fail)=P(X=8)
=(810)(0.86)8(0.14)10−2=0.26391
b)
P(8 will pass)=P(X=8)
=(810)(0.86)8(0.14)10−2=0.26391
c)
P(at least 2 will fall)=P(X≤8)
=1−(P(X=9)+P(X=10))
=1−(910)(0.86)9(0.14)10−9
−(1010)(0.86)10(0.14)10−10
=0.41844
d)
P(fewer than 2 will fail)=P(X>8)
=P(X=9)+P(X=10)
=(910)(0.86)9(0.14)10−9+(1010)(0.86)10(0.14)10−10
=0.58156
Comments