Difference between revisions of "2025 SSMO Speed Round Problems/Problem 4"
(→Solution) |
m (→Solution) |
||
Line 7: | Line 7: | ||
<asy> | <asy> | ||
import geometry; | import geometry; | ||
− | unitsize( | + | unitsize(2.7cm); |
point B=dir(aSin(0.47)); point C=dir(180-aSin(0.47)); point D=dir(180+aSin(0.47)); point A=dir(-aSin(0.47)); | point B=dir(aSin(0.47)); point C=dir(180-aSin(0.47)); point D=dir(180+aSin(0.47)); point A=dir(-aSin(0.47)); | ||
Line 35: | Line 35: | ||
<cmath>17(17-t) = 128.</cmath> | <cmath>17(17-t) = 128.</cmath> | ||
Solving this equation yields <math>t=\tfrac{161}{17}</math>, and we extract <math>161+17 = \boxed{178}</math>. | Solving this equation yields <math>t=\tfrac{161}{17}</math>, and we extract <math>161+17 = \boxed{178}</math>. | ||
+ | |||
+ | ~Sedro |
Revision as of 16:06, 9 September 2025
Problem
In rectangle let
be the circumcircle of
,
be the line through
parallel to
and
be the intersection of
and
. Suppose the value of
can be expressed as
where
and
are relatively prime positive integers. Find
.
Solution
Extend to intersect
at point
. Note that
and
, so
is a parallelogram. This implies that
and
. Let
. By power of a point on
with respect to
, we have
. We know that
,
,
, and
. Thus,
Solving this equation yields
, and we extract
.
~Sedro