JMO 2013 Solution Notes: Compiled by Evan Chen
JMO 2013 Solution Notes: Compiled by Evan Chen
This is an compilation of solutions for the 2013 JMO. Some of the solutions
are my own work, but many are from the official solutions provided by the
organizers (for which they hold any copyrights), and others were found on
the Art of Problem Solving forums.
Corrections and comments are welcome!
Contents
0 Problems 2
1
JMO 2013 Solution Notes web.evanchen.cc, updated January 1, 2021
§0 Problems
1. Are there integers a and b such that a5 b + 3 and ab5 + 3 are both perfect cubes of
integers?
2. Each cell of an m × n board is filled with some nonnegative integer. Two numbers
in the filling are said to be adjacent if their cells share a common side. The filling
is called a garden if it satisfies the following two conditions:
(i) The difference between any two adjacent numbers is either 0 or 1.
(ii) If a number is less than or equal to all of its adjacent numbers, then it is equal
to 0.
Determine the number of distinct gardens in terms of m and n.
3. In triangle ABC, points P , Q, R lie on sides BC, CA, AB, respectively. Let ωA ,
ωB , ωC denote the circumcircles of triangles AQR, BRP , CP Q, respectively. Given
the fact that segment AP intersects ωA , ωB , ωC again at X, Y , Z respectively,
prove that Y X/XZ = BP/P C.
2
JMO 2013 Solution Notes web.evanchen.cc, updated January 1, 2021
3
JMO 2013 Solution Notes web.evanchen.cc, updated January 1, 2021
The numerical answer is 2mn − 1. But we claim much more, by giving an explicit
description of all gardens:
Let S be any nonempty subset of the mn cells. Suppose we fill each cell θ
with the minimum (taxicab) distance from θ to some cell in S (in particular,
we write 0 if θ ∈ S). Then
• This gives a garden, and
• All gardens are of this form.
Since there are 2mn − 1 such nonempty subsets S, this would finish the problem. An
example of a garden with |S| = 3 is shown below.
2 1 2 1 0 1
1 0 1 2 1 2
1 1 2 3 2 3
0 1 2 3 3 4
It is actually fairly easy to see that this procedure always gives a garden; so we focus
our attention on showing that every garden is of this form.
Given a garden, note first that it has at least one cell with a zero in it — by considering
the minimum number across the entire garden. Now let S be the (thus nonempty) set of
cells with a zero written in them. We contend that this works, i.e. the following sentence
holds:
Claim — If a cell θ is labeled d, then the minimum distance from that cell to a cell
in S is d.
4
JMO 2013 Solution Notes web.evanchen.cc, updated January 1, 2021
R Y
Q
M
X
Z
B P C
]M XY = ]M XA = ]M RA = ]M RB = ]M P B
so this follows.
5
JMO 2013 Solution Notes web.evanchen.cc, updated January 1, 2021
For convenience, we agree that f (0) = 1. Then by considering cases on the first number
in the representation, we derive the recurrence
blog2 nc
X
f (n) = f (n − 2k ). (♥)
k=1
f (0) = 1
f (1) = 1
f (2) = 2
f (3) = 3
f (4) = 6
f (5) = 10
f (6) = 18
f (7) = 31.
Proof. We call a number repetitive if it is zero or its binary representation consists entirely
of 1’s. So we want to prove that f (n) is odd if and only if n is repetitive.
This only takes a few cases:
• If n = 2k , then (♥) has exactly two boring terms on the RHS, namely 0 and 2k − 1.
• If n = 2k + 2` − 1, then (♥) has exactly two boring terms on the RHS, namely
2`+1 − 1 and 2` − 1.
• If n = 2k − 1, then (♥) has exactly one boring terms on the RHS, namely 2k−1 − 1.
• For any other of n, there are no boring terms at all on the RHS of (♥).
6
JMO 2013 Solution Notes web.evanchen.cc, updated January 1, 2021
A
P
C
β
α
X Z Y
Observe that
∠AZX = ∠AP X = α + β
since AP ZX is cyclic. In particular, ∠CXY = 90◦ − (α + β). It is immediate that
which is equivalent to cos α = cos β cos(α + β) + sin β sin(α + β). This is obvious, because
the right-hand side is just cos ((α + β) − β).
7
JMO 2013 Solution Notes web.evanchen.cc, updated January 1, 2021
In fact, we are going to prove the left-hand side always exceeds the right-hand side, and
then determine the equality cases. We have: