# USAMO 2010 Solution Notes Evan Chen《陳誼廷》 15 April 2024 This is a compilation of solutions for the 2010 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 2010/1, proposed by Titu Andreescu ..... 3 1.2 USAMO 2010/2, proposed by David Speyer ..... 5 1.3 USAMO 2010/3, proposed by Gabriel Carroll ..... 6 2 Solutions to Day 2 ..... 7 2.1 USAMO 2010/4, proposed by Zuming Feng ..... 7 2.2 USAMO 2010/5, proposed by Titu Andreescu ..... 8 2.3 USAMO 2010/6, proposed by Gerhard Woeginger ..... 9 ## §0 Problems 1. Let $A X Y Z B$ be a convex pentagon inscribed in a semicircle of diameter $A B$. Denote by $P, Q, R, S$ the feet of the perpendiculars from $Y$ onto lines $A X, B X$, $A Z, B Z$, respectively. Prove that the acute angle formed by lines $P Q$ and $R S$ is half the size of $\angle X O Z$, where $O$ is the midpoint of segment $A B$. 2. There are $n$ students standing in a circle, one behind the other. The students have heights $h_{1}i$. For $d=1$ there is nothing to prove. For $d \geq 2$, look at only students $h_{j}, h_{i+1}$ and $h_{i}$ ignoring all other students. After $h_{j}$ and $h_{i}$ switch the first time, the relative ordering of the students must be $h_{i} \rightarrow h_{j} \rightarrow h_{i+1}$. Thereafter $h_{j}$ must always switch with $h_{i+1}$ before switching with $h_{i}$, so the inductive hypothesis applies to give the bound $1+j-(i+1)-1=j-i-1$. Hence, the number of switches is at most $$ \sum_{1 \leq i23$ we then have $$ \begin{aligned} E(n)= & (68-n)\left(\frac{34}{n}-\frac{1}{2}\right)+n\left(1-\left(\frac{34}{n}-\frac{1}{2}\right)^{2}\right) \\ & =\frac{5 n}{4}+\frac{34^{2}}{n}-34 \end{aligned} $$ which has its worst case at around $5 n^{2}=68^{2}$, so at $n=30$ and $n=31$. Indeed, one can find $$ \begin{aligned} & E(30)=42.033 \\ & E(31)=42.040 \end{aligned} $$ This gives another way to get the lower bound 43, and gives a hint about approximately how many non-loops one would want in order to achieve such a bound.