Difference between revisions of "2024 AIME I Problems/Problem 5"
(diagram) |
|||
Line 1: | Line 1: | ||
==Problem== | ==Problem== | ||
Rectangles <math>ABCD</math> and <math>EFGH</math> are drawn such that <math>D,E,C,F</math> are collinear. Also, <math>A,D,H,G</math> all lie on a circle. If <math>BC=16</math>,<math>AB=107</math>,<math>FG=17</math>, and <math>EF=184</math>, what is the length of <math>CE</math>? | Rectangles <math>ABCD</math> and <math>EFGH</math> are drawn such that <math>D,E,C,F</math> are collinear. Also, <math>A,D,H,G</math> all lie on a circle. If <math>BC=16</math>,<math>AB=107</math>,<math>FG=17</math>, and <math>EF=184</math>, what is the length of <math>CE</math>? | ||
+ | |||
+ | <asy> | ||
+ | import graph; | ||
+ | unitsize(0.1cm); | ||
+ | |||
+ | pair A = (0,0);pair B = (70,0);pair C = (70,16);pair D = (0,16);pair E = (3,16);pair F = (90,16);pair G = (90,33);pair H = (3,33); | ||
+ | label("$A$", A, SW);label("$B$", B, SE);label("$C$", C, N);label("$D$", D, NW);label("$E$", E, S);label("$F$", F, SE);label("$G$", G, NE);label("$H$", H, NW); | ||
+ | draw(E--D--A--B--C--E--H--G--F--C); | ||
+ | </asy> | ||
==Solution 1 (need help with diagram)== | ==Solution 1 (need help with diagram)== |
Revision as of 18:56, 2 February 2024
Contents
Problem
Rectangles and are drawn such that are collinear. Also, all lie on a circle. If ,,, and , what is the length of ?
Solution 1 (need help with diagram)
Suppose . Extend and until they meet at . From the Power of a Point Theorem, we have . Substituting in these values, we get . Using simple guess and check, we find that so . -alexanderruan
Solution 2
We use simple geometry to solve this problem.
We are given that , , , and are concyclic; call the circle that they all pass through circle with center . We know that, given any chord on a circle, the perpendicular bisector to the chord passes through the center; thus, given two chords, taking the intersection of their perpendicular bisectors gives the center. We therefore consider chords and and take the midpoints of and to be and , respectively.
We could draw the circumcircle, but actually it does not matter for our solution; all that matters is that , where is the circumradius.
By the Pythagorean Theorem, . Also, . We know that , and ; ; ; and finally, . Let . We now know that and . Recall that ; thus, . We solve for :
\begin{align*} (x+92)^2+8^2&=25^2+92^2 \\ (x+92)^2&=625+(100-8)^2-8^2 \\ &=625+10000-1600+64-64 \\ &=9025 \\ x+92&=95 \\ x&=3. \\ \end{align*}
The question asks for , which is .
~Technodoggo
Solution 3
First, draw a line from to . is then a cyclic quadrilateral.
The triangle formed by and and the intersection between lines and is similar to triangle .
Solving similarity ratios gives , so . ~coolruler ~eevee9406
Solution 4
One liner:
~Bluesoul
See also
2024 AIME I (Problems • Answer Key • Resources) | ||
Preceded by Problem 4 |
Followed by Problem 6 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 | ||
All AIME Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.