Question
Question: The number of ways of selecting \[15\] teams from \[15\] men and \[15\] women, such that each team c...
The number of ways of selecting 15 teams from 15 men and 15 women, such that each team consists of a man and a woman, is:
A). 1960
B). 1880
C). 1120
D). 1240
Solution
In the given question, we have been given that there are some given number of men and women. We have to make some given number of teams from these given numbers of players where each consists of a given number of men and women. We are going to solve it by adding the individual ways of choosing each pair using the formula of Combination (as in Permutation and Combination).
Formula used:
We have to calculate the value of a combination using the formula,
nCm=(n−m)!m!n!
Complete step by step solution:
We have to make teams of one man and one woman.
This is done by using the formula of Combination and adding them together, so we have,
n=15∑1nC1.nC1
So, the total number of ways is:
=15C1.15C1+14C1.14C1+...+1C1.1C1
We know, nC1=(n−1)!1!n!=n
Hence, we have,
=15×15+14×14+...+1×1=152+142+...+12
Now, we know, sum of square first n natural numbers is given by,
S=6n(n+1)(2n+1)
So, putting n=15, we have,
=615(15+1)(2×15+1)=615×16×31=1240
Hence, the correct option is D.
Additional Information:
Here, we calculated the value of a combination. But, if we had a permutation, then we would have used the formula:
nPm=(n−m)!n!
Note: In the given question, we had to calculate the number of ways of choosing a team of men and women from the given number of players. We solved it by adding all the possibilities of such arrangement and got our answer. We just need to remember all the formulae and know their basic meaning about when one is used and when the other is used.