Let us begin with a reminder of a combination.
The answer to the question
"How many different ways can we choose k objects out of n possible objects where order does not matter?"
is "n choose k" which can be represented by many different notations such as
C(n, k)
nCk
Cnk
For the given problem...
"A jury pool has 21 people that are married and 23 people that are not married"
so there is a total of 21 + 23 = 44 people
"from which 12 jurors will be selected"
How many different possible jury selections are there?
That is, how many different ways are there of selecting a group of 12 people out of 44 possible people when order does not matter?
That is precisely "44 choose 12" or C(44, 12).
C(44, 12) = 21,090,682,613
(a) Find the probability that the jury consists of all married people.
For the purposes of this part, we can only select the jurors out of the 21 married people.
How many different ways are there of selecting a group of 12 people out of 21 possible people when order does not matter?
That is precisely "21 choose 12" or C(21, 12).
C(21, 12) = 293,930
The desired probability can be found by simply dividing the number of outcomes with satisfy the given condition by the total number of outcomes. It is thus...
C(21, 12) / C(44, 12) = 293,930 / 21,090,682,613
(b) Find the probability that the jury consists of all not married people.
There are 23 not married people.
The logic is identical to that of part (a).
(c) Find the probability that the jury consists of 8 married people and 4 that are not married.
For the 8 married people
How many different ways are there of selecting a group of 8 people out of 21 possible people when order does not matter?
That is precisely "21 choose 8" or C(21, 8).
C(21, 8) = 203,490
For the 4 people who are not married
How many different ways are there of selecting a group of 4 people out of 23 possible people when order does not matter?
That is precisely "23 choose 4" or C(23, 4).
C(23, 4) = 8,855
Now, for each of the 203,490 groups of 8 married people, there are 8,855 possible groups of 4 not married people.
This gives us a total of 203,490 x 8,855 = 1,801,903,950 different groups of 8 married people and 4 not married people.
The desired probability can be found by simply dividing the number of outcomes with satisfy the given condition by the total number of outcomes. It is thus...
C(21, 8) x C(23, 4) / C(44, 12) = 1,801,903,950 / 21,090,682,613
(d) Find the probability that the jury consists of 6 married people and 6 that are not married.
The logic is identical to that of part (c).