Answer on Question #72628, Math / Statistics and Probability
A company is interested in evaluating its current inspection procedure for shipments of 50 identical items. The procedure is to take a sample of 5 and pass the shipment if no more than 2 are found to be defective. What proportion of shipments with 20% defectives will be accepted?
Solution
Let X be the number of defective items in the sample of n=5 taken from N=50 without replacement. Suppose the shipment has M defective items. Thus X is a hypergeometric variable with X∼Hypergeometric(n=5,N=50,M=pN), where p is the proportion of defectives in the shipment. If p=0.2 then M=10.
P(X=k)=h(M,n,N)(k)=(nN)(kM)(n−kN−M)
The probability of accepting the shipment is
P(X≤2)=P(X=0)+P(X=1)+P(X=2)==h(10,5,50)(0)+h(10,5,50)(1)+h(10,5,50)(2)==(550)(010)(5−050−10)+(550)(110)(5−150−10)+(550)(210)(5−250−10)≈≈0.31056+0.43134+0.20984≈0.9517(550)(010)(5−050−10)=5!(50−5)!50!0!(10−0)!10!⋅5!(40−5)!40!=1(2)(3)(4)(5)50(49)(48)(47)(46)1⋅1(2)(3)(4)(5)40(39)(38)(37)(36)==0.31056(550)(110)(5−150−10)=5!(50−5)!50!1!(10−1)!10!⋅4!(40−4)!40!=1(2)(3)(4)(5)50(49)(48)(47)(46)10⋅1(2)(3)(4)40(39)(38)(37)==0.43134(550)(210)(5−250−10)=5!(50−5)!50!2!(10−2)!10!⋅3!(40−3)!40!=1(2)(3)(4)(5)50(49)(48)(47)(46)210(9)⋅1(2)(3)40(39)(38)==0.20984
Answer: ≈0.9517;95.17%.
Answer provided by AssignmentExpert.com
Comments