Difference between revisions of "2025 SSMO Speed Round Problems/Problem 4"
(→Solution) |
m (→Problem) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
==Problem== | ==Problem== | ||
− | In rectangle <math>ABCD,</math> let <math>AB = 8,BC = 15,\omega</math> be the circumcircle of <math>ABCD</math>, <math>\ell</math> be the line through <math>B</math> parallel to <math>AC,</math> and <math>X \neq B</math> be the intersection of <math>\ell</math> and <math>\omega</math>. Suppose the value of <math>BX</math> can be expressed as <math>\ | + | In rectangle <math>ABCD,</math> let <math>AB = 8,BC = 15,\omega</math> be the circumcircle of <math>ABCD</math>, <math>\ell</math> be the line through <math>B</math> parallel to <math>AC,</math> and <math>X \neq B</math> be the intersection of <math>\ell</math> and <math>\omega</math>. Suppose the value of <math>BX</math> can be expressed as <math>\tfrac{m}{n},</math> where <math>m</math> and <math>n</math> are relatively prime positive integers. Find <math>m+n</math>. |
==Solution== | ==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 |
Latest revision as of 15:13, 10 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