File size: 16,532 Bytes
63c5bce
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
# USAMO 2000 Solution Notes 

Evan Chen《陳誼廷》

15 April 2024

This is a compilation of solutions for the 2000 USAMO. The ideas of the solution are a mix of my own work, the solutions provided by the competition organizers, and solutions found by the community. However, all the writing is maintained by me.

These notes will tend to be a bit more advanced and terse than the "official" solutions from the organizers. In particular, if a theorem or technique is not known to beginners but is still considered "standard", then I often prefer to use this theory anyways, rather than try to work around or conceal it. For example, in geometry problems I typically use directed angles without further comment, rather than awkwardly work around configuration issues. Similarly, sentences like "let $\mathbb{R}$ denote the set of real numbers" are typically omitted entirely.

Corrections and comments are welcome!

## Contents

0 Problems ..... 2
1 Solutions to Day 1 ..... 3
1.1 USAMO 2000/1 ..... 3
1.2 USAMO 2000/2 ..... 4
1.3 USAMO 2000/3
2 Solutions to Day 2 ..... 6
2.1 USAMO 2000/4 ..... 6
2.2 USAMO 2000/5 ..... 7
2.3 USAMO 2000/6, proposed by Gheorghita Zbaganu ..... 8

## §0 Problems

1. Call a real-valued function $f$ very convex if

$$
\frac{f(x)+f(y)}{2} \geq f\left(\frac{x+y}{2}\right)+|x-y|
$$

holds for all real numbers $x$ and $y$. Prove that no very convex function exists.
2. Let $S$ be the set of all triangles $A B C$ for which

$$
5\left(\frac{1}{A P}+\frac{1}{B Q}+\frac{1}{C R}\right)-\frac{3}{\min \{A P, B Q, C R\}}=\frac{6}{r}
$$

where $r$ is the inradius and $P, Q, R$ are the points of tangency of the incircle with sides $A B, B C, C A$ respectively. Prove that all triangles in $S$ are isosceles and similar to one another.
3. A game of solitaire is played with $R$ red cards, $W$ white cards, and $B$ blue cards. A player plays all the cards one at a time. With each play he accumulates a penalty. If he plays a blue card, then he is charged a penalty which is the number of white cards still in his hand. If he plays a white card, then he is charged a penalty which is twice the number of red cards still in his hand. If he plays a red card, then he is charged a penalty which is three times the number of blue cards still in his hand.
Find, as a function of $R, W$, and $B$, the minimal total penalty a player can amass and the number of ways in which this minimum can be achieved.
4. Find the smallest positive integer $n$ such that if $n$ squares of a $1000 \times 1000$ chessboard are colored, then there will exist three colored squares whose centers form a right triangle with sides parallel to the edges of the board.
5. Let $A_{1} A_{2} A_{3}$ be a triangle, and let $\omega_{1}$ be a circle in its plane passing through $A_{1}$ and $A_{2}$. Suppose there exists circles $\omega_{2}, \omega_{3}, \ldots, \omega_{7}$ such that for $k=2,3, \ldots, 7$, circle $\omega_{k}$ is externally tangent to $\omega_{k-1}$ and passes through $A_{k}$ and $A_{k+1}$ (indices $\bmod 3)$. Prove that $\omega_{7}=\omega_{1}$.
6. Let $a_{1}, b_{1}, a_{2}, b_{2}, \ldots, a_{n}, b_{n}$ be nonnegative real numbers. Prove that

$$
\sum_{i, j=1}^{n} \min \left\{a_{i} a_{j}, b_{i} b_{j}\right\} \leq \sum_{i, j=1}^{n} \min \left\{a_{i} b_{j}, a_{j} b_{i}\right\}
$$

## §1 Solutions to Day 1

## §1.1 USAMO 2000/1

Available online at https://aops.com/community/p299244.

## Problem statement

Call a real-valued function $f$ very convex if

$$
\frac{f(x)+f(y)}{2} \geq f\left(\frac{x+y}{2}\right)+|x-y|
$$

holds for all real numbers $x$ and $y$. Prove that no very convex function exists.

For $C \geq 0$, we say a function $f$ is $C$-convex

$$
\frac{f(x)+f(y)}{2} \geq f\left(\frac{x+y}{2}\right)+C|x-y| .
$$

