(a) In each lot 200 items, there are k defective items and 200-k non-defective items. Then the probability that a lot with k defective items is accepted is
P(accepted)=(2200)(0k)(2200−k)=
=2!(200−2)!200!1⋅2!(200−k−2)!(200−k)!=200(199)(200−k)(200−k−1) (b) Let X= the number of defective item: X∼Bin(n,p)
Given p=10050=0.5
The probability that one or more items are found defective is
P(X≥1)=1−P(X<1)=1−P(X=0)==1−(0n)(0.5)0(1−0.5)n−0=1−(0.5)n
P(X≥1)≥0.99=>1−(0.5)n≥0.99
2n≥100
26=64<100,27=128>100At least 7 items should be tested so that the probability that one or more items are found defective is at least 99%.
Comments