Answer:
a) The employer can fill the four positions in 495 ways.
b) The employer can fill the four positions in 210 ways.
Step-by-step explanation:
The order is not important.
For example:
Selecting John, Laura, Mary and Tre'Davious is the same as selecting Laura, John, Mary and Tre'Davious.
So we use the combinations formula to solve this problem.
Combinations formula:
[tex]C_{n,x}[/tex] is the number of different combinations of x objects from a set of n elements, given by the following formula.
[tex]C_{n,x} = \frac{n!}{x!(n-x)!}[/tex]
(a) the selection is random
There are 12 people, and 4 are selected. So
[tex]C_{12,4} = \frac{12!}{4!8!} = 495[/tex]
(b) exactly two selections are women?
There are 7 men and 5 women. We want to select 2 men and 2 women. So
[tex]C_{7,2}*C_{5,2} = \frac{7!}{2!5!}*\frac{5!}{2!3!} = 210[/tex]