For a social work, 7 men and 6 women gave their nominations. The committee is formed to select 5 people from the nominated persons in such a way that atleast 3 men are there in the final team. Find the number of ways in which the people can be selected.
756
The problem asks us to find the number of ways to select a committee of 5 people from a group of 7 men and 6 women. The key condition is that the committee must contain at least 3 men.
The total number of people nominated is $7 (\text{men}) + 6 (\text{women}) = 13$. We need to select a committee of 5.
The condition "at least 3 men" means the committee can have:
We need to calculate the number of ways for each case and sum them up to get the total number of ways to form the committee according to the given condition. We will use combinations $\binom{n}{k}$ to solve this, where $\binom{n}{k}$ represents the number of ways to choose $k$ items from a set of $n$ items without regard to the order.
The formula for combinations is:
\(\binom{n}{k} = \frac{n!}{k!(n-k)!}\)
If the committee has exactly 3 men, then the remaining $5 - 3 = 2$ people must be women.
Total ways for Case 1 = \(\binom{7}{3} \times \binom{6}{2}\)
Calculating the combinations:
Ways for Case 1 = \(35 \times 15 = 525\)
If the committee has exactly 4 men, then the remaining $5 - 4 = 1$ person must be a woman.
Total ways for Case 2 = \(\binom{7}{4} \times \binom{6}{1}\)
Calculating the combinations:
Ways for Case 2 = \(35 \times 6 = 210\)
If the committee has exactly 5 men, then the remaining $5 - 5 = 0$ people must be women.
Total ways for Case 3 = \(\binom{7}{5} \times \binom{6}{0}\)
Calculating the combinations:
Ways for Case 3 = \(21 \times 1 = 21\)
To find the total number of ways to select the committee with at least 3 men, we add the number of ways from each case:
Total ways = (Ways for Case 1) + (Ways for Case 2) + (Ways for Case 3)
Total ways = \(525 + 210 + 21\)
Total ways = \(756\)
The number of ways to select the people for the committee with the condition of having at least 3 men is 756.
What is the number of ways that $5$ boys and $5$ girls can be seated in a row so that boys and girls sit alternately?
The number of ways of choosing 21 objects out of 42 objects of which 21 are identical and the remaining 21 are distinct, is:
If nPr = 720 and nCr = 120, then the value of r is:
The largest coefficient of ( x + 1)20 is:
If 2n+1Pn–1: 2n–1Pn = 3 : 5, then what is the value of n?