- 1,001
- 11
Homework Statement
How many groups of 5 dances couples can be formed from a pool of {12M, 10F}?
Homework Equations
{}^n\!P_k = \frac{n!}{(n-k)!} \\<br /> {}^n\!C_k = \frac{n!}{k!(n-k)!}
The Attempt at a Solution
We were shown one solution in class which is to find the number of groups of 5M that can be formed from {12M} multiplied by the number of groups of 5F that can be formed from {10F} times the number of groups of 5 couples can be formed from {5M, 5F}:
{}^{12}\!C_5 \cdot {}^{10}\!C_5 \cdot 5! = 23,950,080<br />I thought of alternative approach: find the number of unique couples that can be formed from {12M, 10F} and from that pool find out how many groups of 5 can be formed:
n = 12 \cdot 10 = 120 \\<br /> {}^{120} C_5 = 190,578,024<br />
What is wrong with the 2nd approach?
[/B]