Difference between revisions of "2023 SSMO Accuracy Round Problems/Problem 10"
(Created page with "==Problem== Let <math>\triangle ABC</math> be a triangle such <math>AB = 13</math>, <math>BC = 14</math>, <math>CA = 15</math>. Let the incircle of <math>\triangle ABC</math>...") |
|||
Line 3: | Line 3: | ||
==Solution== | ==Solution== | ||
+ | First, note that <math>AE = AF = 7</math>, <math>BD = BF = 6</math>, <math>CE = CD = 8</math>, and the incenter has radius <math>4</math> with total area <math>84</math>. | ||
+ | |||
+ | Let <math>M_a</math> be the midpoint of <math>BC</math>, and let <math>T_a</math> be the intersection of <math>\ell_b</math> and <math>\ell_c</math>. Note that <math>T_a</math> is the radical center of the circles centered at <math>B</math> and <math>C</math> with radius <math>0</math>, and the incircle, so it lies on the perpendicular bisector of <math>BC</math>. | ||
+ | |||
+ | We can find <math>M_aT_a</math> using the fact that <math>T_a</math> has equal power to <math>B</math> and <math>C</math>: | ||
+ | <cmath>T_aB^2 = T_aC^2 = T_aI^2 - ID^2.</cmath> | ||
+ | |||
+ | Then, | ||
+ | <cmath>M_aT_a^2 + 7^2 = (M_aT_a + 4)^2 + 1^2 - 4^2,</cmath> | ||
+ | which simplifies to <math>M_aT_a = 6</math>. | ||
+ | |||
+ | Similarly, | ||
+ | <cmath>M_bT_b^2 + \left(\frac{15}{2}\right)^2 = (M_bT_b + 4)^2 + \left(\frac{1}{2}\right)^2 - 4^2,</cmath> | ||
+ | so <math>M_bT_b = 7</math>. | ||
+ | |||
+ | Finally, | ||
+ | <cmath>M_cT_c^2 + \left(\frac{13}{2}\right)^2 = (M_cT_c + 4)^2 + \left(\frac{1}{2}\right)^2 - 4^2,</cmath> | ||
+ | giving <math>M_cT_c = \frac{21}{4}</math>. | ||
+ | |||
+ | The total area is | ||
+ | <cmath>84 + \frac{1}{2} \left(6 \cdot 7 + 7 \cdot \frac{15}{2} + \frac{21}{4} \cdot \frac{13}{2} \right) = \frac{2373}{16},</cmath> | ||
+ | so the final answer is | ||
+ | <cmath>2373 + 16 = \boxed{2389}.</cmath> | ||
+ | |||
+ | ~SMO_Team |
Latest revision as of 21:13, 9 September 2025
Problem
Let be a triangle such
,
,
. Let the incircle of
touch
at
,
at
, and
at
. Let
be the line through the midpoints of
and
. Define
and
similarily. Let the area of the star created by the union of
and the triangle bound by
,
, and
be
for relatively prime
and
. Find
.
Solution
First, note that ,
,
, and the incenter has radius
with total area
.
Let be the midpoint of
, and let
be the intersection of
and
. Note that
is the radical center of the circles centered at
and
with radius
, and the incircle, so it lies on the perpendicular bisector of
.
We can find using the fact that
has equal power to
and
:
Then,
which simplifies to
.
Similarly,
so
.
Finally,
giving
.
The total area is
so the final answer is
~SMO_Team