{"year": "2023", "tier": "T2", "problem_label": "1", "problem_type": null, "exam": "EGMO", "problem": "There are $n \\geqslant 3$ positive real numbers $a_{1}, a_{2}, \\ldots, a_{n}$. For each $1 \\leqslant i \\leqslant n$ we let $b_{i}=\\frac{a_{i-1}+a_{i+1}}{a_{i}}$ (here we define $a_{0}$ to be $a_{n}$ and $a_{n+1}$ to be $a_{1}$ ). Assume that for all $i$ and $j$ in the range 1 to $n$, we have $a_{i} \\leqslant a_{j}$ if and only if $b_{i} \\leqslant b_{j}$.\n\nProve that $a_{1}=a_{2}=\\cdots=a_{n}$.", "solution": "Suppose that not all $a_{i}$ are equal. Consider an index $i$ such that $a_{i}$ is maximal and $a_{i+1}c_{\\ell-1} \\geqslant 1$\nFrom $c_{\\ell-1} c_{\\ell} c_{\\ell+1}c_{\\ell} \\geqslant 1$, which is a contradiction to our choice of $\\ell$.\n\nCase 2: $c_{\\ell-1} \\geqslant c_{\\ell} \\geqslant 1$\nOnce again looking at the inequality (5) we can find that\n\n$$\nc_{\\ell-2} c_{\\ell-1} c_{\\ell} \\geqslant c_{\\ell-1}^{2} c_{\\ell} \\Longrightarrow c_{\\ell-2} \\geqslant c_{\\ell-1} .\n$$\n\nNote that we only needed $c_{\\ell-1} \\geqslant c_{\\ell} \\geqslant 1$ to show $c_{\\ell-2} \\geqslant c_{\\ell-1} \\geqslant 1$. So using induction we can easily show $c_{\\ell-s-1} \\geqslant c_{\\ell-s}$ for all $s$.\nSo\n\n$$\nc_{1} \\leqslant c_{2} \\leqslant \\cdots \\leqslant c_{n} \\leqslant c_{1}\n$$\n\na contradiction to our innitial assumption.\nSo our innitial assumtion must have been wrong, which implies that all the $a_{i}$ must have been equal from the start.", "metadata": {"resource_path": "EGMO/segmented/en-2023-solutions.jsonl", "problem_match": "\nProblem 1.", "solution_match": "\nSolution 9. "}} {"year": "2023", "tier": "T2", "problem_label": "2", "problem_type": null, "exam": "EGMO", "problem": "We are given an acute triangle $A B C$. Let $D$ be the point on its circumcircle such that $A D$ is a diameter. Suppose that points $K$ and $L$ lie on segments $A B$ and $A C$, respectively, and that $D K$ and $D L$ are tangent to circle $A K L$.\n\nShow that line $K L$ passes through the orthocentre of $A B C$.\nThe altitudes of a triangle meet at its orthocentre.\n![](https://cdn.mathpix.com/cropped/2024_11_22_74eb2a655f84df2c567ag-07.jpg?height=1075&width=992&top_left_y=702&top_left_x=532)\n\nFigure 1: Diagram to solution 1", "solution": "Let $M$ be the midpoint of $K L$. We will prove that $M$ is the orthocentre of $A B C$. Since $D K$ and $D L$ are tangent to the same circle, $|D K|=|D L|$ and hence $D M \\perp K L$. The theorem of Thales in circle $A B C$ also gives $D B \\perp B A$ and $D C \\perp C A$. The right angles then give that quadrilaterals $B D M K$ and $D M L C$ are cyclic.\n\nIf $\\angle B A C=\\alpha$, then clearly $\\angle D K M=\\angle M L D=\\alpha$ by angle in the alternate segment of circle $A K L$, and so $\\angle M D K=\\angle L D M=\\frac{\\pi}{2}-\\alpha$, which thanks to cyclic quadrilaterals gives $\\angle M B K=\\angle L C M=\\frac{\\pi}{2}-\\alpha$. From this, we have $B M \\perp A C$ and $C M \\perp A B$, and so $M$ indeed is the orthocentre of $A B C$.", "metadata": {"resource_path": "EGMO/segmented/en-2023-solutions.jsonl", "problem_match": "\nProblem 2.", "solution_match": "\nSolution 1. "}} {"year": "2023", "tier": "T2", "problem_label": "2", "problem_type": null, "exam": "EGMO", "problem": "We are given an acute triangle $A B C$. Let $D$ be the point on its circumcircle such that $A D$ is a diameter. Suppose that points $K$ and $L$ lie on segments $A B$ and $A C$, respectively, and that $D K$ and $D L$ are tangent to circle $A K L$.\n\nShow that line $K L$ passes through the orthocentre of $A B C$.\nThe altitudes of a triangle meet at its orthocentre.\n![](https://cdn.mathpix.com/cropped/2024_11_22_74eb2a655f84df2c567ag-07.jpg?height=1075&width=992&top_left_y=702&top_left_x=532)\n\nFigure 1: Diagram to solution 1", "solution": "Preliminaries\n\nLet $A B C$ be a triangle with circumcircle $\\Gamma$. Let $X$ be a point in the plane. The Simson line (Wallace-Simson line) is defined via the following theorem. Drop perpendiculars from $X$ to each of the three side lines of $A B C$. The feet of these perpendiculars are collinear (on\nthe Simson line of $X$ ) if and only if $X$ lies of $\\Gamma$. The Simson line of $X$ in the circumcircle bisects the line segment $X H$ where $H$ is the orthocentre of triangle $A B C$. See Figure 2\n![](https://cdn.mathpix.com/cropped/2024_11_22_74eb2a655f84df2c567ag-08.jpg?height=595&width=1208&top_left_y=385&top_left_x=424)\n\nFigure 2: The Wallace-Simson configuration\nWhen $X$ is on $\\Gamma$, we can enlarge from $X$ with scale factor 2 (a homothety) to take the Simson line to the doubled Simson line which passes through the orthocentre $H$ and contains the reflections of $X$ in each of the three sides of $A B C$.", "metadata": {"resource_path": "EGMO/segmented/en-2023-solutions.jsonl", "problem_match": "\nProblem 2.", "solution_match": "# Solution 2. "}} {"year": "2023", "tier": "T2", "problem_label": "2", "problem_type": null, "exam": "EGMO", "problem": "We are given an acute triangle $A B C$. Let $D$ be the point on its circumcircle such that $A D$ is a diameter. Suppose that points $K$ and $L$ lie on segments $A B$ and $A C$, respectively, and that $D K$ and $D L$ are tangent to circle $A K L$.\n\nShow that line $K L$ passes through the orthocentre of $A B C$.\nThe altitudes of a triangle meet at its orthocentre.\n![](https://cdn.mathpix.com/cropped/2024_11_22_74eb2a655f84df2c567ag-07.jpg?height=1075&width=992&top_left_y=702&top_left_x=532)\n\nFigure 1: Diagram to solution 1", "solution": "of the problem\n\n![](https://cdn.mathpix.com/cropped/2024_11_22_74eb2a655f84df2c567ag-08.jpg?height=815&width=806&top_left_y=1369&top_left_x=628)\n\nFigure 3: Three circles do the work\nLet $\\Gamma$ be the circle $A B C, \\Sigma$ be the circle $A K L$ with centre $O$, and $\\Omega$ be the circle on diameter $O D$ so $K$ and $L$ are on this circle by converse of Thales. Let $\\Omega$ and $\\Gamma$ meet at $D$ and $F$. By Thales in both circles, $\\angle A F D$ and $\\angle O F D$ are both right angles so $A O F$ is a line. Let $A F$ meet $\\Sigma$ again at $T$ so $A T$ (containing $O$ ) is a diameter of this circle and by Thales, $T L \\perp A C$.\nLet $G$ (on $\\Sigma$ ) be the reflection of $K$ in $A F$. Now $A T$ is the internal angle bisector of $\\angle G A K$ so, by an upmarket use of angles in the same segment (of $\\Sigma$ ), $T L$ is the internal\nangle bisector of $\\angle G L K$. Thus the line $G L$ is the reflection of the line $K L$ in $T L$, and so also the reflection of $K L$ in the line $A C$ (internal and external angle bisectors).\n\nOur next project is to show that $L G F$ are collinear. Well $\\angle F L K=\\angle F O K$ (angles in the same segment of $\\Omega$ ) and $\\angle G L K=\\angle G A K$ (angles in the same segment of $\\Sigma$ ) $=2 \\angle O A K$ ( $A K G$ is isosceles with apex $A)=\\angle T O K$ (since $O A K$ is isosceles with apex $O$, and this is an external angle at $O$ ). The point $T$ lies in the interior of the line segment $F O$ so $\\angle T O K=\\angle F O K$. Therefore $\\angle F L K=\\angle G L K$ so $L G F$ is a line.\n\nNow from the second paragraph, $F$ is on the reflection of $K L$ in $A C$. By symmetry, $F$ is also on the reflection of $K L$ in $A B$. Therefore the reflections of $F$ in $A B$ and $A C$ are both on $K L$ which must therefore be the doubled Wallace-Simson line of $F$. Therefore the orthocentre of $A B C$ lies on $K L$.", "metadata": {"resource_path": "EGMO/segmented/en-2023-solutions.jsonl", "problem_match": "\nProblem 2.", "solution_match": "# Solution "}} {"year": "2023", "tier": "T2", "problem_label": "2", "problem_type": null, "exam": "EGMO", "problem": "We are given an acute triangle $A B C$. Let $D$ be the point on its circumcircle such that $A D$ is a diameter. Suppose that points $K$ and $L$ lie on segments $A B$ and $A C$, respectively, and that $D K$ and $D L$ are tangent to circle $A K L$.\n\nShow that line $K L$ passes through the orthocentre of $A B C$.\nThe altitudes of a triangle meet at its orthocentre.\n![](https://cdn.mathpix.com/cropped/2024_11_22_74eb2a655f84df2c567ag-07.jpg?height=1075&width=992&top_left_y=702&top_left_x=532)\n\nFigure 1: Diagram to solution 1", "solution": "Let $H$ be the orthocentre of triangle $A B C$ and $\\Sigma$ the circumcircle of $A K L$ with centre $O$. Let $\\Omega$ be the circle with diameter $O D$, which contains $K$ and $L$ by Thales, and let $\\Gamma$ be the circumcircle of $A B C$ containing $D$. Denote the second intersection of $\\Omega$ and $\\Gamma$ by $F$. Since $O D$ and $A D$ are diameters of $\\Omega$ and $\\Gamma$ we have $\\angle O F D=\\frac{\\pi}{2}=\\angle A F D$, so the points $A, O, F$ are collinear. Let $M$ and $N$ be the second intersections of $C H$ and $B H$ with $\\Gamma$, respectively. It is well-known that $M$ and $N$ are the reflections of $H$ in $A B$ and $A C$, respectively (because $\\angle N C A=\\angle N B A=\\angle A C M=\\angle A B M$ ). By collinearity of $A, O, F$ and the angles in $\\Gamma$ we have\n\n$$\n\\angle N F O=\\angle N F A=\\angle N B A=\\frac{\\pi}{2}-\\angle B A C=\\frac{\\pi}{2}-\\angle K A L\n$$\n\nSince $D L$ is tangent to $\\Sigma$ we obtain\n\n$$\n\\angle N F O=\\frac{\\pi}{2}-\\angle K L D=\\angle L D O,\n$$\n\nwhere the last equality follows from the fact that $O D$ is bisector of $\\angle L D K$ since $L D$\n![](https://cdn.mathpix.com/cropped/2024_11_22_74eb2a655f84df2c567ag-09.jpg?height=815&width=806&top_left_y=1794&top_left_x=628)\n\nFigure 4: Diagram to Solution 3\nand $K D$ are tangent to $\\Sigma$. Furthermore, $\\angle L D O=\\angle L F O$ since these are angles in $\\Omega$. Hence, $\\angle N F O=\\angle L F O$, which implies that points $N, L, F$ are collinear. Similarly points $M, K, F$ are collinear. Since $N$ and $M$ are reflections of $H$ in $A C$ and $A B$ we have\n\n$$\n\\angle L H N=\\angle H N L=\\angle B N F=\\angle B M F=\\angle B M K=\\angle K H B .\n$$\n\nHence,\n\n$$\n\\angle L H K=\\angle L H N+\\angle N H K=\\angle K H B+\\angle N H K=\\pi\n$$\n\nand the points $L, H, K$ are collinear.", "metadata": {"resource_path": "EGMO/segmented/en-2023-solutions.jsonl", "problem_match": "\nProblem 2.", "solution_match": "\nSolution 3. "}} {"year": "2023", "tier": "T2", "problem_label": "2", "problem_type": null, "exam": "EGMO", "problem": "We are given an acute triangle $A B C$. Let $D$ be the point on its circumcircle such that $A D$ is a diameter. Suppose that points $K$ and $L$ lie on segments $A B$ and $A C$, respectively, and that $D K$ and $D L$ are tangent to circle $A K L$.\n\nShow that line $K L$ passes through the orthocentre of $A B C$.\nThe altitudes of a triangle meet at its orthocentre.\n![](https://cdn.mathpix.com/cropped/2024_11_22_74eb2a655f84df2c567ag-07.jpg?height=1075&width=992&top_left_y=702&top_left_x=532)\n\nFigure 1: Diagram to solution 1", "solution": "As in Solution 3 let $M$ and $N$ be the reflections of the orthocentre in $A B$ and $A C$. Let $\\angle B A C=\\alpha$. Then $\\angle N D M=\\pi-\\angle M A N=\\pi-2 \\alpha$.\n\nLet $M K$ and $N L$ intersect at $F$. See Figure 3.\nClaim. $\\angle N F M=\\pi-2 \\alpha$, so $F$ lies on the circumcircle.\nProof. Since $K D$ and $L D$ are tangents to circle $A K L$, we have $|D K|=|D L|$ and $\\angle D K L=\\angle K L D=\\alpha$, so $\\angle L D K=\\pi-2 \\alpha$.\nBy definition of $M, N$ and $D, \\angle M N D=\\angle A N D-\\angle A N M=\\frac{\\pi}{2}-\\left(\\frac{\\pi}{2}-\\alpha\\right)=\\alpha$ and analogously $\\angle D M N=\\alpha$. Hence $|D M|=|D N|$.\n\nFrom $\\angle N D M=\\angle L D K=\\pi-2 \\alpha$ if follows that $\\angle L D N=\\angle K D M$. Since $|D K|=|D L|$ and $|D M|=|D N|$, triangles $M D K$ and $N D L$ are related by a rotation about $D$ through angle $\\pi-2 \\alpha$, and hence the angle between $M K$ and $N L$ is $\\pi-2 \\alpha$, which proved the claim.\n\nWe now finish as in Solution 3:\n\n$$\n\\begin{gathered}\n\\angle M H K=\\angle K M H=\\angle F M C=\\angle F A C \\\\\n\\angle L H N=\\angle H N L=\\angle B N F=\\angle B A F\n\\end{gathered}\n$$\n\nAs $\\angle B A F+\\angle F A C=\\alpha$, we have $\\angle L H K=\\alpha+\\angle N H M=\\alpha+\\pi-\\alpha=\\pi$, so $H$ lies on $K L$.", "metadata": {"resource_path": "EGMO/segmented/en-2023-solutions.jsonl", "problem_match": "\nProblem 2.", "solution_match": "\nSolution 4. "}} {"year": "2023", "tier": "T2", "problem_label": "2", "problem_type": null, "exam": "EGMO", "problem": "We are given an acute triangle $A B C$. Let $D$ be the point on its circumcircle such that $A D$ is a diameter. Suppose that points $K$ and $L$ lie on segments $A B$ and $A C$, respectively, and that $D K$ and $D L$ are tangent to circle $A K L$.\n\nShow that line $K L$ passes through the orthocentre of $A B C$.\nThe altitudes of a triangle meet at its orthocentre.\n![](https://cdn.mathpix.com/cropped/2024_11_22_74eb2a655f84df2c567ag-07.jpg?height=1075&width=992&top_left_y=702&top_left_x=532)\n\nFigure 1: Diagram to solution 1", "solution": "Since $A D$ is a diameter, it is well known that $D B H C$ is a parallelogram (indeed, both $B D$ and $C H$ are perpendicular to $A B$, hence parallel, and similarly for $D C \\| B H)$. Let $B^{\\prime}, C^{\\prime}$ be the reflections of $D$ in lines $A K B$ and $A L C$, respectively; since $A B D$ and $A C D$ are right angles, these are also the factor-2 homotheties of $B$ and $C$ with respect to $D$, hence $H$ is the midpoint of $B^{\\prime} C^{\\prime}$. We will prove that $B^{\\prime} K C^{\\prime} L$ is a parallelogram: it will then follow that the midpoint of $B^{\\prime} C^{\\prime}$, which is $H$, is also the midpoint of $K L$, and in particular is on the line, as we wanted to show.\n\nWe will prove $B^{\\prime} K C^{\\prime} L$ is a parallelogram by showing that $B^{\\prime} K$ and $C^{\\prime} L$ are the same length and direction. Indeed, for lengths we have $K B^{\\prime}=K D=L D=L C^{\\prime}$, where the first and last equalities arise from the reflections defining $B^{\\prime}$ and $C^{\\prime}$, and the middle one\nis equality of tangents. For directions, let $\\alpha, \\beta, \\gamma$ denote the angles of triangle $A K L$. Immediate angle chasing in the circle $A K L$, and the properties of the reflections, yield\n\n$$\n\\begin{aligned}\n\\angle C^{\\prime} L C & =\\angle C L D=\\angle A K L=\\beta \\\\\n\\angle B K B^{\\prime} & =\\angle D K B=\\angle K L A=\\gamma \\\\\n& \\angle L D K=2 \\alpha-\\pi\n\\end{aligned}\n$$\n\nand therefore in directed angles $(\\bmod 2 \\pi)$ we have\n$\\angle\\left(C^{\\prime} L, B^{\\prime} K\\right)=\\angle C^{\\prime} L C+\\angle C L D+\\angle L D K+\\angle D K B+\\angle B K B^{\\prime}=2 \\alpha+2 \\beta+2 \\gamma-\\pi=\\pi$\nand hence $C^{\\prime} L$ and $B^{\\prime} K$ are parallel and in opposite directions, i.e. $C^{\\prime} L$ and $K B^{\\prime}$ are in the same direction, as claimed.\n\nComment. While not necessary for the final solution, the following related observation motivates how the fact that $H$ is the midpoint of $K L$ (and therefore $B^{\\prime} K C^{\\prime} L$ is a parallelogram) was first conjectured. We have $A B^{\\prime}=A D=A C^{\\prime}$ by the reflections, i.e. $B^{\\prime} A C^{\\prime}$ is an isosceles triangle with $H$ being the midpoint of the base. Thus $A H$ is the median, altitude and angle bisector in $B^{\\prime} A C^{\\prime}$, thus $\\angle B^{\\prime} A K+\\angle K A H=\\angle H A L+\\angle L A C^{\\prime}$. Since from the reflections we also have $\\angle B^{\\prime} A K=\\angle K A D$ and $\\angle D A L=\\angle L A C^{\\prime}$ it follows that $\\angle H A L=\\angle K A D$ and $\\angle K A H=\\angle D A L$. Since $D$ is the symmedian point in $A K L$, the angle conjugation implies $A H$ is the median line of $K L$. Thus, if $H$ is indeed on $K L$ (as the problem assures us), it can only be the midpoint of $K L$.", "metadata": {"resource_path": "EGMO/segmented/en-2023-solutions.jsonl", "problem_match": "\nProblem 2.", "solution_match": "\nSolution 5. "}} {"year": "2023", "tier": "T2", "problem_label": "2", "problem_type": null, "exam": "EGMO", "problem": "We are given an acute triangle $A B C$. Let $D$ be the point on its circumcircle such that $A D$ is a diameter. Suppose that points $K$ and $L$ lie on segments $A B$ and $A C$, respectively, and that $D K$ and $D L$ are tangent to circle $A K L$.\n\nShow that line $K L$ passes through the orthocentre of $A B C$.\nThe altitudes of a triangle meet at its orthocentre.\n![](https://cdn.mathpix.com/cropped/2024_11_22_74eb2a655f84df2c567ag-07.jpg?height=1075&width=992&top_left_y=702&top_left_x=532)\n\nFigure 1: Diagram to solution 1", "solution": "There are a number of \"phantom point\" arguments which define $K^{\\prime}$ and $L^{\\prime}$ in terms of angles and then deduce that these points are actually $K$ and $L$.\n\nNote: In these solutions it is necessary to show that $K$ and $L$ are uniquely determined by the conditions of the problem. One example of doing this is the following:\nTo prove uniqueness of $K$ and $L$, let us consider that there exist two other points $K^{\\prime}$ and $L^{\\prime}$ that satisfy the same properties ( $K^{\\prime}$ on $A B$ and $L^{\\prime}$ on $A C$ such that $D K^{\\prime}$ and $D L^{\\prime}$ are tangent to the circle $\\left.A K^{\\prime} L^{\\prime}\\right)$.\nThen, we have that $D K=D L$ and $D K^{\\prime}=D L^{\\prime}$. We also have that $\\angle K D L=\\angle K^{\\prime} D L^{\\prime}=$ $\\pi-2 \\angle A$. Hence, we deduce $\\angle K D K^{\\prime}=\\angle K D L-\\angle K^{\\prime} D L=\\angle K^{\\prime} D L^{\\prime}-\\angle K^{\\prime} D L=\\angle L D L^{\\prime}$ Thus we have that $\\triangle K D K^{\\prime} \\equiv \\triangle L D L^{\\prime}$, so we deduce $\\angle D K A=\\angle D K K^{\\prime}=\\angle D L L^{\\prime}=$ $\\pi-\\angle A L D$. This implies that $A K D L$ is concyclic, which is clearly a contradiction since $\\angle K A L+\\angle K D L=\\pi-\\angle B A C$.", "metadata": {"resource_path": "EGMO/segmented/en-2023-solutions.jsonl", "problem_match": "\nProblem 2.", "solution_match": "\nSolution 6. "}} {"year": "2023", "tier": "T2", "problem_label": "2", "problem_type": null, "exam": "EGMO", "problem": "We are given an acute triangle $A B C$. Let $D$ be the point on its circumcircle such that $A D$ is a diameter. Suppose that points $K$ and $L$ lie on segments $A B$ and $A C$, respectively, and that $D K$ and $D L$ are tangent to circle $A K L$.\n\nShow that line $K L$ passes through the orthocentre of $A B C$.\nThe altitudes of a triangle meet at its orthocentre.\n![](https://cdn.mathpix.com/cropped/2024_11_22_74eb2a655f84df2c567ag-07.jpg?height=1075&width=992&top_left_y=702&top_left_x=532)\n\nFigure 1: Diagram to solution 1", "solution": "We will use the usual complex number notation, where we will use a capital letter (like $Z$ ) to denote the point associated to a complex number (like z). Consider $\\triangle A K L$ on the unit circle. So, we have $a \\cdot \\bar{a}=k \\cdot \\bar{k}=l \\cdot \\bar{l}=1 \\quad$ As point $D$ is the intersection of the tangents to the unit circle at $K$ and $L$, we have that\n\n$$\nd=\\frac{2 k l}{k+l} \\text { and } \\bar{d}=\\frac{2}{k+l}\n$$\n\nDefining $B$ as the foot of the perpendicular from $D$ on the line $A K$, and $C$ as the foot of the perpendicular from $D$ on the line $A L$, we have the formulas:\n\n$$\nb=\\frac{1}{2}\\left(d+\\frac{(a-k) \\bar{d}+\\bar{a} k-a \\bar{k}}{\\bar{a}-\\bar{k}}\\right)\n$$\n\n$$\nc=\\frac{1}{2}\\left(d+\\frac{(a-l) \\bar{d}+\\bar{a} l-a \\bar{l}}{\\bar{a}-\\bar{l}}\\right)\n$$\n\nSimplyfing these formulas, we get:\n\n$$\n\\begin{gathered}\nb=\\frac{1}{2}\\left(d+\\frac{(a-k) \\frac{2}{k+l}+\\frac{k}{a}-\\frac{a}{k}}{\\frac{1}{a}-\\frac{1}{k}}\\right)=\\frac{1}{2}\\left(d+\\frac{\\frac{2(a-k)}{k+l}+\\frac{k^{2}-a^{2}}{a k}}{\\frac{k-a}{a k}}\\right) \\\\\nb=\\frac{1}{2}\\left(\\frac{2 k l}{k+l}-\\frac{2 a k}{k+l}+(a+k)\\right)=\\frac{k(l-a)}{k+l}+\\frac{1}{2}(k+a) \\\\\nc=\\frac{1}{2}\\left(d+\\frac{(a-l) \\frac{2}{k+l}+\\frac{l}{a}-\\frac{a}{l}}{\\frac{1}{a}-\\frac{1}{l}}\\right)=\\frac{1}{2}\\left(d+\\frac{\\frac{2(a-l)}{k+l}+\\frac{l^{2}-a^{2}}{a l}}{\\frac{l-a}{a l}}\\right) \\\\\nc=\\frac{1}{2}\\left(\\frac{2 k l}{k+l}-\\frac{2 a l}{k+l}+(a+l)\\right)=\\frac{l(k-a)}{k+l}+\\frac{1}{2}(l+a)\n\\end{gathered}\n$$\n\nLet $O$ be the the circumcenter of triangle $\\triangle A B C$. As $A D$ is the diameter of this circle, we have that:\n\n$$\no=\\frac{a+d}{2}\n$$\n\nDefining $H$ as the orthocentre of the $\\triangle A B C$, we get that:\n\n$$\n\\begin{gathered}\nh=a+b+c-2 \\cdot o=a+\\left(\\frac{k(l-a)}{k+l}+\\frac{1}{2}(k+a)\\right)+\\left(\\frac{l(k-a)}{k+l}+\\frac{1}{2}(l+a)\\right)-(a+d) \\\\\nh=a+\\frac{2 k l}{k+l}-\\frac{a(k+l)}{k+l}+\\frac{1}{2} k++\\frac{1}{2} l++a-\\left(a+\\frac{2 k l}{k+l}\\right) \\\\\nh=\\frac{1}{2}(k+l)\n\\end{gathered}\n$$\n\nHence, we conclude that $H$ is the midpoint of $K L$, so $H, K, L$ are collinear.", "metadata": {"resource_path": "EGMO/segmented/en-2023-solutions.jsonl", "problem_match": "\nProblem 2.", "solution_match": "\nSolution 7. "}} {"year": "2023", "tier": "T2", "problem_label": "2", "problem_type": null, "exam": "EGMO", "problem": "We are given an acute triangle $A B C$. Let $D$ be the point on its circumcircle such that $A D$ is a diameter. Suppose that points $K$ and $L$ lie on segments $A B$ and $A C$, respectively, and that $D K$ and $D L$ are tangent to circle $A K L$.\n\nShow that line $K L$ passes through the orthocentre of $A B C$.\nThe altitudes of a triangle meet at its orthocentre.\n![](https://cdn.mathpix.com/cropped/2024_11_22_74eb2a655f84df2c567ag-07.jpg?height=1075&width=992&top_left_y=702&top_left_x=532)\n\nFigure 1: Diagram to solution 1", "solution": "Let us employ the barycentric coordinates. Set $A(1,0,0), K(0,1,0), L(0,0,1)$.\nThe tangent at $K$ of $(A K L)$ is $a^{2} z+c^{2} x=0$, and the tangent of of $L$ at $(A K L)$ is $a^{2} y+b^{2} x=0$. Their intersection is\n\n$$\nD\\left(-a^{2}: b^{2}: c^{2}\\right)\n$$\n\nSince $B \\in A K$, we can let $B(1-t, t, 0)$. Solving for $\\overrightarrow{A B} \\cdot \\overrightarrow{B D}=0$ gives\n\n$$\nt=\\frac{3 b^{2}+c^{2}-a^{2}}{2\\left(b^{2}+c^{2}-a^{2}\\right)} \\Longrightarrow B=\\left(\\frac{-a^{2}-b^{2}+c^{2}}{2\\left(b^{2}+c^{2}-a^{2}\\right)}, \\frac{-a^{2}+3 b^{2}+c^{2}}{2\\left(b^{2}+c^{2}-a^{2}\\right)}, 0\\right)\n$$\n\nLikewise, $C$ has the coordinate\n\n$$\nC=\\left(\\frac{-a^{2}+b^{2}-c^{2}}{2\\left(b^{2}+c^{2}-a^{2}\\right)}, 0, \\frac{-a^{2}+b^{2}+3 c^{2}}{2\\left(b^{2}+c^{2}-a^{2}\\right)}\\right) .\n$$\n\nThe altitude from $B$ for triangle $A B C$ is\n\n$$\n-b^{2}\\left(x-z-\\frac{-a^{2}-b^{2}+c^{2}}{2\\left(b^{2}+c^{2}-a^{2}\\right)}\\right)+\\left(c^{2}-a^{2}\\right)\\left(y-\\frac{-a^{2}+3 b^{2}+c^{2}}{2\\left(b^{2}+c^{2}-a^{2}\\right)}\\right)=0\n$$\n\nAlso the altitude from $C$ for triangle $A B C$ is\n\n$$\n-c^{2}\\left(x-y-\\frac{-a^{2}+b^{2}-c^{2}}{2\\left(b^{2}+c^{2}-a^{2}\\right)}\\right)+\\left(a^{2}-b^{2}\\right)\\left(z-\\frac{-a^{2}+b^{2}+3 c^{2}}{2\\left(b^{2}+c^{2}-a^{2}\\right)}\\right)=0\n$$\n\nThe intersection of these two altitudes, which is the orthocenter of triangle $A B C$, has the barycentric coordinate\n\n$$\nH=(0,1 / 2,1 / 2)\n$$\n\nwhich is the midpoint of the segment $K L$.", "metadata": {"resource_path": "EGMO/segmented/en-2023-solutions.jsonl", "problem_match": "\nProblem 2.", "solution_match": "\nSolution 8. "}} {"year": "2023", "tier": "T2", "problem_label": "3", "problem_type": null, "exam": "EGMO", "problem": "Let $k$ be a positive integer. Lexi has a dictionary $\\mathcal{D}$ consisting of some $k$-letter strings containing only the letters $A$ and $B$. Lexi would like to write either the letter $A$ or the letter $B$ in each cell of a $k \\times k$ grid so that each column contains a string from $\\mathcal{D}$ when read from top-to-bottom and each row contains a string from $\\mathcal{D}$ when read from left-to-right.\n\nWhat is the smallest integer $m$ such that if $\\mathcal{D}$ contains at least $m$ different strings, then Lexi can fill her grid in this manner, no matter what strings are in $\\mathcal{D}$ ?", "solution": "We claim the minimum value of $m$ is $2^{k-1}$.\nFirstly, we provide a set $\\mathcal{S}$ of size $2^{k-1}-1$ for which Lexi cannot fill her grid. Consider the set of all length- $k$ strings containing only $A$ s and $B$ shich end with a $B$, and remove the string consisting of $k B$ s. Clearly there are 2 independent choices for each of the first $k-1$ letters and 1 for the last letter, and since exactly one string is excluded, there must be exactly $2^{k-1}-1$ strings in this set.\n\nSuppose Lexi tries to fill her grid. For each row to have a valid string, it must end in a $B$. But then the right column would necessarily contain $k B \\mathrm{~s}$, and not be in our set. Thus, Lexi cannot fill her grid with our set, and we must have $m \\geqslant 2^{k-1}$.\nNow, consider any set $\\mathcal{S}$ with at least $2^{k-1}$ strings. Clearly, if $\\mathcal{S}$ contained either the uniform string with $k A$ s or the string with $k B \\mathrm{~s}$, then Lexi could fill her grid with all of the relevant letters and each row and column would contain that string.\nConsider the case where $\\mathcal{S}$ contains neither of those strings. Among all $2^{k}$ possible length$k$ strings with $A \\mathrm{~s}$ and $B \\mathrm{~s}$, each has a complement which corresponds to the string with $B$ s in every position where first string had $A$ s and vice-versa. Clearly, the string with all $A$ s is paired with the string with all $B$ s. We may assume that we do not take the two uniform strings and thus applying the pigeonhole principle to the remaining set of strings, we must have two strings which are complementary.\nLet this pair of strings be $\\ell, \\ell^{\\prime} \\in \\mathcal{S}$ in some order. Define the set of indices $\\mathcal{J}$ corresponding to the $A$ s in $\\ell$ and thus the $B \\mathrm{~s}$ in $\\ell^{\\prime}$, and all other indices (not in $\\mathcal{J}$ ) correspond to $B \\mathrm{~s}$ in $\\ell$ (and thus $A$ s in $\\ell^{\\prime}$ ). Then, we claim that Lexi puts an $A$ in the cell in row $r$, column $c$ if $r, c \\in \\mathcal{J}$ or $r, c \\notin \\mathcal{J}$, and a $B$ otherwise, each row and column contains a string in $\\mathcal{S}$.\nWe illustrate this with a simple example: If $k=6$ and we have that $A A A B A B$ and $B B B A B A$ are both in the dictionary, then Lexi could fill the table as follows:\n\n| A | A | A | B | A | B |\n| :---: | :---: | :---: | :---: | :---: | :---: |\n| A | A | A | B | A | B |\n| A | A | A | B | A | B |\n| B | B | B | A | B | A |\n| A | A | A | B | A | B |\n| B | B | B | A | B | A |\n\nSuppose we are looking at row $i$ or column $i$ for $i \\in \\mathcal{J}$. Then by construction the string in this row/column contains $A$ s at indices $k$ with $k \\in \\mathcal{J}$ and $B$ s elsewhere, and thus is precisely $\\ell$. Suppose instead we are looking at row $i$ or column $i$ for $i \\notin \\mathcal{J}$. Then again\nby construction the string in this row/column contains $A$ s at indices $k$ with $k \\notin \\mathcal{J}$ and $B$ s elsewhere, and thus is precisely $\\ell^{\\prime}$. So each row and column indeed contains a string in $\\mathcal{S}$.\n\nThus, for any $\\mathcal{S}$ with $|\\mathcal{S}| \\geqslant 2^{k-1}$, Lexi can definitely fill the grid appropriately. Since we know $m \\geqslant 2^{k-1}$, $2^{k-1}$ is the minimum possible value of $m$ as claimed.", "metadata": {"resource_path": "EGMO/segmented/en-2023-solutions.jsonl", "problem_match": "\nProblem 3.", "solution_match": "\nSolution."}} {"year": "2023", "tier": "T2", "problem_label": "4", "problem_type": null, "exam": "EGMO", "problem": "Turbo the snail sits on a point on a circle with circumference 1. Given an infinite sequence of positive real numbers $c_{1}, c_{2}, c_{3}, \\ldots$, Turbo successively crawls distances $c_{1}, c_{2}, c_{3}, \\ldots$ around the circle, each time choosing to crawl either clockwise or counterclockwise.\nFor example, if the sequence $c_{1}, c_{2}, c_{3}, \\ldots$ is $0.4,0.6,0.3, \\ldots$, then Turbo may start crawling as follows:\n![](https://cdn.mathpix.com/cropped/2024_11_22_74eb2a655f84df2c567ag-16.jpg?height=312&width=1112&top_left_y=595&top_left_x=468)\n\nDetermine the largest constant $C>0$ with the following property: for every sequence of positive real numbers $c_{1}, c_{2}, c_{3}, \\ldots$ with $c_{i}\\frac{1}{2}$, we write $C=\\frac{1}{2}+a$ with $a>0$, and we choose the sequence\n\n$$\n\\frac{1}{2}, \\quad \\frac{1+a}{2}, \\quad \\frac{1}{2}, \\quad \\frac{1+a}{2}, \\quad \\frac{1}{2}, \\quad \\ldots\n$$\n\nIn other words, $c_{i}=\\frac{1}{2}$ if $i$ is odd and $c_{i}=\\frac{1+a}{2}1$ for all $i$. Therefore, we are left with the case that Turbo alternates crawling clockwise and crawling counterclockwise. If it, without loss of generality, starts by going clockwise, then it will always crawl a distance $\\frac{1}{2}$ clockwise followed by a distance $\\frac{1+a}{2}$ counterclockwise. The net effect is that it crawls a distance $\\frac{a}{2}$ counterclockwise. Because $\\frac{a}{2}$ is positive, there exists a positive integer $N$ such that $\\frac{a}{2} \\cdot N>1$. After $2 N$ crawls, Turbo will have crawled a distance $\\frac{a}{2}$ counterclockwise $N$ times, therefore having covered a total distance of $\\frac{a}{2} \\cdot N>1$, meaning that it must have crawled over all points on the circle.\n\nNote: Every sequence of the form $c_{i}=x$ if $i$ is odd, and $c_{i}=y$ if $i$ is even, where $00$ with the following property: for every sequence of positive real numbers $c_{1}, c_{2}, c_{3}, \\ldots$ with $c_{i}0$ and let $[-1+\\varepsilon, 1-\\varepsilon]$ be a minimal interval, that Chet cannot be forced out of. Then we can force Chet arbitrarily close to $\\pm(1-\\varepsilon)$. In partiular, we can force Chet out of $\\left[-1+\\frac{4}{3} \\varepsilon, 1-\\frac{4}{3} \\varepsilon\\right]$ by minimality of $M$. This means that there exists a sequence $d_{1}, d_{2}, \\ldots$ for which Chet has to leave $\\left[-1+\\frac{4}{3} \\varepsilon, 1-\\frac{4}{3} \\varepsilon\\right]$, which means he ends up either in the interval $\\left[-1+\\varepsilon,-1+\\frac{4}{3} \\varepsilon\\right)$ or in the interval $\\left(1-\\frac{4}{3} \\varepsilon, 1-\\varepsilon\\right]$.\n\nNow consider the sequence,\n\n$$\nd_{1}, \\quad 1-\\frac{7}{6} \\varepsilon, \\quad 1-\\frac{2}{3} \\varepsilon, \\quad 1-\\frac{2}{3} \\varepsilon, 1-\\frac{7}{6} \\varepsilon, \\quad d_{2}, 1-\\frac{7}{6} \\varepsilon, 1-\\frac{2}{3} \\varepsilon, 1-\\frac{2}{3} \\varepsilon, 1-\\frac{7}{6} \\varepsilon, d_{3}, \\ldots\n$$\n\nobtained by adding the sequence $1-\\frac{7}{6} \\varepsilon, \\quad 1-\\frac{2}{3} \\varepsilon, \\quad 1-\\frac{2}{3} \\varepsilon, \\quad 1-\\frac{7}{6} \\varepsilon$ in between every two steps. We claim that this sequence forces Chet to leave the larger interval $[-1+\\varepsilon, 1-\\varepsilon]$. Indeed no two consecutive elements in the sequence $1-\\frac{7}{6} \\varepsilon, \\quad 1-\\frac{2}{3} \\varepsilon, \\quad 1-\\frac{2}{3} \\varepsilon, \\quad 1-\\frac{7}{6} \\varepsilon$ can\nhave the same sign, because the sum of any two consecutive terms is larger than $2-2 \\varepsilon$ and Chet would leave the interval $[-1+\\varepsilon, 1-\\varepsilon]$. It follows that the $\\left(1-\\frac{7}{6} \\varepsilon\\right.$ )'s and the ( $1-\\frac{2}{3} \\varepsilon$ )'s cancel out, so the position after $d_{k}$ is the same as before $d_{k+1}$. Hence, the positions after each $d_{k}$ remain the same as in the original sequence. Thus, Chet is also forced to the boundary in the new sequence.\nIf Chet is outside the interval $\\left[-1+\\frac{4}{3} \\varepsilon, 1-\\frac{4}{3} \\varepsilon\\right]$, then Chet has to move $1-\\frac{7}{6} \\varepsilon$ towards 0 , and ends in $\\left[-\\frac{1}{6} \\varepsilon, \\frac{1}{6} \\varepsilon\\right]$. Chet then has to move by $1-\\frac{2}{3} \\varepsilon$, which means that he has to leave the interval $[-1+\\varepsilon, 1-\\varepsilon]$. Indeed the absolute value of the final position is at least $1-\\frac{5}{6} \\varepsilon$. This contradicts the assumption, that we cannot force Chet out of $[-1+\\varepsilon, 1-\\varepsilon]$. Hence $M \\geqslant 2$ as needed.", "metadata": {"resource_path": "EGMO/segmented/en-2023-solutions.jsonl", "problem_match": "\nProblem 4.", "solution_match": "\nSolution 2. "}} {"year": "2023", "tier": "T2", "problem_label": "5", "problem_type": null, "exam": "EGMO", "problem": "We are given a positive integer $s \\geqslant 2$. For each positive integer $k$, we define its twist $k^{\\prime}$ as follows: write $k$ as $a s+b$, where $a, b$ are non-negative integers and $bs^{2}$. Since the reminder when a power of $s$ is divided by $s^{2}-1$ is either 1 or $s$, there exists a positive integer $m$ such that $s^{m}-n$ is non-negative and divisible by $s^{2}-1$. By our assumption $m \\geqslant 3$. We also take the smallest such $m$, so that $n>s^{m-2}$. The quotient $\\frac{s^{m}-n}{s^{2}-1}$ is therefore smaller than $s^{m-2}$, so there exist $b_{1}, \\ldots, b_{m-2} \\in\\{0,1, \\ldots, s-1\\}$ such that $\\frac{s^{m}-n}{s^{2}-1}=\\sum_{i=1}^{m-2} b_{i} s^{i-1}$. It follows that\n\n$$\nn=s^{m}-\\sum_{i=1}^{m-2} b_{i}\\left(s^{i+1}-s^{i-1}\\right) .\n$$\n\nWe now show that\n\n$$\nd_{j}=s^{m+1-j}-\\sum_{i=1}^{m-1-j} b_{i}\\left(s^{i+1}-s^{i-1}\\right)\n$$\n\nfor $j=1,2, \\ldots, m-2$ by induction on $j$. For $j=1$ this follows from $d_{1}=n$. Assume now that (10) holds for some $j|A B|$. Let $S_{a}$ be the midpoint of the arc $B C$ which does not contain $A$. Then $N_{a} S_{a}$ is a diameter, so $\\angle S_{a} B N_{a}=\\frac{\\pi}{2}=\\angle O S_{c} T$. We also compute $\\angle B N_{a} S_{a}=\\angle B A S_{a}=\\frac{1}{2} \\angle B A C=\\frac{1}{2} \\angle S_{c} T S_{b}=\\angle S_{c} T O$. It follows that the triangles $T S_{c} O$ and $N_{a} B S_{a}$ are similar. In particular,\n\n$$\n\\frac{\\left|N_{a} B\\right|}{\\left|T S_{c}\\right|}=\\frac{\\left|S_{a} B\\right|}{\\left|O S_{c}\\right|}\n$$\n\nNext we compute\n\n$$\n\\angle I S_{a} B=\\angle N_{a} S_{a} B-\\angle N_{a} S_{a} I=\\angle T O S_{c}-\\frac{1}{2} \\angle N_{a} O A=\\angle T O S_{c}-\\angle T O A=\\angle A O S_{c}\n$$\n\nand\n$\\angle I B N_{a}=\\angle C B N_{a}-\\angle C B I=\\frac{1}{2}\\left(\\pi-\\angle B N_{a} C\\right)-\\frac{1}{2} \\angle C B A=\\frac{1}{2} \\angle A C B=\\angle A C S_{c}=\\angle A S_{c} T$,\nhence\n\n$$\n\\angle S_{a} B I=\\frac{\\pi}{2}-\\angle I B N_{a}=\\frac{\\pi}{2}-\\angle A S_{c} T=\\angle O S_{c} A\n$$\n\nTogether with (13) it follows that the triangles $I B S_{a}$ and $A S_{c} O$ are similar, so $\\frac{\\left|S_{a} B\\right|}{\\left|O S_{c}\\right|}=$ $\\frac{|I B|}{\\left|A S_{c}\\right|}$, and (12) implies $\\frac{\\left|N_{a} B\\right|}{\\left|T S_{c}\\right|}=\\frac{|I B|}{\\left|A S_{c}\\right|}$. Consequently, by (14) the triangles $T S_{c} A$ and $N_{a} B I$ are similar and therefore $\\angle S_{c} T A=\\angle B N_{a} I$. Now let $Q$ be the second intersection of $N_{a} I$ with $\\Omega$. Then $\\angle B N_{a} I=\\angle B N_{a} Q=\\angle B A Q$, so $\\angle S_{c} T A=\\angle B A Q$. Since $A B$ is parallel to $T S_{c}$, we get $A Q \\| T A$, i.e. $A, T, Q$ are collinear.\nRemark. After proving similarity of triangles $T S_{c} O$ and $N_{a} B S_{a}$ one can use spiral symmetry to show similarity of triangles $T S_{c} A$ and $N_{a} B I$.", "metadata": {"resource_path": "EGMO/segmented/en-2023-solutions.jsonl", "problem_match": "\nProblem 6.", "solution_match": "\nSolution 4. "}} {"year": "2023", "tier": "T2", "problem_label": "6", "problem_type": null, "exam": "EGMO", "problem": "Let $A B C$ be a triangle with circumcircle $\\Omega$. Let $S_{b}$ and $S_{c}$ respectively denote the midpoints of the arcs $A C$ and $A B$ that do not contain the third vertex. Let $N_{a}$ denote the midpoint of arc $B A C$ (the arc $B C$ containing $A$ ). Let $I$ be the incentre of $A B C$. Let $\\omega_{b}$ be the circle that is tangent to $A B$ and internally tangent to $\\Omega$ at $S_{b}$, and let $\\omega_{c}$ be the circle that is tangent to $A C$ and internally tangent to $\\Omega$ at $S_{c}$. Show that the line $I N_{a}$, and the line through the intersections of $\\omega_{b}$ and $\\omega_{c}$, meet on $\\Omega$.\n\nThe incentre of a triangle is the centre of its incircle, the circle inside the triangle that is tangent to all three sides.\n![](https://cdn.mathpix.com/cropped/2024_11_22_74eb2a655f84df2c567ag-23.jpg?height=1001&width=1114&top_left_y=796&top_left_x=471)\n\nFigure 6: Diagram to Solution 1", "solution": "Part I: First we show that $A$ lies on the radical axis between $\\omega_{b}$ and $\\omega_{c}$.\nLet $T$ be the radical center of the circumcircle, $\\omega_{b}$ and $\\omega_{c}$; then $T S_{b}$ and $T S_{c}$ are common tangents of the circles, as shown in Figure 5a. Moreover, let $P_{b}=A B \\cap S_{b} S_{c}$ and $P_{c}=$ $A C \\cap S_{b} S_{c}$. The triangle $T S_{c} S_{b}$ is isosceles: $A B \\| T S_{c}$ and $A C \\| T S_{b}$ so\n\n$$\n\\angle A P_{b} P_{c}=\\angle T S_{c} S_{b}=\\angle S_{c} S_{b} T=\\angle P_{b} P_{c} A\n$$\n\nFrom these angles we can see that $\\omega_{b}$ passes through $P_{b}, \\omega_{c}$ passes through $P_{c}$, and finally $A P_{b}$ and $A P_{c}$ are equal tangents to $\\omega_{b}$ and $\\omega_{c}$, so $A$ lies on the radical axis.\n![](https://cdn.mathpix.com/cropped/2024_11_22_74eb2a655f84df2c567ag-27.jpg?height=983&width=689&top_left_y=1593&top_left_x=341)\n\nFigure 5a\n![](https://cdn.mathpix.com/cropped/2024_11_22_74eb2a655f84df2c567ag-27.jpg?height=977&width=666&top_left_y=1593&top_left_x=1043)\n\nFigure 5b\n\nPart II. Let the radical axis $T A$ meet the circumcircle again at $X$, let $S_{a}$ be the midpoint of the arc $B C$ opposite to $A$, and let $X I$ meet the circumcirlce again at $N$. (See Figure 2.) For solving the problem, we have prove that $N_{a}=N$.\n\nThe triples of points $A, I, S_{a} ; B, I, S_{b}$ and $C, I, S_{c}$ are collinear because they lie on the angle bisectors of the triangle $A B C$.\n\nNotice that the quadrilateral $A S_{c} X S_{b}$ is harmonic, because the tangents at $S_{b}$ and $S_{c}$, and the line $A X$ are concurrent at $T$. This quadrilateral can be projected (or inverted) to the quadrilateral $S_{a} C N B$ through $I$. So, $S_{a} C N B$ also is a harmonic quadrilateral. Due to $S_{a} B=S_{a} C$, this implies $N B=N C$, so $N=N_{a}$. Done.\n\nRemark. Instead of mentioning inversion and harmonic quadrilaterals, from the similar triangles $\\triangle T S_{c} A \\sim \\triangle T X S_{c}$ and $\\triangle T A S_{b} \\sim \\triangle T S_{b} X$ we can get\n\n$$\n\\frac{A S_{c}}{S_{c} X}=\\frac{A S_{b}}{S_{b} X}\n$$\n\nThen, we can apply the trigonometric form of Ceva's theorem to triangle $B C X$\n\n$$\n\\frac{\\sin \\angle B X N_{a}}{\\sin \\angle N_{a} X C} \\cdot \\frac{\\sin \\angle C B S_{b}}{\\sin \\angle S_{b} B X} \\cdot \\frac{\\sin \\angle X C S_{c}}{\\sin \\angle S_{c} C B}=\\frac{B N_{a}}{N_{a} C} \\cdot \\frac{-C S_{b}}{S_{b} X} \\cdot \\frac{X S_{c}}{-S_{c} B}=1 \\cdot \\frac{S_{b} A}{S_{b} N_{a}} \\cdot \\frac{N_{a} S_{c}}{S_{c} B}=1,\n$$\n\nso the Cevians $B S_{b}, C S_{c}$ and $X N_{a}$ are concurrent.", "metadata": {"resource_path": "EGMO/segmented/en-2023-solutions.jsonl", "problem_match": "\nProblem 6.", "solution_match": "\nSolution 5. "}} {"year": "2023", "tier": "T2", "problem_label": "6", "problem_type": null, "exam": "EGMO", "problem": "Let $A B C$ be a triangle with circumcircle $\\Omega$. Let $S_{b}$ and $S_{c}$ respectively denote the midpoints of the arcs $A C$ and $A B$ that do not contain the third vertex. Let $N_{a}$ denote the midpoint of arc $B A C$ (the arc $B C$ containing $A$ ). Let $I$ be the incentre of $A B C$. Let $\\omega_{b}$ be the circle that is tangent to $A B$ and internally tangent to $\\Omega$ at $S_{b}$, and let $\\omega_{c}$ be the circle that is tangent to $A C$ and internally tangent to $\\Omega$ at $S_{c}$. Show that the line $I N_{a}$, and the line through the intersections of $\\omega_{b}$ and $\\omega_{c}$, meet on $\\Omega$.\n\nThe incentre of a triangle is the centre of its incircle, the circle inside the triangle that is tangent to all three sides.\n![](https://cdn.mathpix.com/cropped/2024_11_22_74eb2a655f84df2c567ag-23.jpg?height=1001&width=1114&top_left_y=796&top_left_x=471)\n\nFigure 6: Diagram to Solution 1", "solution": "Part I: First let's show that this is equivalent to proving that $T A$ and $N_{a} I$ intersect in $\\Omega$.\n\nLemma: Let's recall that if we have two circles $\\omega_{1}$ and $\\omega_{2}$ which are internally tangent at point $X$ and if we have a line $A B$ tangent to $\\omega_{2}$ at $Y$. Let $M$ be the midpoint of the arc $A B$ not containing $Z$. We have that $Z, Y, M$ are collinear.\n![](https://cdn.mathpix.com/cropped/2024_11_22_74eb2a655f84df2c567ag-28.jpg?height=478&width=501&top_left_y=1783&top_left_x=772)", "metadata": {"resource_path": "EGMO/segmented/en-2023-solutions.jsonl", "problem_match": "\nProblem 6.", "solution_match": "\nSolution 6. "}} {"year": "2023", "tier": "T2", "problem_label": "6", "problem_type": null, "exam": "EGMO", "problem": "Let $A B C$ be a triangle with circumcircle $\\Omega$. Let $S_{b}$ and $S_{c}$ respectively denote the midpoints of the arcs $A C$ and $A B$ that do not contain the third vertex. Let $N_{a}$ denote the midpoint of arc $B A C$ (the arc $B C$ containing $A$ ). Let $I$ be the incentre of $A B C$. Let $\\omega_{b}$ be the circle that is tangent to $A B$ and internally tangent to $\\Omega$ at $S_{b}$, and let $\\omega_{c}$ be the circle that is tangent to $A C$ and internally tangent to $\\Omega$ at $S_{c}$. Show that the line $I N_{a}$, and the line through the intersections of $\\omega_{b}$ and $\\omega_{c}$, meet on $\\Omega$.\n\nThe incentre of a triangle is the centre of its incircle, the circle inside the triangle that is tangent to all three sides.\n![](https://cdn.mathpix.com/cropped/2024_11_22_74eb2a655f84df2c567ag-23.jpg?height=1001&width=1114&top_left_y=796&top_left_x=471)\n\nFigure 6: Diagram to Solution 1", "solution": "Lemma\nLet $P_{b}=A B \\cap \\omega_{b}$ and $P_{c}=A C \\cap \\omega_{c}$. We can notice by the lemma that $S_{b}, P_{b}$ and $S_{c}$ are collinear, and similarly $S_{c}, P_{c}$ and $S_{b}$ are also collinear. Therefore $S_{c}, P_{b}, P_{c}$, and $S_{b}$ are collinear, and since $\\angle A P_{b} P_{c}=\\frac{\\angle A B C}{2}+\\frac{\\angle A C B}{2}=\\angle A P_{c} P_{b}$ then $A P_{b}=A P_{c}$ so $A$ is on the radical axis of $\\omega_{b}$ and $\\omega_{c}$. Let $T$ be the intersection of the tangent lines of $\\Omega$ through $S_{c}$ and $S_{b}$. Since $T S_{c}=T S_{b}$ then $A T$ is the radical axis between $\\omega_{b}$ and $\\omega_{c}$.\n\nPart II: $T A$ and $N_{a} I$ intersect in $\\Omega$.\n\nLet $\\omega_{a}$ the $A$-mixtilinear incircle (that is, the circle internally tangent to $\\Omega$, and tangent to both $A B$ and $A C$ ), and let $X=\\Omega \\cap \\omega_{a}$. It is known that $N_{a}, I, X$ are collinear.\n\nLet $M_{c}$ and $M_{b}$ be the tangent points of $\\omega_{A}$ to $A B$ and $A C$ respectively, then by the lemma $X, M_{c}, S_{c}$ are collinear and $X, M_{b}, S_{b}$ are collinear. We can see that $S_{c} T S_{b}$ and $M_{c} A M_{b}$ are homothetic with respect to $X$; therefore $T$ and $A$ are homothetic with respect to $X$, impying that $T, A, X$ are collinear.\n![](https://cdn.mathpix.com/cropped/2024_11_22_74eb2a655f84df2c567ag-29.jpg?height=1309&width=1014&top_left_y=633&top_left_x=521)\n\nFigure 10: Diagram to Solution 6", "metadata": {"resource_path": "EGMO/segmented/en-2023-solutions.jsonl", "problem_match": "\nProblem 6.", "solution_match": "\nSolution 6: "}}