SOLUTION: You own 50 DVDs consisting of 25 comedies, 15 dramas, and 10 thrillers. You randomly pick 4 movies to watch during a long train ride. What is the probability that you pick at least

Algebra ->  Permutations -> SOLUTION: You own 50 DVDs consisting of 25 comedies, 15 dramas, and 10 thrillers. You randomly pick 4 movies to watch during a long train ride. What is the probability that you pick at least      Log On


   



Question 1191476: You own 50 DVDs consisting of 25 comedies, 15 dramas, and 10 thrillers. You randomly pick 4 movies to watch during a long train ride. What is the probability that you pick at least one DVD of each type of movie?
*Please use the complement formula (P(Ā)=1-P(A))*

Answer by ikleyn(52778) About Me  (Show Source):
You can put this solution on YOUR website!
.
You own 50 DVDs consisting of 25 comedies, 15 dramas, and 10 thrillers.
You randomly pick 4 movies to watch during a long train ride.
What is the probability that you pick at least one DVD of each type of movie?
~~~~~~~~~~~~~~~~~~~~

First we calculate the number of all possible combinations of 50 DVDs taken 4 at a time.


It is the number of combinations, of course,  

    C%5B50%5D%5E4 = %2850%2A49%2A48%2A47%29%2F%281%2A2%2A3%2A4%29 = 230300.


This number is the cardinality of the space of events in this problem.



Next, we calculate the number of all possible favorable outcomes.


The favorable outcomes are 3 disjoint sets  (2C, 1D, 1T),  (1C, 2D, 1T),  (1C, 1D, 2T),

where "C" means comedy CD;  "D" means drama CD;  "T" means thriller CD.


The number of elements in the set  (2C, 1D, 1T)  is  %28%2825%2A24%29%2F2%29%2A15%2A10 = 300*15*10 = 45000.

The number of elements in the set  (1C, 2D, 1T)  is  25%2A%28%2815%2A14%29%2F2%29%2A10 = 25*105*10 = 26250.

The number of elements in the set  (1C, 1D, 2T)  is  25%2A15%2A%28%2810%2A9%29%2F2%29 = 25%2A15%2A45 = 16875.


So, the total number of the favorable outcomes is  45000 + 26250 + 16875 = 88125.


Finally, the probability under the problem's question is


    P = favorable%2Ftotal = 88125%2F230300 = 75%2F196 = 0.3827   (rounded).    ANSWER

Solved and explained.


/////////////


Hello,  this instruction about using the complement formula is  IRRELEVANT  to the posted problem.