1967 IMO Problems/Problem 6
In a sports contest, there were medals awarded on
successive days
. On the first day, one medal and
of the remaining
medals
were awarded. On the second day, two medals and
of the now remaining
medals were awarded; and so on. On the n-th and last day, the remaining
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 plus one is not a "clever method". And, note
that when the author says "arrive at the answer of
", they mean
"the contest lasted for
days, and
medals were awarded".
Below, I will give another solution, which is more in the spirit and style of contemporary problem solving.
Solution 2
Denote . Let
be the number of medals left on day
after the medals for the day have been awarded. The problem says
that
for
, and
, and
.
Simplify the recursive relation and get
.
We will now get an explicit formula for .
. . . . . . . .
To put it in a shorter way,
(The reader who is not happy with having obtained this result by having
observed the pattern for can easily verify it by induction.)
Note that the sum in the equality above is the sum of the arithmetic-geometric
series formed by the geometric series
and the arithmetic series
. The formula for the sum of the
terms of such series is reasonably well known (and not difficult to prove)
(see for example Arithmetico-geometric_series or
https://en.wikipedia.org/wiki/Arithmetico-geometric_sequence).
Applying the formula for the sum of the arithmetic-geometric series, and
using , we get
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 |