Sachin9
6 male and 8 female employees work in the IT department. If an expert group has to be formed including 2 men and 1 woman, how many variants are possible?
60
80
120
150
180
Please help explain the concept.. I am having a hard time understanding formulas of permutations and combinations.
3 step process:
1.) you need to SELECT 2 males out of 6. use 6C2 = 15
2.) then 1 female out of 8. 8C1=8
3.) number of ways to select 2 males AND 1 female = 15x8 (use multiplication when you see 'and' & use addition when you see 'or')
where is/was the gap in understanding? (the third step?)