In a tournament, there are junior level and senior level participants. Each pair of juniors play one match. Each pair of seniors play one match. There is no junior versus senior match. The number of girl versus girl matches in junior level is , while the number of boy versus boy matches in senior level is . The number of matches a boy plays against a girl is
In a tournament, there are junior level and senior level participants. Each pair of juniors play one match. Each pair of seniors play one match. There is no junior versus senior match. The number of girl versus girl matches in junior level is , while the number of boy versus boy matches in senior level is . The number of matches a boy plays against a girl is
Entered answer:
Solution
We have a tournament with two levels:
Junior level: 43 participants total
Senior level: 51 participants total
Each participant plays exactly one match against every other participant at their own level (no junior vs senior matches).
When we say "each pair plays one match," we're counting combinations, not arrangements. A match between person A and person B is the same as a match between person B and person A - it's just one match.
The combination formula is:
This tells us how many ways we can choose 2 people from n people to form pairs.
Given: Girl vs girl matches in junior level = 153
Let = number of girls in junior section
Using the combination formula:
This means:
We need two consecutive numbers whose product is 306.
Try :
Therefore: girls in junior section
Since total juniors = 43:
Boys in junior section =
Given: Boy vs boy matches in senior level = 276
Let = number of boys in senior section
Using the combination formula:
This means:
We need two consecutive numbers whose product is 552.
Try :
Therefore: boys in senior section
Since total seniors = 51:
Girls in senior section =
Summary of participants:
| Level | Boys | Girls | Total |
|---|---|---|---|
| Junior | 25 | 18 | 43 |
| Senior | 24 | 27 | 51 |
Boys can only play against girls within their own level.
Boy vs Girl matches = (Junior boys × Junior girls) + (Senior boys × Senior girls)
Junior level: matches
Senior level: matches
Total boy vs girl matches =
Key insights:
When counting matches between pairs, we use combinations because order doesn't matter.
When solving , we look for two consecutive integers whose product equals .
Participants only compete within their level, so we calculate matches separately for each level.
Answer: 1098
Related questions:
CAT 2019 Slot 1
CAT 2020 Slot 2