Suppose that a jury of 12 persons is to be selected from a pool of 25 persons who were called for jury duty. The pool comprises 12 retired persons, 6 employed persons, 5 unemployed persons, and 2 students. Assuming that each person is equally likely to be selected, answer the following:
- What is the probability that both students will be selected?
- What is the probability that the jury will contain exactly twice as many retired persons as employed persons?
Solutions:
- $0.22$
- $0.1358$
Unfortunately I was not provided with an explanation of why these are the solutions to the problem and I couldn't find the proper textbook solutions online. What My reasoning in answering the first has been so far (wrong unfortunately):
- $\qquad\dfrac{\binom{25}{2}\cdot \binom{24}{1} \cdot \binom{23}{10}}{\binom{25}{12}}$
And I don't understand what exactly is wrong with this procedure. If anyone could also give me further advice on how to approach these problems it would be extremely useful!
Thank you!
As regards the first question the answer is simply $$\frac{\overbrace{\binom{2}{2}}^{\text{students}}\cdot\overbrace{\binom{23}{10}}^{\text{not students}}}{\binom{25}{12}}.$$ For the second question there are a few cases to consider. The jury of $12$ persons can be selected in one of the following ways: $$(\text{retired},\text{employed},\text{others})\in\{(8,4,0),(6,3,3),(4,2,6),(2,1,9)\}.$$ Then the probability that one of these distinct cases happens is $$\frac{\overbrace{\binom{12}{8}\binom{6}{4}\binom{7}{0}}^{(8,4,0)}+ \overbrace{?}^{(6,3,3)} +\overbrace{?}^{(4,2,6)}+\overbrace{?}^{(2,1,9)}}{\binom{25}{12}}.$$ Can you take it from here?