Suppose $f$ is $C$-convex. Let $a<b<c<d<e$ be any arithmetic progression, such that $t=|e-a|$. Observe that

$$
\begin{aligned}
& f(a)+f(c) \geq 2 f(b)+C \cdot \frac{1}{2} t \\
& f(c)+f(e) \geq 2 f(d)+C \cdot \frac{1}{2} t \\
& f(b)+f(d) \geq 2 f(c)+C \cdot \frac{1}{2} t
\end{aligned}
$$

Adding the first two to twice the third gives

$$
f(a)+f(e) \geq 2 f(c)+2 C \cdot t
$$

So we conclude $C$-convex function is also $2 C$-convex. This is clearly not okay for $C>0$.

## §1.2 USAMO 2000/2

Available online at https://aops.com/community/p338078.

## Problem statement

Let $S$ be the set of all triangles $A B C$ for which

$$
5\left(\frac{1}{A P}+\frac{1}{B Q}+\frac{1}{C R}\right)-\frac{3}{\min \{A P, B Q, C R\}}=\frac{6}{r}
$$

where $r$ is the inradius and $P, Q, R$ are the points of tangency of the incircle with sides $A B, B C, C A$ respectively. Prove that all triangles in $S$ are isosceles and similar to one another.

We will prove the inequality

$$
\frac{2}{A P}+\frac{5}{B Q}+\frac{5}{C R} \geq \frac{6}{r}
$$

with equality when $A P: B Q: C R=1: 4: 4$. This implies the problem statement.
Letting $x=A P, y=B Q, z=C R$, the inequality becomes

$$
\frac{2}{x}+\frac{5}{y}+\frac{5}{z} \geq 6 \sqrt{\frac{x+y+z}{x y z}} .
$$

Squaring both sides and collecting terms gives

$$
\frac{4}{x^{2}}+\frac{25}{y^{2}}+\frac{25}{z^{2}}+\frac{14}{y z} \geq \frac{16}{x y}+\frac{16}{x z}
$$

If we replace $x=1 / a, y=4 / b, z=4 / c$, then it remains to prove the inequality

$$
64 a^{2}+25(b+c)^{2} \geq 64 a(b+c)+36 b c
$$

where equality holds when $a=b=c$. This follows by two applications of AM-GM:

$$
\begin{aligned}
16\left(4 a^{2}+(b+c)^{2}\right) & \geq 64 a(b+c) \\
9(b+c)^{2} & \geq 36 b c .
\end{aligned}
$$

Again one can tell this is an inequality by counting degrees of freedom.

## §1.3 USAMO 2000/3

Available online at https://aops.com/community/p338081.

## Problem statement

A game of solitaire is played with $R$ red cards, $W$ white cards, and $B$ blue cards. A player plays all the cards one at a time. With each play he accumulates a penalty. If he plays a blue card, then he is charged a penalty which is the number of white cards still in his hand. If he plays a white card, then he is charged a penalty which is twice the number of red cards still in his hand. If he plays a red card, then he is charged a penalty which is three times the number of blue cards still in his hand.

Find, as a function of $R, W$, and $B$, the minimal total penalty a player can amass and the number of ways in which this minimum can be achieved.

The minimum penalty is

$$
f(B, W, R)=\min (B W, 2 W R, 3 R B)
$$

or equivalently, the natural guess of "discard all cards of one color first" is actually optimal (though not necessarily unique).

This can be proven directly by induction. Indeed the base case $B W R=0$ (in which case zero penalty is clearly achievable). The inductive step follows from

