Number of ways to make delegations

  • Thread starter Thread starter songoku
  • Start date Start date
AI Thread Summary
Two methods for calculating the number of ways to make delegations were discussed. Method (1) correctly calculates the total ways minus delegations of all men and all women, resulting in 120 combinations. Method (2) incorrectly counts some combinations multiple times, leading to an inflated total of 420. The redundancy arises when different selections yield the same group, which is not accounted for in Method (2). The conclusion is that Method (1) is the accurate approach for this problem.
songoku
Messages
2,467
Reaction score
382
Homework Statement
Find number of ways to make delegations of 4 from 4 men and 5 women if there is at least one man and one woman
Relevant Equations
Permutation and Combination
I did it 2 ways:

(1) No. of ways = total ways - delegations of all men - delegations of all women = 9C4 - 4C4 - 5C4 = 120

(2) No. of ways = choosing one man x choosing one woman x choosing the other two people = 4C1 x 5C1 x 7C2 = 420

I am pretty sure method (1) is correct but I don't understand why method (2) is wrong

Thanks
 
Physics news on Phys.org
Method 2 counts some combinations more than once. E.g. if I first select man A and woman A, then from the remaining 7 take man B and woman B, the result is the same as if I first select man B and woman B, then from the remaining 7 take man A and woman A. (Or A/B then B/A, or B/A then A/B). But each of these counts separately in method 2.
 
  • Like
Likes Delta2 and songoku
mjc123 said:
Method 2 counts some combinations more than once. E.g. if I first select man A and woman A, then from the remaining 7 take man B and woman B, the result is the same as if I first select man B and woman B, then from the remaining 7 take man A and woman A. (Or A/B then B/A, or B/A then A/B). But each of these counts separately in method 2.
Thank you very much mjc123
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top