{"year": "2016", "tier": "T1", "problem_label": "1", "problem_type": null, "exam": "APMO", "problem": "We say that a triangle $A B C$ is great if the following holds: for any point $D$ on the side $B C$, if $P$ and $Q$ are the feet of the perpendiculars from $D$ to the lines $A B$ and $A C$, respectively, then the reflection of $D$ in the line $P Q$ lies on the circumcircle of the triangle $A B C$.\n\nProve that triangle $A B C$ is great if and only if $\\angle A=90^{\\circ}$ and $A B=A C$.", "solution": "For every point $D$ on the side $B C$, let $D^{\\prime}$ be the reflection of $D$ in the line $P Q$. We will first prove that if the triangle satisfies the condition then it is isosceles and right-angled at $A$.\n\nChoose $D$ to be the point where the angle bisector from $A$ meets $B C$. Note that $P$ and $Q$ lie on the rays $A B$ and $A C$ respectively. Furthermore, $P$ and $Q$ are reflections of each other in the line $A D$, from which it follows that $P Q \\perp A D$. Therefore, $D^{\\prime}$ lies on the line $A D$ and we may deduce that either $D^{\\prime}=A$ or $D^{\\prime}$ is the second point of the angle bisector at $A$ and the circumcircle of $A B C$. However, since $A P D Q$ is a cyclic quadrilateral, the segment $P Q$ intersects the segment $A D$. Therefore, $D^{\\prime}$ lies on the ray $D A$ and therefore $D^{\\prime}=A$. By angle chasing we obtain\n\n$$\n\\angle P D^{\\prime} Q=\\angle P D Q=180^{\\circ}-\\angle B A C\n$$\n\nand since $D^{\\prime}=A$ we also know $\\angle P D^{\\prime} Q=\\angle B A C$. This implies that $\\angle B A C=90^{\\circ}$.\nNow we choose $D$ to be the midpoint of $B C$. Since $\\angle B A C=90^{\\circ}$, we can deduce that $D Q P$ is the medial triangle of triangle $A B C$. Therefore, $P Q \\| B C$ from which it follows that $D D^{\\prime} \\perp B C$. But the distance from $D^{\\prime}$ to $B C$ is equal to both the circumradius of triangle $A B C$ and to the distance from $A$ to $B C$. This can only happen if $A=D^{\\prime}$. This implies that $A B C$ is isosceles and right-angled at $A$.\n![](https://cdn.mathpix.com/cropped/2024_11_22_ed00b2f2e7e7ff36d38eg-1.jpg?height=447&width=1633&top_left_y=1561&top_left_x=239)\n\nWe will now prove that if $A B C$ is isosceles and right-angled at $A$ then the required property in the problem holds. Let $D$ be any point on side $B C$. Then $D^{\\prime} P=D P$ and we also have $D P=B P$. Hence, $D^{\\prime} P=B P$ and similarly $D^{\\prime} Q=C Q$. Note that $A P D Q D^{\\prime}$ is cyclic with diameter $P Q$. Therefore, $\\angle A P D^{\\prime}=\\angle A Q D^{\\prime}$, from which we obtain $\\angle B P D^{\\prime}=\\angle C Q D^{\\prime}$. So triangles $D^{\\prime} P B$ and $D^{\\prime} Q C$ are similar. It follows that $\\angle P D^{\\prime} Q=\\angle P D^{\\prime} C+\\angle C D^{\\prime} Q=$ $\\angle P D^{\\prime} C+\\angle B D^{\\prime} P=\\angle B D^{\\prime} C$ and $\\frac{D^{\\prime} P}{D^{\\prime} Q}=\\frac{D^{\\prime} B}{D^{\\prime} C}$. So we also obtain that triangles $D^{\\prime} P Q$ and $D^{\\prime} B C$ are similar. But since $D P Q$ and $D^{\\prime} P Q$ are congruent, we may deduce that $\\angle B D^{\\prime} C=$ $\\angle P D^{\\prime} Q=\\angle P D Q=90^{\\circ}$. Therefore, $D^{\\prime}$ lies on the circle with diameter $B C$, which is the circumcircle of triangle $A B C$.", "metadata": {"resource_path": "APMO/segmented/en-apmo2016_sol.jsonl", "problem_match": "\nProblem 1.", "solution_match": "\nSolution."}} {"year": "2016", "tier": "T1", "problem_label": "2", "problem_type": null, "exam": "APMO", "problem": "A positive integer is called fancy if it can be expressed in the form\n\n$$\n2^{a_{1}}+2^{a_{2}}+\\cdots+2^{a_{100}}\n$$\n\nwhere $a_{1}, a_{2}, \\ldots, a_{100}$ are non-negative integers that are not necessarily distinct.\nFind the smallest positive integer $n$ such that no multiple of $n$ is a fancy number.\nAnswer: The answer is $n=2^{101}-1$.", "solution": "Let $k$ be any positive integer less than $2^{101}-1$. Then $k$ can be expressed in binary notation using at most 100 ones, and therefore there exists a positive integer $r$ and non-negative integers $a_{1}, a_{2}, \\ldots, a_{r}$ such that $r \\leq 100$ and $k=2^{a_{1}}+\\cdots+2^{a_{r}}$. Notice that for a positive integer $s$ we have:\n\n$$\n\\begin{aligned}\n2^{s} k & =2^{a_{1}+s}+2^{a_{2}+s}+\\cdots+2^{a_{r-1}+s}+\\left(1+1+2+\\cdots+2^{s-1}\\right) 2^{a_{r}} \\\\\n& =2^{a_{1}+s}+2^{a_{2}+s}+\\cdots+2^{a_{r-1}+s}+2^{a_{r}}+2^{a_{r}}+\\cdots+2^{a_{r}+s-1} .\n\\end{aligned}\n$$\n\nThis shows that $k$ has a multiple that is a sum of $r+s$ powers of two. In particular, we may take $s=100-r \\geq 0$, which shows that $k$ has a multiple that is a fancy number.\n\nWe will now prove that no multiple of $n=2^{101}-1$ is a fancy number. In fact we will prove a stronger statement, namely, that no multiple of $n$ can be expressed as the sum of at most 100 powers of 2 .\n\nFor the sake of contradiction, suppose that there exists a positive integer $c$ such that $c n$ is the sum of at most 100 powers of 2 . We may assume that $c$ is the smallest such integer. By repeatedly merging equal powers of two in the representation of $c n$ we may assume that\n\n$$\nc n=2^{a_{1}}+2^{a_{2}}+\\cdots+2^{a_{r}}\n$$\n\nwhere $r \\leq 100$ and $a_{1}x$, then $f(f(x))>$ $f(x)>x=f(f(x))$, a contradiction. Similarly, it is not possible that $f(x)