SOLUTION: A batch of pills consist of 10 good pills and 4 that are defective (contain the wrong amount of the drug). If 5 pills are randomly selected without replacement, what is the probabi

Algebra ->  Probability-and-statistics -> SOLUTION: A batch of pills consist of 10 good pills and 4 that are defective (contain the wrong amount of the drug). If 5 pills are randomly selected without replacement, what is the probabi      Log On


   



Question 1183758: A batch of pills consist of 10 good pills and 4 that are defective (contain the wrong amount of the drug). If 5 pills are randomly selected without replacement, what is the probability that all 4 of the defective pills are selected?
Found 2 solutions by Boreal, ikleyn:
Answer by Boreal(15235) About Me  (Show Source):
You can put this solution on YOUR website!
There are 14 pills and 14C5 ways to choose or 2002 ways.
5 ways to choose 4 pills and the last pill is always good, so 5/2002=0.00250 probability.
5C4*1/14C5
also, (10/14) ways for the first (4/13)(3/12)(2/11)(1/10) for the rest, and 5 ways that can happen with same numerator/denominator, each =240/240240, and that is the same probability.

Answer by ikleyn(52824) About Me  (Show Source):
You can put this solution on YOUR website!
.
A batch of pills consist of 10 good pills and 4 that are defective (contain the wrong amount of the drug).
If 5 pills are randomly selected without replacement, what is the probability that all 4 of the defective pills are selected?
~~~~~~~~~~~~~~~~


            I do not agree with the solution by @Boreal.
            My solution and my answer are different.


The number of all possible subsets of 5 pills, randomply selected from the total set of 10+4 = 14 pills is

    C%5B14%5D%5E5 = %2814%2A13%2A12%2A11%2A10%29%2F%281%2A2%2A3%2A4%2A5%29 = 2002.


It is the cardinality of the total space of events.


The number of all possible subsets of 5 pills, containing 4 defective pills (and, hence, one good pill), is 10.

These subsets contain all 4 defective pills and one of 10 good pills, so the cardinality of this set 
("favorable" set of events) is 10.


The probability under the problem's question is thus


    P = favorable%2Ftotal = 10%2F2002 = 5%2F1001 = 0.004995  (rounded).    ANSWER


If you want a general formula, here it is  P = %28C%5B4%5D%5E4%2AC%5B10%5D%5E1%29%2FC%5B14%5D%5E5.

Solved and explained.