2024 SSMO Team Round Problems/Problem 4

Problem

Let $ABC$ be a right triangle with circumcenter $O$ and incenter $I$ such that $\angle ABC = 90^{\circ}$ and $\frac{AB}{BC} = \frac{3}{4}$. Let $D$ the projection of $O$ onto $AB$, and let $E$ be the projection of $O$ onto $BC$. Denote $\omega_{1}$ be the incenter of $ADO$ and $\omega_{2}$ as the incenter of $OEC$. If $\frac{[\omega_{1}\omega_{2}I]}{[ABC]}=\frac{m}{n},$ for relatively prime positive integers $m$ and $n,$ find $m+n.$

Solution

We will use analytic geometry. WLOG, let $B = (0,0),A = (0,6),C = (8,0).$ without loss of generality due to rigid transformations or dilations. Since the area of $ABC$ is $\frac{1}{2}\cdot8\cdot6 = 24,$ the inradius is $\frac{2\cdot24}{6+8+10} = 2,$ meaning $I = (2,2).$ Since $ABC$ is a right triangle, the $O$ must be the midpoint of $AC.$ So, $D$ and $E$ are the midpoints of $AB$ and $BC,$ respectively. Now, as $ADO$ and $OEC$ are both similar to $ABC,$ we can easily compute $\omega_1 = (1,4)$ and $\omega_2 = (5,1).$ From the shoelace theorem, the area of $\omega_1\omega_2I$ is $\frac{5}{2},$ meaning our answer is \[\frac{\frac{5}{2}}{24} = \frac{5}{48}\implies 5+48 = \boxed{53}.\]

~SMO_Team