Suppose that in a company there are three groups of employees:
- $80$ associate consultants
- $50$ consultants
- $20$ senior consultants
The president of the company is calling out names of each of the $150$ employees one by one and giving them a ticket to the Universal Studios. The names of the employees are called out at random without any specific preference to any one group of employees and each employee has a different name. A group is considered "completed" if all the members of the group receive the ticket. Find the probability that the group of associate consultants gets "completed" before consultants and senior consultants.
My attempt:
I thought of finding the favorable cases by considering say after calling out the K-th name, the associate consultants group gets completed. So there should be atleast one person each of consultant and senior consultant in remaining 150-K names that should be called out. Then I summed over all possible values of K, but neither did this result in a closed form solution nor do I think that it is correct because cases are being repeated.
To avoid misunderstandings I will speak of associates, consultants and seniors (so that the word "consultant" will not be overworked).
The answer is: $$\frac{50}{150}\frac{20}{100}+\frac{20}{150}\frac{50}{130}=\frac{23}{195}\simeq0.117949$$
First term:
Here $\frac{50}{100}$ is the probability that the consultants are completed as last and $\frac{20}{100}$ is the probability that the seniors are not completed as first under the extra condition that the consultants are completed as last.
Second term:
Here $\frac{20}{150}$ is the probability that the seniors are completed as last and $\frac{50}{130}$ is the probability that the consultants are not completed as first under the extra condition that the seniors are completed as last.
So actually if $E$ denotes the event that the associates are completed as first, $C$ denotes the event that the consultants are completed as last and $S$ denotes the event that the seniors are completed as last, then we calculated:$$\Pr\left(E\right)=\Pr\left(E\cap C\right)+\Pr\left(E\cap S\right)=\Pr\left(C\right)\Pr\left(E\mid C\right)+\Pr\left(S\right)\Pr\left(E\mid S\right)$$
Observe that e.g. the event that the consultants are completed as last is the same as the event that the last name mentioned by the president is the name of a consultant. This makes it easy to find the corresponding probability. Under the condition that this indeed happens we now look at the $149$ precedents and become aware of the fact that the $49$ consultants among them are not relevant anymore. So we focus on the $100$ non-consultants (i.e. associates and seniors). We now find likewise a probability of $\frac{20}{100}$ that the last mentioned of them is a senior.