Question
Question: From a group of 8 women and 6 men, a committee of 3 men and 3 women is to be formed. In how many way...
From a group of 8 women and 6 men, a committee of 3 men and 3 women is to be formed. In how many ways can the committee be formed if one man and one woman refused to serve together?
A. 722
B. 784
C. 910
D. 896
Solution
We will analyze the question and apply the given condition, we are required to make a committee of 3 men and 3 women and then we will form three conditions under it one where a man is selected, second where the woman is selected and third when no one is selected and we will find the ways by applying: nCr=r!(n−r)!n! and finally summing them up to get the answer.
Complete step-by-step solution
Now, we are given that we have 8 women and 6 men and we need to form a committee of 3 men and 3 women.
Now, let the man who refuses to work together be M and the woman who refuses to work together be W. Now, we have to find out the number of ways in which the committees need to be formed if M and W refuse to serve together. So, we will see the conditions in which they can be done:
Condition I: If M is selected and W is not:
If M is selected then we need to select 2 more men from the remaining 5 men and since W is not selected we will have 7 women and we have to select 3 out of them, so we will use the combination formula that is: nCr=r!(n−r)!n!, where n is the total number of object and r is the selected number of object.
Therefore, the total number of ways in which 3 men and 3 women selected in this condition is as follows:
⇒7C3×5C2=3!(7−3)!7!×2!(5−2)!5!=35×10=350
Condition II: If W is selected and M is not:
If W is selected then we need to select 2 more women from the remaining 7 women and since M is not selected we will have 5 men and we have to select 3 out of them, so we will again use the combination formula that is: nCr=r!(n−r)!n!
Therefore, the total number of ways in which 3 men and 3 women selected in this condition is as follows:
⇒7C2×5C3=2!(7−2)!7!×3!(5−3)!5!=21×10=210
Condition II: If both W and M are not selected:
If W is not selected then we need to select 3 women from the remaining 7 women and since M is not selected we will have 5 men and we have to select 3 out of them, so we will again use the combination formula that is: nCr=r!(n−r)!n!
Therefore, the total number of ways in which 3 men and 3 women selected in this condition is as follows:
⇒7C3×5C3=3!(7−3)!7!×3!(5−3)!5!=35×10=350
Now, we will add all three to get the total number of ways: 350+210+350=910
Hence, the correct option is C.
Note: A common mistake in these cases is while solving the given factorials, as we know that the calculations can be a bit tricky, we can use some shortcuts to solve the factorials easily. For example:
nCr=nCn−r , like in above question we can see that: 5C3=5C5−3=5C2 and we can also apply: n!=n×(n−1)! . These can come handy while solving the questions.