Probability exercise about allocating bottles of wine

137 Views Asked by At

The exercise states the following:

We have 15 bottles of wine that we will randomly distribute among three customers: A will get 2, B will get 8 and C will get 5. We've learned later that 4 of this 15 bottles are corked: what are the chances that customer B doesn't get a single corked bottle of wine?

I'm really having problems facing this kind of problem in which we use permutations and combinations to find the probability of an event. That's why I'd be thankful if someone presents me multiple methods to solve this exercise and explains me the intuition behind each one.

Moreover, I'd appreciate to be explained what kind of probability distribution it follows, because I think it might follow a binomial distribution but I'm not able to present the problem in such terms.

2

There are 2 best solutions below

0
On BEST ANSWER

The probability distribution involved here is the hypergeometric one.

The probability that customer B did only get bottles of wine that were not corked equals:$$\frac{\binom{11}{8}\binom{4}{0}}{\binom{15}{8}}=\frac{\binom{11}{8}}{\binom{15}{8}}$$

For a more direct way to calculate this probability see the answer of Ross.

0
On

For this problem, ignore A and C. You are just drawing $8$ bottles for B without replacement and need them all to be good. What is the chance the first bottle is good? Assuming it is, what is the chance the second is good? Keep going. The chances decrease because you are using up good bottles.