2024 SSMO Team Round Problems/Problem 9

Revision as of 14:38, 10 September 2025 by Pinkpig (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Problem

Let $ABCDEFGH$ be an equiangular octagon such that $AB=6, BC=8, CD=10, DE=12, EF=6, FG=8, GH=10,$ and $AH=12$. The radius of the largest circle that fits inside the octagon can be expressed as $a+b\sqrt{c},$ where \(a,b,\) and \(c\) are integers and \(c\) is squarefree. Find $a+b+c.$

Solution

Note that $AB \parallel EF, BC \parallel FG, CD \parallel GH,$ and $DE \parallel HA.$ Thus, the diameter of the circle is the least distance between any pair of these opposite parallel sides. Note that a side of length $x$ oriented at a $45$-degree angle relative to a pair of opposite parallel sides contributes $\frac{x}{\sqrt2}$ to the distance and a side of length $x$ oriented perpendicularly contributes $x$ to the distance. Obviously, we only have to add up the contributions of one run of three sides; for example for $AB$ and $EF$ we only have to consider sides from $B$ to $E$ or $F$ to $A.$ However, it doesn't matter which run we pick since opposite sides are congruent. Let the distances be $a,b,c,$ and $d$ respectively, with the order given in the first sentence. We have \begin{align*} a &= 10 + \frac{8}{\sqrt2} + \frac{12}{\sqrt2} = 10 + 10\sqrt2, \\ b &= 12 + \frac{10}{\sqrt2} + \frac{6}{\sqrt2} = 12 + 8\sqrt2, \\ c &= 6 + \frac{12}{\sqrt2} + \frac{8}{\sqrt2} = 6 + 10\sqrt2, \text{ and} \\ d &= 8 + \frac{6}{\sqrt2} + \frac{10}{\sqrt2} = 8 + 8\sqrt2. \end{align*} Obviously, $10 + 10\sqrt2 \ge 8+8\sqrt2$ and $12+8\sqrt2 \ge 8+8\sqrt2.$ We also have $6+10\sqrt2 \ge 8+8\sqrt2$ since $\sqrt2 \ge 1.$ So, the least distance between pairs of opposite parallel sides is $8+8\sqrt2$ and the radius of the largest circle that fits inside the octagon is $4+4\sqrt2.$ Thus, the answer is $4+4+2=\boxed{10}.$

~SMO_Team