Question
Question: Two groups of players consist of 6 and 8 players. In how many ways can a team of 11 players be selec...
Two groups of players consist of 6 and 8 players. In how many ways can a team of 11 players be selected from these two groups if at least 4 players are to be included from the first group?
(a) 334
(b) 344
(c) 120
(d) 168
Solution
To solve this problem we will make three cases i.e. first when 4 players are taken from the first team and 7 players from the second one. Second case when 5 players are chosen from first team and 6 from second team. Third case when all 6 players are chosen from first and rest from second team. These all cases can be easily found out using nCr where nCr is equal to r!(n−r)!n!. After finding out the total number of ways of selecting players from each team we will add all the number of cases to get the required answer.
Complete step-by-step answer:
We are given two groups of players first which consists of 6 players and second consists 8 players.
Now we have to find the total number of ways in which a team of 11 players can be formed which contains at least 4 players from group 1.
So to solve this we will form 3 cases as follows,
Case 1: when 4 players are selected from group 1 and 7 are selected from group 2.
So we get,
Number of ways of selecting 4 players from 6 players from group 1 = 6C4
Number of ways of selecting 7 players from 8 players from group 2 = 8C7
So total number of cases for this case we get as =
6C4×8C7=4!(6−4)!6!×7!(8−7)!8!=4!(2)!6!×7!(1)!8!
=15×8=120
Case 2: when 5 players are selected from group 1 and 6 are selected from group 2.
Number of ways of selecting 5 players from 6 players from group 1 = 6C5
Number of ways of selecting 6 players from 8 players from group 2 = 8C6
So total number of cases for this case we get as = 6C5×8C6=6×28=168
6C5×8C6=4!(6−5)!6!×7!(8−6)!8!=4!(1)!6!×7!(2)!8!=6×28=168
Case 3: when 6 players are selected from group 1 and 5 are selected from group 2.
Number of ways of selecting 6 players from 6 players from group 1 = 6C6
Number of ways of selecting 5 players from 8 players from group 2 = 8C5
So total number of cases for this case we get as = 6C6×8C5=1×56=56
6C6×8C5=4!(6−5)!6!×7!(8−5)!8!=6!(0)!6!×7!(3)!8!=1×56=56
Note that value of 0! Is 1.
So we get,
Total number of ways of selecting team of 11 players which consists at least 4 players from group 1 as,
= 120 + 168 + 56 = 344
So, the correct answer is “Option (b)”.
Note: You need to first observe the question carefully to solve this and then only you will be able to understand how the cases are to be formed to solve it easily otherwise you may try to solve it directly without cases and get stuck up or end up with the wrong answer. And some students may also just add the number of ways of selecting players instead of multiplying so be careful about that too.