Maths Olympiad Prep

Library / /70 of 82

Algebra Difficulty 6.5 National olympiad Prove it Croatia

Students decided to play a game with 960960 tokens. First they distributed all of the tokens so that each student had the same number of tokens. Once they did that, their teacher arrived wanting to join the game. Each student gave him 44 of his tokens, so that everyone had the same number of tokens and the game could start. How many students were playing the game? (Hong Kong)

Solution

Let nn be the number of students.

Initially, the 960960 tokens are distributed equally, so each student gets 960n\dfrac{960}{n} tokens.

When the teacher arrives, each student gives him 44 tokens, so the teacher receives 4n4n tokens in total. Now there are n+1n+1 people (the nn students and the teacher), and the 960960 tokens are distributed among them equally, so each person gets 960n+1\dfrac{960}{n+1} tokens.

After giving away 44 tokens, each student has:
960n4 \frac{960}{n} - 4
tokens.

The teacher has 4n4n tokens.

Since now everyone has the same number of tokens:
960n4=960n+1 \frac{960}{n} - 4 = \frac{960}{n+1}

Multiply both sides by n(n+1)n(n+1):
(n+1)9604n(n+1)=n960 (n+1) \cdot 960 - 4n(n+1) = n \cdot 960

Expand:
960n+9604n24n=960n 960n + 960 - 4n^2 - 4n = 960n

Subtract 960n960n from both sides:
9604n24n=0 960 - 4n^2 - 4n = 0

Bring all terms to one side:
4n2+4n960=0 4n^2 + 4n - 960 = 0

Divide both sides by 44:
n2+n240=0 n^2 + n - 240 = 0

Solve the quadratic equation:
n=1±1+42402=1±9612=1±312 n = \frac{ -1 \pm \sqrt{1 + 4 \cdot 240} }{2 } = \frac{ -1 \pm \sqrt{961} }{2 } = \frac{ -1 \pm 31 }{2 }

So n=302=15n = \frac{30}{2} = 15 or n=322=16n = \frac{-32}{2} = -16.

Since nn must be positive, n=15n = 15.

Answer: 1515 students were playing the game.

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: MathNet, licensed CC-BY-4.0. Statement and solution reproduced as published; topic and difficulty added by this site.