# 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 $a0$. ## §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 B1000$. 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