{"year":2014,"label":"1","problem":"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.","solution":" The fixed point is the orthocenter, since $\\ell$ is a Simson line. See Lemma 4.4 of Euclidean Geometry in Math Olympiads."} {"year":2014,"label":"2","problem":"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).","solution":" 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)$. Claim - If some $a_{i}$ is divisible by $p$ then all of them are. $$ 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 k
0$, 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."} {"year":2014,"label":"5","problem":"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.","solution":" We begin with: Claim - Point $W$ has coordinates $\\frac{1}{2}(2 a+b+d)$. 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."} {"year":2014,"label":"6","problem":"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$.","solution":" 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$. $$ 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. $$ 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."}