# USA TST 2014 Solution Notes Evan ChEn《陳誼廷》 15 April 2024 This is a compilation of solutions for the 2014 USA TST. 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 USA TST 2014/1 ..... 3 1.2 USA TST 2014/2, proposed by Victor Wang ..... 4 1.3 USA TST 2014/3 ..... 6 2 Solutions to Day 2 ..... 8 2.1 USA TST 2014/4 ..... 8 2.2 USA TST 2014/5, proposed by Po-Shen Loh ..... 9 2.3 USA TST 2014/6 ..... 10 ## §0 Problems 1. Let $A B C$ be an acute triangle, and let $X$ be a variable interior point on the minor $\operatorname{arc} B C$ of its circumcircle. Let $P$ and $Q$ be the feet of the perpendiculars from $X$ to lines $C A$ and $C B$, respectively. Let $R$ be the intersection of line $P Q$ and the perpendicular from $B$ to $A C$. Let $\ell$ be the line through $P$ parallel to $X R$. Prove that as $X$ varies along minor arc $B C$, the line $\ell$ always passes through a fixed point. 2. Let $a_{1}, a_{2}, a_{3}, \ldots$ be a sequence of integers, with the property that every consecutive group of $a_{i}$ 's averages to a perfect square. More precisely, for all positive integers $n$ and $k$, the quantity $$ \frac{a_{n}+a_{n+1}+\cdots+a_{n+k-1}}{k} $$ is always the square of an integer. Prove that the sequence must be constant (all $a_{i}$ are equal to the same perfect square). 3. Let $n$ be an even positive integer, and let $G$ be an $n$-vertex (simple) graph with exactly $\frac{n^{2}}{4}$ edges. An unordered pair of distinct vertices $\{x, y\}$ is said to be amicable if they have a common neighbor (there is a vertex $z$ such that $x z$ and $y z$ are both edges). Prove that $G$ has at least $2\binom{n / 2}{2}$ pairs of vertices which are amicable. 4. Let $n$ be a positive even integer, and let $c_{1}, c_{2}, \ldots, c_{n-1}$ be real numbers satisfying $$ \sum_{i=1}^{n-1}\left|c_{i}-1\right|<1 $$ Prove that $$ 2 x^{n}-c_{n-1} x^{n-1}+c_{n-2} x^{n-2}-\cdots-c_{1} x^{1}+2 $$ has no real roots. 5. Let $A B C D$ be a cyclic quadrilateral, and let $E, F, G$, and $H$ be the midpoints of $A B, B C, C D$, and $D A$ respectively. Let $W, X, Y$ and $Z$ be the orthocenters of triangles $A H E, B E F, C F G$ and $D G H$, respectively. Prove that the quadrilaterals $A B C D$ and $W X Y Z$ have the same area. 6. For a prime $p$, a subset $S$ of residues modulo $p$ is called a sum-free multiplicative subgroup of $\mathbb{F}_{p}$ if - there is a nonzero residue $\alpha$ modulo $p$ such that $S=\left\{1, \alpha^{1}, \alpha^{2}, \ldots\right\}$ (all considered $\bmod p$ ), and - there are no $a, b, c \in S$ (not necessarily distinct) such that $a+b \equiv c(\bmod p)$. Prove that for every integer $N$, there is a prime $p$ and a sum-free multiplicative subgroup $S$ of $\mathbb{F}_{p}$ such that $|S| \geq N$. ## §1 Solutions to Day 1 ## §1.1 USA TST 2014/1 Available online at https://aops.com/community/p3332310. ## Problem statement Let $A B C$ be an acute triangle, and let $X$ be a variable interior point on the minor arc $B C$ of its circumcircle. Let $P$ and $Q$ be the feet of the perpendiculars from $X$ to lines $C A$ and $C B$, respectively. Let $R$ be the intersection of line $P Q$ and the perpendicular from $B$ to $A C$. Let $\ell$ be the line through $P$ parallel to $X R$. Prove that as $X$ varies along minor arc $B C$, the line $\ell$ always passes through a fixed point. The fixed point is the orthocenter, since $\ell$ is a Simson line. See Lemma 4.4 of Euclidean Geometry in Math Olympiads. ## §1.2 USA TST 2014/2, proposed by Victor Wang Available online at https://aops.com/community/p3332299. ## Problem statement Let $a_{1}, a_{2}, a_{3}, \ldots$ be a sequence of integers, with the property that every consecutive group of $a_{i}$ 's averages to a perfect square. More precisely, for all positive integers $n$ and $k$, the quantity $$ \frac{a_{n}+a_{n+1}+\cdots+a_{n+k-1}}{k} $$ is always the square of an integer. Prove that the sequence must be constant (all $a_{i}$ are equal to the same perfect square). Let $\nu_{p}(n)$ denote the largest exponent of $p$ dividing $n$. The problem follows from the following proposition. ## Proposition Let $\left(a_{n}\right)$ be a sequence of integers and let $p$ be a prime. Suppose that every consecutive group of $a_{i}$ 's with length at most $p$ averages to a perfect square. Then $\nu_{p}\left(a_{i}\right)$ is independent of $i$. We proceed by induction on the smallest value of $\nu_{p}\left(a_{i}\right)$ as $i$ ranges (which must be even, as each of the $a_{i}$ are themselves a square). First we prove two claims. Claim - If $j \equiv k(\bmod p)$ then $a_{j} \equiv a_{k}(\bmod p)$. Proof. Taking groups of length $p$ in our given, we find that $p \mid a_{j}+\cdots+a_{j+p-1}$ and $p \mid a_{j+1}+\cdots+a_{j+p}$ for any $j$. So $a_{j} \equiv a_{j+p}(\bmod p)$ and the conclusion follows. Claim - If some $a_{i}$ is divisible by $p$ then all of them are. Proof. The case $p=2$ is trivial so assume $p \geq 3$. Without loss of generality (via shifting indices) assume that $a_{1} \equiv 0(\bmod p)$, and define $$ S_{n}=a_{1}+a_{2}+\cdots+a_{n} \equiv a_{2}+\cdots+a_{n} \quad(\bmod p) $$ Call an integer $k$ with $2 \leq k0$, the result is vacuous for $x \leq 0$, so we restrict attention to $x>0$. Then letting $c_{i}=1-d_{i}$ for each $i$, the inequality we want to prove becomes $$ x^{n}+1+\frac{x^{n+1}+1}{x+1}>\sum_{1}^{n-1} d_{i} x^{i} \quad \text { given } \sum\left|d_{i}\right|<1 $$ But obviously $x^{n}+1>x^{i}$ for any $1 \leq i \leq n-1$ and $x>0$. So in fact $x^{n}+1>\sum_{1}^{n-1}\left|d_{i}\right| x^{i}$ holds for $x>0$, as needed. ## §2.2 USA TST 2014/5, proposed by Po-Shen Loh Available online at https://aops.com/community/p3476291. ## Problem statement Let $A B C D$ be a cyclic quadrilateral, and let $E, F, G$, and $H$ be the midpoints of $A B, B C, C D$, and $D A$ respectively. Let $W, X, Y$ and $Z$ be the orthocenters of triangles $A H E, B E F, C F G$ and $D G H$, respectively. Prove that the quadrilaterals $A B C D$ and $W X Y Z$ have the same area. The following solution is due to Grace Wang. We begin with: Claim - Point $W$ has coordinates $\frac{1}{2}(2 a+b+d)$. Proof. The orthocenter of $\triangle D A B$ is $d+a+b$, and $\triangle A H E$ is homothetic to $\triangle D A B$ through $A$ with ratio $1 / 2$. Hence $w=\frac{1}{2}(a+(d+a+b))$ as needed. By symmetry, we have $$ \begin{aligned} w & =\frac{1}{2}(2 a+b+d) \\ x & =\frac{1}{2}(2 b+c+a) \\ y & =\frac{1}{2}(2 c+d+b) \\ z & =\frac{1}{2}(2 d+a+c) . \end{aligned} $$ We see that $w-y=a-c, x-z=b-d$. So the diagonals of $W X Y Z$ have the same length as those of $A B C D$ as well as the same directed angle between them. This implies the areas are equal, too. ## §2.3 USA TST 2014/6 Available online at https://aops.com/community/p3476292. ## Problem statement For a prime $p$, a subset $S$ of residues modulo $p$ is called a sum-free multiplicative subgroup of $\mathbb{F}_{p}$ if - there is a nonzero residue $\alpha$ modulo $p$ such that $S=\left\{1, \alpha^{1}, \alpha^{2}, \ldots\right\}$ (all considered $\bmod p$ ), and - there are no $a, b, c \in S($ not necessarily distinct $)$ such that $a+b \equiv c(\bmod p)$. Prove that for every integer $N$, there is a prime $p$ and a sum-free multiplicative subgroup $S$ of $\mathbb{F}_{p}$ such that $|S| \geq N$. We first prove the following general lemma. ## Lemma If $f, g \in \mathbb{Z}[X]$ are relatively prime nonconstant polynomials, then for sufficiently large primes $p$, they have no common root modulo $p$. Proof. By Bézout Lemma, there exist polynomials $a(X)$ and $b(X)$ in $\mathbb{Z}[X]$ and a nonzero constant $c \in \mathbb{Z}$ satisfying the identity $$ a(X) f(X)+b(X) g(X) \equiv c $$ So, plugging in $X=r$ we get $p \mid c$, so the set of permissible primes $p$ is finite. With this we can give the construction. ## Claim - Suppose that - $n$ is a positive integer with $n \not \equiv 0(\bmod 3)$; - $p$ is a prime which is $1 \bmod n$; and - $\alpha$ is a primitive $n^{\prime}$ th root of unity modulo $p$. Then $|S|=n$ and, if $p$ is sufficiently large in $n$, is also sum-free. Proof. The assertion $|S|=n$ is immediate from the choice of $\alpha$. As for sum-free, assume for contradiction that $$ 1+\alpha^{k} \equiv \alpha^{m} \quad(\bmod p) $$ for some integers $k, m \in \mathbb{Z}$. This means $(X+1)^{n}-1$ and $X^{n}-1$ have common root $X=\alpha^{k}$. But $$ \underset{\mathbb{Z}[x]}{\operatorname{gcd}}\left((X+1)^{n}-1, X^{n}-1\right)=1 \quad \forall n \not \equiv 0 \quad(\bmod 3) $$ because when $3 \nmid n$ the two polynomials have no common complex roots. (Indeed, if $|\omega|=|1+\omega|=1$ then $\omega=-\frac{1}{2} \pm \frac{\sqrt{3}}{2} i$.) Thus $p$ is bounded by the lemma, as desired.