$$
f(B, W, R)=\min \left\{\begin{array}{l}
f(B-1, W, R)+W \\
f(B, W-1, R)+2 R \\
f(B, W, R-1)+3 B
\end{array}\right.
$$

It remains to characterize the strategies. This is an annoying calculation, so we just state the result.

- If any of the three quantities $B W, 2 W R, 3 R B$ is strictly smaller than the other three, there is one optimal strategy.
- If $B W=2 W R<3 R B$, there are $W+1$ optimal strategies, namely discarding from 0 to $W$ white cards, then discarding all blue cards. (Each white card discarded still preserves $B W=2 W R$.)
- If $2 W R=3 R B<B W$, there are $R+1$ optimal strategies, namely discarding from 0 to $R$ red cards, and then discarding all white cards.
- If $3 W R=R B<2 W R$, there are $B+1$ optimal strategies, namely discarding from 0 to $B$ blue cards, and then discarding all red cards.
- Now suppose $B W=2 W R=3 R B$. Discarding a card of one color ends up in exactly one of the previous three cases. This gives an answer of $R+W+B$ strategies.


## §2 Solutions to Day 2

## §2.1 USAMO 2000/4

Available online at https://aops.com/community/p338084.

## Problem statement

Find the smallest positive integer $n$ such that if $n$ squares of a $1000 \times 1000$ chessboard are colored, then there will exist three colored squares whose centers form a right triangle with sides parallel to the edges of the board.

The answer is $n=1999$.
For a construction with $n=1998$, take a punctured L as illustrated below (with 1000 replaced by 4):

$$
\left[\begin{array}{llll}
1 & & & \\
1 & & & \\
1 & & & \\
& 1 & 1 & 1
\end{array}\right] .
$$

We now show that if there is no right triangle, there are at most 1998 tokens (colored squares). In every column with more than two tokens, we have token emit a bidirectional horizontal death ray (laser) covering its entire row: the hypothesis is that the death ray won't hit any other tokens.
![](https://cdn.mathpix.com/cropped/2024_11_19_c2e5e56d46560bd13f74g-6.jpg?height=604&width=603&top_left_y=1394&top_left_x=732)

Assume there are $n$ tokens and that $n>1000$. Then obviously some column has more than two tokens, so at most 999 tokens don't emit a death ray (namely, any token in its own column). Thus there are at least $n-999$ death rays. On the other hand, we can have at most 999 death rays total (since it would not be okay for the whole board to have death rays, as some row should have more than two tokens). Therefore, $n \leq 999+999=1998$ as desired.

## §2.2 USAMO 2000/5

Available online at https://aops.com/community/p338089.

## Problem statement

Let $A_{1} A_{2} A_{3}$ be a triangle, and let $\omega_{1}$ be a circle in its plane passing through $A_{1}$ and $A_{2}$. Suppose there exists circles $\omega_{2}, \omega_{3}, \ldots, \omega_{7}$ such that for $k=2,3, \ldots, 7$, circle $\omega_{k}$ is externally tangent to $\omega_{k-1}$ and passes through $A_{k}$ and $A_{k+1}$ (indices mod 3). Prove that $\omega_{7}=\omega_{1}$.

The idea is to keep track of the subtended arc $\widehat{A_{i} A_{i+1}}$ of $\omega_{i}$ for each $i$. To this end, let $\beta=\measuredangle A_{1} A_{2} A_{3}, \gamma=\measuredangle A_{2} A_{3} A_{1}$ and $\alpha=\measuredangle A_{1} A_{2} A_{3}$.
![](https://cdn.mathpix.com/cropped/2024_11_19_c2e5e56d46560bd13f74g-7.jpg?height=795&width=812&top_left_y=910&top_left_x=625)

Initially, we set $\theta=\measuredangle O_{1} A_{2} A_{1}$. Then we compute

$$
\begin{aligned}
& \measuredangle O_{1} A_{2} A_{1}=\theta \\
& \measuredangle O_{2} A_{3} A_{2}=-\beta-\theta \\
& \measuredangle O_{3} A_{1} A_{3}=\beta-\gamma+\theta \\
& \measuredangle O_{4} A_{2} A_{1}=(\gamma-\beta-\alpha)-\theta
\end{aligned}
$$

and repeating the same calculation another round gives

$$
\measuredangle O_{7} A_{2} A_{1}=k-(k-\theta)=\theta
$$

with $k=\gamma-\beta-\alpha$. This implies $O_{7}=O_{1}$, so $\omega_{7}=\omega_{1}$.

## §2.3 USAMO 2000/6, proposed by Gheorghita Zbaganu

Available online at https://aops.com/community/p108437.

## Problem statement

Let $a_{1}, b_{1}, a_{2}, b_{2}, \ldots, a_{n}, b_{n}$ be nonnegative real numbers. Prove that

$$
\sum_{i, j=1}^{n} \min \left\{a_{i} a_{j}, b_{i} b_{j}\right\} \leq \sum_{i, j=1}^{n} \min \left\{a_{i} b_{j}, a_{j} b_{i}\right\}
$$

We present two solutions.
【 First solution by creating a single min (Vincent Huang and Ravi Boppana). Let $b_{i}=r_{i} a_{i}$ for each $i$, and rewrite the inequality as

$$
\sum_{i, j} a_{i} a_{j}\left[\min \left(r_{i}, r_{j}\right)-\min \left(1, r_{i} r_{j}\right)\right] \geq 0
$$

We now do the key manipulation to convert the double min into a separate single min. Let $\varepsilon_{i}=+1$ if $r_{i} \geq 1$, and $\varepsilon_{i}=-1$ otherwise, and let $s_{i}=\left|r_{i}-1\right|$. Then we pass to absolute values:

$$
\begin{aligned}
2 \min \left(r_{i}, r_{j}\right)-2 \min \left(1, r_{i} r_{j}\right) & =\left|r_{i} r_{j}-1\right|-\left|r_{i}-r_{j}\right|-\left(r_{i}-1\right)\left(r_{j}-1\right) \\
& =\left|r_{i} r_{j}-1\right|-\left|r_{i}-r_{j}\right|-\varepsilon_{i} \varepsilon_{j} s_{i} s_{j} \\
& =\varepsilon_{i} \varepsilon_{j} \min \left(\left|1-r_{i} r_{j} \pm\left(r_{i}-r_{j}\right)\right|\right)-\varepsilon_{i} \varepsilon_{j} s_{i} s_{j} \\
& =\varepsilon_{i} \varepsilon_{j} \min \left(s_{i}\left(r_{j}+1\right), s_{j}\left(r_{i}+1\right)\right)-\varepsilon_{i} \varepsilon_{j} s_{i} s_{j} \\
& =\left(\varepsilon_{i} s_{i}\right)\left(\varepsilon_{j} s_{j}\right) \min \left(\frac{r_{j}+1}{s_{j}}-1, \frac{r_{i}+1}{s_{i}}-1\right) .
\end{aligned}
$$

So let us denote $x_{i}=a_{i} \varepsilon_{i} s_{i} \in \mathbb{R}$, and $t_{i}=\frac{r_{i}+1}{s_{i}}-1 \in \mathbb{R}_{\geq 0}$. Thus it suffices to prove that:

Claim - We have

$$
\sum_{i, j} x_{i} x_{j} \min \left(t_{i}, t_{j}\right) \geq 0
$$

for arbitrary $x_{i} \in \mathbb{R}, t_{i} \in \mathbb{R} \geq 0$.
Proof. One can just check this "by hand" by assuming $t_{1} \leq t_{2} \leq \cdots \leq t_{n}$; then the left-hand side becomes

$$
\sum_{i} t_{i} x_{i}^{2}+2 \sum_{i<j} 2 t_{i} x_{i} x_{j}=\sum_{i}\left(t_{i}-t_{i-1}\right)\left(x_{i}+x_{i+1}+\cdots+x_{n}\right)^{2} \geq 0 .
$$

There is also a nice proof using the integral identity

$$
\min \left(t_{i}, t_{j}\right)=\int_{0}^{\infty} \mathbf{1}\left(u \leq t_{i}\right) \mathbf{1}\left(u \leq t_{j}\right) d u
$$

where the $\mathbf{1}$ are indicator functions. Indeed,

$$
\sum_{i, j} x_{i} x_{j} \min \left(t_{i}, t_{j}\right)=\sum_{i, j} x_{i} x_{j} \int_{0}^{\infty} \mathbf{1}\left(u \leq t_{i}\right) \mathbf{1}\left(u \leq t_{j}\right) d u
$$

$$
\begin{aligned}
& =\int_{0}^{\infty} \sum_{i} x_{i} \mathbf{1}\left(u \leq t_{i}\right) \sum_{j} x_{j} \mathbf{1}\left(u \leq t_{j}\right) d u \\
& =\int_{0}^{\infty}\left(\sum_{i} x_{i} \mathbf{1}\left(u \leq t_{i}\right)\right)^{2} d u \\
& \geq 0 .
\end{aligned}
$$

【 Second solution by smoothing (Alex Zhai). The case $n=1$ is immediate, so we'll proceed by induction on $n \geq 2$.

Again, let $b_{i}=r_{i} a_{i}$ for each $i$, and write the inequality as

$$
L_{n}\left(a_{1}, \ldots, a_{n}, r_{1}, \ldots, r_{n}\right):=\sum_{i, j} a_{i} a_{j}\left[\min \left(r_{i}, r_{j}\right)-\min \left(1, r_{i} r_{j}\right)\right] \geq 0
$$

First note that if $r_{1}=r_{2}$ then

$$
L_{n}\left(a_{1}, a_{2}, a_{3}, \ldots, r_{1}, r_{1}, r_{3} \ldots\right)=L_{n-1}\left(a_{1}+a_{2}, a_{3}, \ldots, r_{1}, r_{3}, \ldots\right)
$$

and so our goal is to smooth to a situation where two of the $r_{i}$ 's are equal, so that we may apply induction.

On the other hand, $L_{n}$ is a piecewise linear function in $r_{1} \geq 0$. Let us smooth $r_{1}$ then. Note that if the minimum is attained at $r_{1}=0$, we can ignore $a_{1}$ and reduce to the $(n-1)$-variable case. On the other hand, the minimum must be achieved at a cusp which opens upward, which can only happen if $r_{i} r_{j}=1$ for some $j$. (The $r_{i}=r_{j}$ cusps open downward, sadly.)

In this way, whenever some $r_{i}$ is not equal to the reciprocal of any other $r_{\boldsymbol{\bullet}}$, we can smooth it. This terminates; so we may smooth until we reach a situation for which

$$
\left\{r_{1}, \ldots, r_{n}\right\}=\left\{1 / r_{1}, \ldots, 1 / r_{n}\right\}
$$

Now, assume WLOG that $r_{1}=\max _{i} r_{i}$ and $r_{2}=\min _{i} r_{i}$, hence $r_{1} r_{2}=1$ and $r_{1} \geq 1 \geq r_{2}$. We isolate the contributions from $a_{1}, a_{2}, r_{1}$ and $r_{2}$.

$$
\begin{aligned}
L_{n}(\cdots) & =a_{1}^{2}\left[r_{1}-1\right]+a_{2}^{2}\left[r_{2}-r_{2}^{2}\right]+2 a_{1} a_{2}\left[r_{2}-1\right] \\
& +2 a_{1}\left[\left(a_{3} r_{3}+\cdots+a_{n} r_{n}\right)-\left(a_{3}+\cdots+a_{n}\right)\right] \\
& +2 a_{2} r_{2}\left[\left(a_{3}+\cdots+a_{n}\right)-\left(a_{3} r_{3}+\cdots+a_{n} r_{n}\right)\right] \\
& +\sum_{i=3}^{n} \sum_{j=3}^{n} a_{i} a_{j}\left[\min \left(r_{i}, r_{j}\right)-\min \left(1, r_{i} r_{j}\right)\right]
\end{aligned}
$$

The idea now is to smooth via

$$
\left(a_{1}, a_{2}, r_{1}, r_{2}\right) \longrightarrow\left(a_{1}, \frac{1}{t} a_{2}, \frac{1}{t} r_{1}, t r_{2}\right)
$$

where $t \geq 1$ is such that $\frac{1}{t} r_{1} \geq \max \left(1, r_{3}, \ldots, r_{n}\right)$ holds. (This choice is such that $a_{1}$ and $a_{2} r_{2}$ are unchanged, because we don't know the sign of $\sum_{i \geq 3}\left(1-r_{i}\right) a_{i}$ and so the post-smoothing value is still at least the max.) Then,

$$
\begin{aligned}
& L_{n}\left(a_{1}, a_{2}, \ldots, r_{1}, r_{2}, \ldots\right)-L_{n}\left(a_{1}, \frac{1}{t} a_{2}, \ldots, \frac{1}{t} r_{1}, t r_{2}\right) \\
= & a_{1}^{2}\left(r_{1}-\frac{1}{t} r_{1}\right)+a_{2}^{2}\left(r_{2}-\frac{1}{t} r_{2}\right)+2 a_{1} a_{2}\left(\frac{1}{t}-1\right) \\
= & \left(1-\frac{1}{t}\right)\left(r_{1} a_{1}^{2}+r_{2} a_{2}^{2}-2 a_{1} a_{2}\right) \geq 0
\end{aligned}
$$

the last line by AM-GM. Now pick $t=\frac{r_{1}}{\max \left(1, r_{3}, \ldots, r_{n}\right)}$, and at last we can induct down.