Question
Question: A group consists of 4 girls and 7 boys. In how many ways can a team of 5 members be selected, if the...
A group consists of 4 girls and 7 boys. In how many ways can a team of 5 members be selected, if the team has
I) No girl.
II) At least one boy and one girl.
III) At least three girls.
Solution
Hint: The given question is related to permutations and combinations. Here we use the formula for the number of ways for selecting r things from n different things.
Complete step-by-step answer:
The following formula will be used to solve the given problem:
The number of ways of selecting r things from n different things is given by nCr and the value of nCr is given as nCr=r!(n−r)!n! .
I) For the first case , we have to choose a team of 5 members from a group of 4
girls and 7 boys, such that there are no girls in the team, i.e. all the members should be boys.
So, we have to choose 5 boys from a group of 7 boys.
So, number of ways =7C5
=5!(7−5)!7!
=5!×2!7!
Now, we know, we can write n! as n(n−1)!=n(n−1)(n−2)! . So, 7!=7×6×5!
So, the number of ways =5!×2!7×6×5!=27×6=21.
Hence , there are 21 ways of selecting a team of 5 members from a group of 4 girls and 7 boys, such that there are no girls in the team.
II) For the second case, we have to choose a team of 5 members from a group of 4
girls and 7 boys, such that there is at least one girl and one boy in the team.
So, first let’s select one boy and one girl. The number of ways of doing it is given as 7C1×4C1=7×4=28.
Now, the remaining three members of the team can be girls or boys . So, we have to select three members from a group of nine persons (three girls and six boys).
So, number of ways of selection is given as 9C3=3!×6!9!=69×8×7=84
So, the number of ways of to choosing a team of 5 members from a group of 4 girls and 7 boys, such that there is at least one girl and one boy in the team is given as 7C1×4C1×9C3=28×84=2352
Hence, there are 2352 ways of choosing a team of 5 members from a group of 4 girls and 7 boys, such that there is at least one girl and one boy in the team.
III) For the third case, we have to choose a team of 5 members from a group of 4
girls and 7 boys, such that there are at least three girls in the team.
So, first, let’s choose three girls from a group of four girls.
Number of ways of selection is given as 4C3.
Now, the remaining two members of the group can be girls or boys. So, we have to select two members from a group of eight persons (one girl and seven boys).
So, the number of ways of selection is given as 8C2.
So, the number of ways of choosing a team of 5 members from a group of 4 girls and 7 boys, such that there are at least three girls in the team is given as 4C3×8C2=3!×1!4!×6!×2!8!
=4×28×7=4×4×7
=112
Hence, there are 112 ways of choosing a team of 5 members from a group of 4 girls and 7 boys, such that there are at least three girls in the team.
Note: Students generally get confused in the expansions of nCr and nPr. The expansion of nCr is given as nCr=r!(n−r)!n! and the expansion of nPr is given as nPr=(n−r)!n!.