Solveeit Logo

Question

Question: A committee of \(4\) persons is to be formed from \(2\) ladies, \(2\) old men and \(4\) young men su...

A committee of 44 persons is to be formed from 22 ladies, 22 old men and 44 young men such that it includes at least 11 lady, at least 11 old man and at most 22 young men. Then the total number of ways in which this committee can be formed is

Explanation

Solution

We will first find out all the possible cases which are possible and then we will find the combinations from them. Finally we will add all possibilities to get the answer.

Formula used: nCr=n!(nr)!r!^n{C_r} = \dfrac{{n!}}{{(n - r)!r!}}

Complete step-by-step solution:
From the question it is given that the committee should comprise 44 people.
There are a total 22 ladies, 22 old men and 44 young men from which the committee has to be formed.
Now, there has to be at least 11 lady in the committee therefore the number of ladies which can be in the committee is 11 or 22.
Now, there has to be at least 11 old man in the committee therefore the number of old men who can be in the committee is 11 or 22.
Now, there can be at most 22 young men in the committee therefore the total number of young men shouldn’t exceed 22, since there is no at least value to the participation of young men, there can be 00,11 or 22 men in the committee.
The first case is: 11 lady, 11 old man and 22 young.
The total number of ways in which this can be done is: 2C1×2C1×4C2^2{C_1}{ \times ^2}{C_1}{ \times ^4}{C_2}
On splitting this combination by using the formula and we get
2×2×4×32×1\Rightarrow 2 \times 2 \times \dfrac{{4 \times 3}}{{2 \times 1}}
On further simplification we get:
24\Rightarrow 24
Now, the second case is: 22 ladies, 11 old man and 11 young.
The total number of ways in which this can be done is:
2C2×2C1×4C1^2{C_2}{ \times ^2}{C_1}{ \times ^4}{C_1}
On splitting this combination by using the formula and we get
1×1×4\Rightarrow 1 \times 1 \times 4
On further simplification we get:
8\Rightarrow 8.
Now, the third case is: 22 ladies,22 old men and 00 young.
The total number of ways in which this can be done is:
2C2×2C2^2{C_2}{ \times ^2}{C_2}
On splitting this combination by using the formula and we get:
1×1\Rightarrow 1 \times 1
On further simplification we get:
1\Rightarrow 1.
Now, the fourth case is: 11 ladies, 22 old men and 11 young.
The total number of ways in which this can be done is:
2C1×2C2×4C1^2{C_1}{ \times ^2}{C_2}{ \times ^4}{C_1}
On splitting this combination by using the formula and we get
2×1×4\Rightarrow 2 \times 1 \times 4
On further simplification we get:
8\Rightarrow 8.
Now the total ways in which they could be selected is all the cases added therefore, it can be written as:
24+8+1+8\Rightarrow 24 + 8 + 1 + 8
On adding the terms
41\Rightarrow 41.

Therefore the total number of ways in which a committee can be formed is 41.

Note: The combination formula was used in this question, it finds the subset of items, in combination, and the order does not matter.
Also it is exists a permutation formula which is: nPr=n!(nr)!^n{P_r} = \dfrac{{n!}}{{(n - r)!}} Which finds number of ways elements can be arranged, here the order matters.