Let X= the number of defective batteries. The probability distribution of the random variable X, hypergeometric distribution, is given by
h(x;n,M,N)=(nN)(xM)(n−xN−M) Given that N=5000,M=5000⋅0.02=100,n=48.
What is the probability that at most 3 batteries do not meet specifications?
P(X≤3)=P(X=0)+P(X=1)++P(X=2)+P(X=3)==(485000)(0100)(48−05000−100)+(485000)(1100)(48−15000−100)++(485000)(2100)(48−25000−100)+(485000)(3100)(48−35000−100)≈≈0.377432+0.373310+0.178926+0.055379≈≈0.9850 The probability that this whole shipment will be accepted is 0.9850.
Comments