SOLUTION: With one method of a procedure called acceptance sampling, a sample of items is randomly selected without replacement and the entire batch is accepted if every item in the sample i

Algebra ->  Probability-and-statistics -> SOLUTION: With one method of a procedure called acceptance sampling, a sample of items is randomly selected without replacement and the entire batch is accepted if every item in the sample i      Log On


   



Question 1152176: With one method of a procedure called acceptance sampling, a sample of items is randomly selected without replacement and the entire batch is accepted if every item in the sample is okay. The ABCD Electronics Company has just manufactured 5000 write-rewrite CDs, and 100 are defective. If 4 of these CDs are randomly selected for testing, what is the probability that the entire batch will be accepted?
Answer by ikleyn(52790) About Me  (Show Source):
You can put this solution on YOUR website!
.

There are  N = C%5B5000%5D%5E4  ways to select 4 CDs from the set of 5000 CDs without replacement.

It is the whole space of samples in this problem.


Next, from the condition, every 4 CDs that pass testing, belong to the subset of 5000-100 = 4900 good CDs.


There are  n = C%5B4900%5D%5E4  ways to select 4 CDs from this set of 4900 CDs.


Therefore, the probability under the question is the ratio 

    n%2FN = C%5B4900%5D%5E4%2FC%5B5000%5D%5E4 = %284900%2A4899%2A4898%2A4897%29%2F%285000%2A4999%2A4988%2A4987%29 = 0.922346.      ANSWER



Another way to solve the problem is to use the formula

    P = %284900%2F5000%29%2A%284899%2F4999%29%2A%284898%2F4998%29%2A%284897%2F4997%29 

which is self-explanatory and gives the same result  P = 0.922346.  

Solved.