Solveeit Logo

Question

Question: A group of students comprises \(5\) boys and \(n\) girls. If the number of ways , in which a team of...

A group of students comprises 55 boys and nn girls. If the number of ways , in which a team of 33 students can randomly be selected from this group such that there is at least one boy and at least one girl in each team, is 17501750, then nn is equal to
A. 25
B. 28
C. 27
D. 24

Explanation

Solution

Hint: Atleast 11 boy and 11 girl in a team of 33 students : The number of ways =(5C1×nC2)+(5C2×nC1) = ({}^5{C_1} \times {}^n{C_2}) + ({}^5{C_2} \times {}^n{C_1}) which should be equal to 17501750. Use this to find the value of nn.

Complete step-by-step answer:
It is given that the group of students comprises 55 boys and nn girls.
So, The number of ways in which a team of 33 students can be selected from this group such that each team consists of at least one boy and at least one girl, is
==(number of ways selecting 11 boy and 22 girls) ++(number of ways selecting 22 and 11 girl)
Hence,
(5C1×nC2)+(5C2×nC1)=1750\Rightarrow ({}^5{C_1} \times {}^n{C_2}) + ({}^5{C_2} \times {}^n{C_1}) = 1750 [given]
5×n(n1)2!+10.n=1750 n2+3n=700 n2+3n700=0 n=25  \Rightarrow 5 \times \dfrac{{n(n - 1)}}{{2!}} + 10.n = 1750 \\\ \Rightarrow {n^2} + 3n = 700 \\\ \Rightarrow {n^2} + 3n - 700 = 0 \\\ \Rightarrow n = 25 \\\

Note: It is advisable in such type of questions first find all the possibilities like in a team of 33 students comprises of at least 11 boy and at least 11 girl , so here the possibilities to form a team are one boy and two girl and second one is two boys and one girl. So, to make the solution simpler, find all the possibilities, this can save time.