CAT 2025 Lesson : Permutations & Combinations - Forming Groups
6.2 Selecting from 2 groups simultaneously
We need to break down the possible cases and individually add them as shown in the following examples.
Example 41
In how many ways can a team of 5 members be selected from 6 women and 5 men such that
(I) exactly 3 of the members are women?
(II) at least 3 of the members are women?
Solution
Case I: In the total of 5 members, if 3 are women, the remaining 2 are men.
Number of ways of selecting 3 women and2 men =6C3×5C2=20×10=200
Case II: If at least 3 women, then we should include the cases of 4 women & 1 man and 5 women & no man.
Number of ways of selecting 4 women and1 man =5C4×5C1=15×5=75
Number of ways of selecting 5 women and0 man =5C5×5C0=6×1=6
Total number of selections =200+75+6=281
Answer: (I) 200; (II) 281
Example 42
A team of 5 needs to be selected from 5 Indians and 6 Chinese. How many such selections would have at least 1 Indian and 2 Chinese?
Solution
Number of ways of selecting 1 Indian and4 Chinese =5C1×6C4=5×15=75 2 Indians and3 Chinese =5C2×6C3=10×20=200 3 Indians and2 Chinese =5C3×6C2=10×15=150
Total selections =75+200+150=425
Answer: 425
6.3 Selecting distinct elements and grouping them
If n distinct elements are to be divided into groups with a elements, b elements, c elements, etc., number of possible selections is a!b!c!...n!
In the above, if any of a, b, c, etc. are equal, the result needs to be divided by the respective permutations. This is shown in Examples 44 and 45.
Example 43
In how many ways can you divide 10 software programmers into 3 groups comprising of 2,3 and 5 members?
Solution
Applying the formula provided above, we permute the number of software programmers and divide by the permutations possible in each group (as this pertains to combinations or selections in a group).
2!3!5!10!=2×610×9×8×7×6=10×9×4×7=2520
Answer: 2520
Example 44
In how many ways can you divide 10 software programmers into 3 groups
(I) comprising of 3, 3 and 4 members?
(II) comprising of 3,3 and 4 members, that are labelled A, B and C respectively?
Solution
Case I: Here the two 3-member groups are similar. Therefore, we need to apply the formula and divide by another 2!, to avoid double counting.
Note: Where Group1and Group2are3-member groups, note that it does not matter whether (a, b, c) and (d, e, f) are in group1and group2or in group2and group1respectively. This is to be counted only once.
Possible divisions =3!3!4!10!×2!1=6×6×210×9×8×7×6×5=10×3×2×7×5=2100
Case II: Here, all the groups are distinctly labelled A, B and C. As there is a difference between Group A and Group B, we do not divide by 2!.
Possible divisions =3!3!4!10!=6×610×9×8×7×6×5=10×3×4×7×5=4200
Answer: (I) 2100; (II) 4200
Example 45
In how many ways can you divide 8 software programmers into 4 groups comprising of 2 members each?
Solution
Here we have 4 similar groups. Therefore, we divide by another 4!.
Possible divisions =2!2!2!2!8!×4!1=2×2×2×28×7×6×5=7×3×5=105