
John M. answered 11/06/16
Tutor
5
(79)
Engineering manager professional, proficient in all levels of Math
- The problem is stating to determine how many ways there are to fill the 4 technical support positions with exactly 2 woman and 2 men
- This is really a problem in combinations, not permutations, because order does not matter.
- First, how many combinations are there in picking 2 of 5 woman. We use the terminology nCr, which means we have n things and want to know how many ways there are to pick r of them. And nCr = n! / (n-k)!(k)!
- Pick 2 out of 5 woman. 5C2 = 5! / (5-2)! 2! = 5!/(3!* 2!) = 10
- Pick 2 out of 4 men. 4C2 = 4! / (4-2)! 2! = 4!/(2! * 2!) = 6
- To find the total number of combinations, multiply the two numbers together : 10*6 = 60 .