1967 IMO Problems/Problem 6

Revision as of 12:29, 24 August 2024 by Pf02 (talk | contribs)

In a sports contest, there were $m$ medals awarded on $n$ successive days $(n > 1)$. On the first day, one medal and $\frac{1}{7}$ of the remaining $m - 1$ medals were awarded. On the second day, two medals and $\frac{1}{7}$ of the now remaining medals were awarded; and so on. On the n-th and last day, the remaining $n$ medals were awarded. How many days did the contest last, and how many medals were awarded altogether?


Solution

This is not a particularly elegant solution, but if you start from 1 and go all the way in a clever method, by only guessing those that are 1 more than a multiple of 7, you arrive at the answer of 36.


Comment (added by pf02, August 2024)

Indeed, as the author says, the above is not an elegant solution. Also, it does not give any insight into the uniqueness of the answer to the problem. I would also comment that choosing to verify the statement only for multiples of $7$ plus one is not a "clever method". And, note that when the author says "arrive at the answer of $36$", they mean "the contest lasted for $6$ days, and $36$ medals were awarded".

Below, I will give another solution, which is more in the spirit and style of contemporary problem solving.


Solution 2

Denote $m_0 = m$. Let $m_k$ be the number of medals left on day $k$ after the medals for the day have been awarded. The problem says that $m_k = m_{k-1} - k - \frac{m_{k-1} - k}{7}$ for $k = 1, 2, \dots, (n - 1)$, and $m_{n - 1} = n$, and $n > 1$. Simplify the recursive relation and get $m_k = \frac{6}{7}m_{k - 1} - \frac{6}{7}k$. Solving for $m_{k - 1}$ we get $m_{k - 1} = \frac{7}{6}m_k + k$.

The idea of the solution is to do a "backward" recursive computation. We will start with $m_{n - 1} = n$, "compute" $m_{k - 1}$ in terms of of $m_k$ for $k = (n - 1), \dots, 2, 1, 0$ and impose the condition that $m_0 = m$. We will get an equation in $m, n$, which will yield the values for $m, n$.



TO BE CONTINUED. SAVING MID WAY, SO I DON'T LOOS WORK DONE SO FAR.


See Also

1967 IMO (Problems) • Resources
Preceded by
Problem 5
1 2 3 4 5 6 Followed by
Last Question
All IMO Problems and Solutions