Skip to main contentSkip to solution

In a tournament, there are 4343 junior level and 5151 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 153153, while the number of boy versus boy matches in senior level is 276276. The number of matches a boy plays against a girl is

Entered answer:

Solution

✅ Correct Answer: 1098

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: nC2=n(n−1)2{{}}^{n}C_{2} = \dfrac{n(n-1)}{2}

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 aa = number of girls in junior section

Using the combination formula:

aC2=153{{}}^{a}C_{2} = 153

This means: a(a−1)2=153\dfrac{a(a-1)}{2} = 153

a(a−1)=306a(a-1) = 306

We need two consecutive numbers whose product is 306.

Try a=18a = 18: 18×17=30618 \times 17 = 306

Therefore: a=18a = 18 girls in junior section

Since total juniors = 43:

Boys in junior section = 43−18=2543 - 18 = 25


Given: Boy vs boy matches in senior level = 276

Let bb = number of boys in senior section

Using the combination formula:

bC2=276{{}}^{b}C_{2} = 276

This means: b(b−1)2=276\dfrac{b(b-1)}{2} = 276

b(b−1)=552b(b-1) = 552

We need two consecutive numbers whose product is 552.

Try b=24b = 24: 24×23=55224 \times 23 = 552

Therefore: b=24b = 24 boys in senior section

Since total seniors = 51:

Girls in senior section = 51−24=2751 - 24 = 27


Summary of participants:

LevelBoysGirlsTotal
Junior251843
Senior242751

Boys can only play against girls within their own level.

Boy vs Girl matches = (Junior boys × Junior girls) + (Senior boys × Senior girls)

Junior level: 25×18=45025 \times 18 = 450 matches

Senior level: 24×27=64824 \times 27 = 648 matches

Total boy vs girl matches = 450+648=1098450 + 648 = 1098


Key insights:

When counting matches between pairs, we use combinations because order doesn't matter.

When solving n(n−1)=kn(n-1) = k, we look for two consecutive integers whose product equals kk.

Participants only compete within their level, so we calculate matches separately for each level.

Answer: 1098

Keyboard Shortcuts

  • Left arrow: Previous question
  • Right arrow: Next question
  • S key: Jump to solution
  • Q key: Jump to question