Difference between revisions of "2025 SSMO Accuracy Round Problems/Problem 2"
(→Solution) |
(→Solution) |
||
Line 26: | Line 26: | ||
label("$M$", M+(0.05,0), dir(-90)); | label("$M$", M+(0.05,0), dir(-90)); | ||
label("$P$", P, dir(240)); | label("$P$", P, dir(240)); | ||
+ | label("$\omega$", (0,-0.9)); | ||
</asy> | </asy> | ||
Latest revision as of 11:57, 11 September 2025
Problem
Let be a triangle with circumcircle
. The midpoint of
is
and the line
intersects
again at
. Given
is isosceles, and
the length of
can be written as
where
and
are positive integers such that
and
are relatively prime and
is square-free. Find
.
Solution
To begin, note that and
. This means that
is equilateral. Now, observe that
. Thus,
. Because
is equilateral,
, implying that
is a 30-60-90 triangle.
The circumcenter of a right triangle is the midpoint of its hypotenuse, so is the center of
and
is a radius of
. Therefore, it suffices to find the length of
since
is also a radius of
. By 30-60-90 triangle properties,
, so
. We extract
.
~Sedro