Analyzing the Setup
In a tournament with n participants where every person plays every other person twice, the total number of games is calculated by choosing 2 people out of n and multiplying by 2.
The formula for the total number of games is:
2×(2n)=2×2n(n−1)=n(n−1)
When considering two distinct groups of sizes n1 and n2, the number of games played between the groups (where each person in one group plays each person in the other twice) is given by:
Calculating the Games
We have m men and 2 women. For the men playing among themselves, we apply the formula with n=m:
Next, we calculate the games played between the m men and the 2 women:
Games between men and women=2×(m×2)=4m
The Master Equation
The problem states that the number of games played by the men among themselves exceeds the number of games played between the men and the women by 84. We translate this into the following algebraic equation:
Expanding the terms, we obtain:
Final Calculation
To solve the quadratic equation m2−5m−84=0, we factor the expression by finding two numbers that multiply to −84 and sum to −5. These numbers are −12 and 7.
The factored form is:
This yields two potential solutions: m=12 or m=−7. Since the number of men must be a positive integer, we discard the negative result.
Therefore, the number of men in the tournament is m=12.