IMOCproblem Solutions
IMOCproblem Solutions
IMOCproblem Solutions
A1
Let D(n) denote the sum of the digits of n when written in decimal
notation. Find all positive integers n such that
Solution Let [A]max and [A]min denote the maximum and the minimum of
A. We first prove that n can only be two digits. It is obvious that when n
has only one digit, the equations will never hold. Let n have a ≥ 3 digits
(a ∈ N). This implies that n2 has at least 2a − 1 digits. We also need to
consider the following:
1
so when a = k + 1 the inequality also holds. So n must be a 2-digit number.
Now we find the maximum and minimum of n.
2
A3
Find all a1 , a2 , · · · , an such that,
p
a31 − a2 = a3 − 1,
p
3
a2 − a3 = a4 − 1,
..
.
p 3
an−1 − an = a1 − 1,
p 3
an − a1 = a2 − 1.
Answer: ai = 1 ∀ 1 ≤ i ≤ n.
Next, we square both sides and add up all the equations to obtain
n
X n
X n
X
a3i − a2i + ai − n = 0,
i=1 i=1 i=1
n
X
(a3i − a2i + ai − 1) = 0,
i=1
n
X
(ai − 1)(a2i + 1) = 0 ∀ 1 ≤ i ≤ n.
i=1
3
C1
Is it possible to have several points in the plane such that, no matter how
these points are divided into 3 classes, there are always at least two points
in the same class whose distance apart is 1?
A B1
4
G1
In triangle △ABC, let the angle bisector of ∠BAC intersect the circum-
circle of △ABC at M . Let P be any point on the circumcircle of △ABC.
Let AM intersect BP at Q, and let AC intersect M P at K. Prove that KQ
is parallel to BC.
Solution ⌢
Case 1: P lies on BAC ⌢ ⌢
Since ∠BAM = ∠M AC, it follows that BM = M C. Connect P and C,
and we have
∠BAM = ∠M AC = ∠BP M = ∠M P C.
Let AC and BP meet at D, and we have ∠ADB = ∠P DC. Since we also
have ∠ABD = ∠P CD, hence △AQD is similar to △P KD and △ADB is
similar to △P DC.
AD DQ DB
= = .
DP DK DC
Since ∠QDK = ∠BDC, thus △QDK is similar to △BDC. So KQ is par-
allel to BC.
5
⌢
Case 2:P lies on BM C
Let M C and QK meet at D. We first prove that Q, M, D, and P are
concyclic. By the similarity of △QM P and △CP K, we have PQP K
= M
CP
P
.
Since ∠CAM = ∠BAM , we also have ∠CP M = ∠BAM . So △QP K is
similar to △CP M . This implies ∠KQP = ∠CM P , and the cyclicity is
proven.
Let AB and QK meet at F . From the cyclicity, we have ∠QDM =
∠QP M = ∠BAM , and so F, A, D, and M are cyclic. This implies ∠AF Q =
∠AM C = ∠ABC. And we are done.
6
G2
Given triangle ABC with its incircle touching sides BC, CA, AB at points
D, E, F respectively. Let AEF have a circumcircle intersecting the circum-
circle of ABC at P , and P D intersects the circumcircle of ABC at M . Prove
that AM bisects angle ∠BAC.
7
N1
Prove that for all integers a, there exist only finitely many integers x ̸= −a
such that
x + a | x2 + 2x + 6.
x2 + 2x + 6 (x + a)(x + 2 − a) + 6 − 2a + a2
= .
x+a x+a
This simplifies to:
6 − 2a + a2
x+2−a+ .
x+a
Let k = x + 2 − a. Applying the quadratic formula, we find:
√
−2 ± 4 − 4 · 6
x= .
2a
Therefore, a2 − 2a + 6 = 0 has no real roots, implying a2 − 2a + 6 is always
a nonzero integer. Thus, there are only finitely many integers x such that
x + a divides x2 + 2x + 6.
8
N2
Let n be a positive odd integer, and a1 , a2 , . . . , an be all odd numbers.
Prove that
a1 + a2 a2 + a3 an−1 + an an + a1
gcd(a1 , a2 , . . . , an ) = gcd + ,..., + .
2 2 2 2
Therefore,
D | an .
Similarly, we can show D | ai for all i = 1, 2, . . . , n. However, gcd(a1 , a2 , . . . , an ) =
d, which is a contradiction. Hence, there does not exist an integer D > d
such that D | ai +a2 i+1 . Therefore,
a1 + a2 a2 + a3 an−1 + an an + a1
gcd + ,..., + = d.
2 2 2 2
This completes the proof.