{"year":2017,"label":"1","problem":"In a sports league, each team uses a set of at most $t$ signature colors. A set $S$ of teams is color-identifiable if one can assign each team in $S$ one of their signature colors, such that no team in $S$ is assigned any signature color of a different team in $S$. For all positive integers $n$ and $t$, determine the maximum integer $g(n, t)$ such that: In any sports league with exactly $n$ distinct colors present over all teams, one can always find a color-identifiable set of size at least $g(n, t)$.","solution":" Answer: $\\lceil n \/ t\\rceil$. To see this is an upper bound, note that one can easily construct a sports league with that many teams anyways. A quick warning: Remark (Misreading the problem). It is common to misread the problem by ignoring the word \"any\". Here is an illustration. Suppose we have two teams, MIT and Harvard; the colors of MIT are red\/grey\/black, and the colors of Harvard are red\/white. (Thus $n=4$ and $t=3$.) The assignment of MIT to grey and Harvard to red is not acceptable because red is a signature color of MIT, even though not the one assigned. \u3010 Approach by deleting teams (Gopal Goel). Initially, place all teams in a set $S$. Then we repeat the following algorithm: If there is a team all of whose signature colors are shared by some other team in $S$ already, then we delete that team. (If there is more than one such team, we pick arbitrarily.) At the end of the process, all $n$ colors are still present at least once, so at least $\\lceil n \/ t\\rceil$ teams remain. Moreover, since the algorithm is no longer possible, the remaining set $S$ is already color-identifiable. Remark (Gopal Goel). It might seem counter-intuitive that we are deleting teams from the full set when the original problem is trying to get a large set $S$. This is less strange when one thinks of it instead as \"safely deleting useless teams\". Basically, if one deletes such a team, the problem statement implies that the task must still be possible, since $g(n, t)$ does not depend on the number of teams: $n$ is the number of colors present, and deleting a useless team does not change this. It turns out that this optimization is already enough to solve the problem."} {"year":2017,"label":"1","problem":"In a sports league, each team uses a set of at most $t$ signature colors. A set $S$ of teams is color-identifiable if one can assign each team in $S$ one of their signature colors, such that no team in $S$ is assigned any signature color of a different team in $S$. For all positive integers $n$ and $t$, determine the maximum integer $g(n, t)$ such that: In any sports league with exactly $n$ distinct colors present over all teams, one can always find a color-identifiable set of size at least $g(n, t)$.","solution":" Answer: $\\lceil n \/ t\\rceil$. To see this is an upper bound, note that one can easily construct a sports league with that many teams anyways. A quick warning: Remark (Misreading the problem). It is common to misread the problem by ignoring the word \"any\". Here is an illustration. Suppose we have two teams, MIT and Harvard; the colors of MIT are red\/grey\/black, and the colors of Harvard are red\/white. (Thus $n=4$ and $t=3$.) The assignment of MIT to grey and Harvard to red is not acceptable because red is a signature color of MIT, even though not the one assigned. \u3010 Approach by adding colors. For a constructive algorithmic approach, the idea is to greedy pick by color (rather than by team), taking at each step the least used color. Select the color $C_{1}$ with the fewest teams using it, and a team $T_{1}$ using it. Then delete all colors $T_{1}$ uses, and all teams which use $C_{1}$. Note that - By problem condition, this deletes at most $t$ teams total. - Any remaining color $C$ still has at least one user. Indeed, if not, then $C$ had the same set of teams as $C_{1}$ did (by minimality of $C$ ), but then it should have deleted as a color of $T_{1}$. Now repeat this algorithm with $C_{2}$ and $T_{2}$, and so on. This operations uses at most $t$ colors each time, so we select at least $\\lceil n \/ t\\rceil$ colors. As before, assume our league has teams, MIT and Harvard; the colors of MIT are red\/grey\/black, and the colors of Harvard are red\/white. (Thus $n=4$ and $t=3$.) If we start by selecting MIT and red, then it is impossible to select any more teams; but $g(n, t)=2$."} {"year":2017,"label":"2","problem":"Let $A B C$ be an acute scalene triangle with circumcenter $O$, and let $T$ be on line $B C$ such that $\\angle T A O=90^{\\circ}$. The circle with diameter $\\overline{A T}$ intersects the circumcircle of $\\triangle B O C$ at two points $A_{1}$ and $A_{2}$, where $O A_{1}\\operatorname{deg}\\left(Q^{\\prime} P-Q P^{\\prime}\\right) \\end{aligned} $$ This can only occur if $Q^{\\prime} P-Q P^{\\prime}=0$ or $(P \/ Q)^{\\prime}=0$ by the quotient rule! But $P \/ Q$ can't be constant, the end. Remark. The result is previously known; see e.g. Lemma 1.6 of http:\/\/math.mit.edu\/ ebelmont\/ec-notes.pdf or Exercise 6.5.L(a) of Vakil's notes."} {"year":2017,"label":"4","problem":"You are cheating at a trivia contest. For each question, you can peek at each of the $n>1$ other contestant's guesses before writing your own. For each question, after all guesses are submitted, the emcee announces the correct answer. A correct guess is worth 0 points. An incorrect guess is worth -2 points for other contestants, but only -1 point for you, because you hacked the scoring system. After announcing the correct answer, the emcee proceeds to read out the next question. Show that if you are leading by $2^{n-1}$ points at any time, then you can surely win first place.","solution":" We will prove the result with $2^{n-1}$ replaced even by $2^{n-2}+1$. We first make the following reductions. First, change the weights to be $+1,-1,0$ respectively (rather than $0,-2,-1$ ); this clearly has no effect. Also, WLOG that all contestants except you initially have score zero (and that your score exceeds $2^{n-2}$ ). WLOG ignore rounds in which all answers are the same. Finally, ignore rounds in which you get the correct answer, since that leaves you at least as well off as before - in other words, we'll assume your score is always fixed, but you can pick any group of people with the same answers and ensure they lose 1 point, while some other group gains 1 point. The key observation is the following. Consider two rounds $R_{1}$ and $R_{2}$ such that: - In round $R_{1}$, some set $S$ of contestants gains a point. - In round $R_{2}$, the set $S$ of contestants all have the same answer. Then, if we copy the answers of contestants in $S$ during $R_{2}$, then the sum of the scorings in $R_{1}$ and $R_{2}$ cancel each other out. In other words we can then ignore $R_{1}$ and $R_{2}$ forever. We thus consider the following strategy. We keep a list $\\mathcal{L}$ of subsets of $\\{1, \\ldots, n\\}$, initially empty. Now do the following strategy: - On a round, suppose there exists a set $S$ of people with the same answer such that $S \\in \\mathcal{L}$. (If multiple exist, choose one arbitrarily.) Then, copy the answer of $S$, causing them to lose a point. Delete $S$ from $\\mathcal{L}$. (Importantly, we do not add any new sets to $\\mathcal{L}$.) - Otherwise, copy any set $T$ of contestants, selecting $|T| \\geq n \/ 2$ if possible. Let $S$ be the set of contestants who answer correctly (if any), and add $S$ to the list $\\mathcal{L}$. Note that $|S| \\leq n \/ 2$, since $S$ is disjoint from $T$. By construction, $\\mathcal{L}$ has no duplicate sets. So the score of any contestant $c$ is bounded above by the number of times that $c$ appears among sets in $\\mathcal{L}$. The number of such sets is clearly at most $\\frac{1}{2} \\cdot 2^{n-1}$. So, if you lead by $2^{n-2}+1$ then you ensure victory. This completes the proof! Remark. Several remarks are in order. First, we comment on the bound $2^{n-2}+1$ itself. The most natural solution using only the list idea gives an upper bound of $\\left(2^{n}-2\\right)+1$, which is the number of nonempty proper subsets of $\\{1, \\ldots, n\\}$. Then, there are two optimizations one can observe: - In fact we can improve to the number of times any particular contestant $c$ appears in some set, rather than the total number of sets. - When adding new sets $S$ to $\\mathcal{L}$, one can ensure $|S| \\leq n \/ 2$. Either observation alone improves the bound from $2^{n}-1$ to $2^{n-1}$, but both together give the bound $2^{n-2}+1$. Additionally, when $n$ is odd the calculation of subsets actually gives $2^{n-2}-\\frac{1}{2}\\binom{n-1}{\\frac{n-1}{2}}+1$. This gives the best possible value at both $n=2$ and $n=3$. It seems likely some further improvements are possible, and the true bound is suspected to be polynomial in $n$. 1. The exponential bound $2^{n}$ suggests looking at subsets. 2. The $n=2$ case suggests the idea of \"repeated rounds\". (I think this $n=2$ case is actually really good.) 3. The \"two distinct answers\" case suggests looking at rounds as partitions (even though the WLOG does not work, at least not without further thought). 4. There's something weird about this problem: it's a finite bound over unbounded time. This is a hint to not worry excessively about the actual scores, which turn out to be almost irrelevant."} {"year":2017,"label":"5","problem":"Let $A B C$ be a triangle with altitude $\\overline{A E}$. The $A$-excircle touches $\\overline{B C}$ at $D$, and intersects the circumcircle at two points $F$ and $G$. Prove that one can select points $V$ and $N$ on lines $D G$ and $D F$ such that quadrilateral $E V A N$ is a rhombus.","solution":" Let $I$ denote the incenter, $J$ the $A$-excenter, and $L$ the midpoint of $\\overline{A E}$. Denote by $\\overline{I Y}$, $\\overline{I Z}$ the tangents from $I$ to the $A$-excircle. Note that lines $\\overline{B C}, \\overline{G F}, \\overline{Y Z}$ then concur at $H$ (unless $A B=A C$, but this case is obvious), as it's the radical center of cyclic hexagon $B I C Y J Z$, the circumcircle and the $A$-excircle. ![](https:\/\/cdn.mathpix.com\/cropped\/2024_11_19_5d386b123511deaa59b4g-12.jpg?height=766&width=1200&top_left_y=968&top_left_x=431) Now let $\\overline{H D}$ and $\\overline{H T}$ be the tangents from $H$ to the $A$-excircle. It follows that $\\overline{D T}$ is the symmedian of $\\triangle D Z Y$, hence passes through $I=\\overline{Y Y} \\cap \\overline{Z Z}$. Moreover, it's well known that $\\overline{D I}$ passes through $L$, the midpoint of the $A$-altitude (for example by homothety). Finally, $(D T ; F G)=-1$, hence project through $D$ onto the line through $L$ parallel to $\\overline{B C}$ to obtain $(\\infty L ; V N)=-1$ as desired. \u3010 Authorship comments. This is a joint proposal with Danielle Wang (mostly by her). The formulation given was that the tangents to the $A$-excircle at $F$ and $G$ was on line $\\overline{D I}$; I solved this formulation using the radical axis argument above. I then got the idea to involve the point $L$, already knowing it was on $\\overline{D I}$. Observing the harmonic quadrilateral, I took perspectivity through $M$ onto the line through $L$ parallel to $\\overline{B C}$ (before this I had tried to use the $A$-altitude with little luck). This yields the rhombus in the problem."} {"year":2017,"label":"6","problem":"Prove that there are infinitely many triples $(a, b, p)$ of integers, with $p$ prime and $0