Difference between revisions of "2024 AIME I Problems/Problem 5"
(→Solution 4) |
|||
(26 intermediate revisions by 13 users not shown) | |||
Line 7: | Line 7: | ||
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); | 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, | + | dot(A^^B^^C^^D^^E^^F^^G^^H); |
+ | label("$A$", A, S);label("$B$", B, S);label("$C$", C, N);label("$D$", D, N);label("$E$", E, S);label("$F$", F, S);label("$G$", G, N);label("$H$", H, N); | ||
draw(E--D--A--B--C--E--H--G--F--C); | draw(E--D--A--B--C--E--H--G--F--C); | ||
</asy> | </asy> | ||
+ | ==Video Solution & More by MegaMath== | ||
+ | https://www.youtube.com/watch?v=A-awfSnHceE | ||
==Solution 1== | ==Solution 1== | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
We use simple geometry to solve this problem. | We use simple geometry to solve this problem. | ||
Line 76: | Line 64: | ||
~Technodoggo | ~Technodoggo | ||
+ | |||
+ | |||
+ | ==Solution 2== | ||
+ | |||
+ | Suppose <math>DE=x</math>. Extend <math>AD</math> and <math>GH</math> until they meet at <math>P</math>. From the [[Power of a Point Theorem]], we have <math>(PH)(PG)=(PD)(PA)</math>. Substituting in these values, we get <math>(x)(x+184)=(17)(33)=561</math>. We can use guess and check to find that <math>x=3</math>, so <math>EC=\boxed{104}</math>. | ||
+ | <asy> | ||
+ | import graph; | ||
+ | unitsize(0.1cm); | ||
+ | |||
+ | pair A = (0,0);pair B = (107,0);pair C = (107,16);pair D = (0,16);pair E = (3,16);pair F = (187,16);pair G = (187,33);pair H = (3,33);pair P = (0,33); | ||
+ | label("$A$", A, SW);label("$B$", B, SE);label("$C$", C, N);label("$D$", D, W);label("$E$", E, S);label("$F$", F, SE);label("$G$", G, NE);label("$H$", H, N);label("$P$", P, NW); | ||
+ | draw(E--D--A--B--C--E--H--G--F--C); | ||
+ | draw(D--P--H, dashed); | ||
+ | |||
+ | /*graph originally by Technodoggo, revised by alexanderruan*/ | ||
+ | </asy> | ||
+ | |||
+ | ~alexanderruan | ||
+ | |||
+ | ~diagram by Technodoggo | ||
==Solution 3== | ==Solution 3== | ||
− | + | We find that <cmath>\angle GAB = 90-\angle DAG = 90 - (180 - \angle GHD) = \angle DHE.</cmath> | |
− | |||
− | |||
− | Solving | + | Let <math>x = DE</math> and <math>T = FG \cap AB</math>. By similar triangles <math>\triangle DHE \sim \triangle GAB</math> we have <math>\frac{DE}{EH} = \frac{GT}{AT}</math>. Substituting lengths we have <math>\frac{x}{17} = \frac{16 + 17}{184 + x}.</math> Solving, we find <math>x = 3</math> and thus <math>CE = 107 - 3 = \boxed{104}.</math> |
− | ~coolruler ~eevee9406 | + | ~AtharvNaphade ~coolruler ~eevee9406 |
==Solution 4== | ==Solution 4== | ||
Line 93: | Line 99: | ||
Let <math>OP</math> intersect <math>DF</math> at <math>T</math> (using the same diagram as Solution 2). | Let <math>OP</math> intersect <math>DF</math> at <math>T</math> (using the same diagram as Solution 2). | ||
− | The formula calculates the distance from <math>O</math> to <math>H</math> (or <math>G</math>), <math>\sqrt{92^2+25^2}</math>, then shifts it to <math>OD</math> and the finds the distance from <math>O</math> to <math>Q</math>, \sqrt{92^2+25^2-8^2}. <math>107</math> minus that gives <math>CT</math>, and when added to <math>92</math>, half of <math>FE=TE</math>, gives <math>CT+TE=CE</math> | + | The formula calculates the distance from <math>O</math> to <math>H</math> (or <math>G</math>), <math>\sqrt{92^2+25^2}</math>, then shifts it to <math>OD</math> and the finds the distance from <math>O</math> to <math>Q</math>, <math>\sqrt{92^2+25^2-8^2}</math>. <math>107</math> minus that gives <math>CT</math>, and when added to <math>92</math>, half of <math>FE=TE</math>, gives <math>CT+TE=CE</math> |
+ | |||
+ | ==Solution 5== | ||
+ | |||
+ | Let <math>\angle{DHE} = \theta.</math> This means that <math>DE = 17\tan{\theta}.</math> Since quadrilateral <math>ADHG</math> is cyclic, <math>\angle{DAG} = 180 - \angle{DHG} = 90 - \theta.</math> | ||
+ | |||
+ | Let <math>X = AG \cap DF.</math> Then, <math>\Delta DXA \sim \Delta FXG,</math> with side ratio <math>16:17.</math> Also, since <math>\angle{DAG} = 90 - \theta, \angle{DXA} = \angle{FXG} = \theta.</math> Using the similar triangles, we have <math>\tan{\theta} = \frac{16}{DX} = \frac{17}{FX}</math> and <math>DX + FX = DE + EF = 17\tan{\theta} + 184.</math> | ||
+ | |||
+ | Since we want <math>CE = CD - DE = 107 - 17\tan{\theta},</math> we only need to solve for <math>\tan{\theta}</math> in this system of equations. Solving yields <math>\tan{\theta} = \frac{3}{17},</math> so <math>CE = \boxed{104.}</math> | ||
+ | |||
+ | ~PureSwag | ||
+ | |||
+ | ==Solution 6== | ||
+ | |||
+ | Using a ruler (also acting as a straight edge), draw the figure to scale with one unit = 1mm. With a compass, draw circles until you get one such that <math>A,D,H,G</math> are on the edge of the drawn circle. From here, measuring with your ruler should give <math>CE = \boxed{104.}</math> | ||
+ | |||
+ | Note: 1 mm is probably the best unit to use here just for convenience (drawing all required parts of the figure fits into a normal-sized scrap paper 8.5 x 11); also all lines can be drawn with a standard 12-inch ruler | ||
+ | |||
+ | ~kipper | ||
+ | |||
+ | ==Video Solution with Circle Properties== | ||
+ | https://youtu.be/1LWwJeFpU9Y | ||
+ | <br>~Veer Mahajan | ||
+ | |||
+ | ==Video Solution 1 by OmegaLearn.org== | ||
+ | https://youtu.be/Ss-u5auH4fE | ||
+ | |||
+ | ==Video Solution 2== | ||
+ | |||
+ | https://youtu.be/R6dkIKuZHsM | ||
+ | |||
+ | ~Steven Chen (Professor Chen Education Palace, www.professorchenedu.com) | ||
+ | |||
+ | ==Fast Video Solution by Do Math or Go Home== | ||
+ | https://www.youtube.com/watch?v=Hz3PGY_a9Hc | ||
==See also== | ==See also== |
Revision as of 16:43, 22 April 2024
Contents
Problem
Rectangles and are drawn such that are collinear. Also, all lie on a circle. If ,,, and , what is the length of ?
Video Solution & More by MegaMath
https://www.youtube.com/watch?v=A-awfSnHceE
Solution 1
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 2
Suppose . Extend and until they meet at . From the Power of a Point Theorem, we have . Substituting in these values, we get . We can use guess and check to find that , so .
~alexanderruan
~diagram by Technodoggo
Solution 3
We find that
Let and . By similar triangles we have . Substituting lengths we have Solving, we find and thus ~AtharvNaphade ~coolruler ~eevee9406
Solution 4
One liner:
~Bluesoul
Explanation
Let intersect at (using the same diagram as Solution 2).
The formula calculates the distance from to (or ), , then shifts it to and the finds the distance from to , . minus that gives , and when added to , half of , gives
Solution 5
Let This means that Since quadrilateral is cyclic,
Let Then, with side ratio Also, since Using the similar triangles, we have and
Since we want we only need to solve for in this system of equations. Solving yields so
~PureSwag
Solution 6
Using a ruler (also acting as a straight edge), draw the figure to scale with one unit = 1mm. With a compass, draw circles until you get one such that are on the edge of the drawn circle. From here, measuring with your ruler should give
Note: 1 mm is probably the best unit to use here just for convenience (drawing all required parts of the figure fits into a normal-sized scrap paper 8.5 x 11); also all lines can be drawn with a standard 12-inch ruler
~kipper
Video Solution with Circle Properties
https://youtu.be/1LWwJeFpU9Y
~Veer Mahajan
Video Solution 1 by OmegaLearn.org
Video Solution 2
~Steven Chen (Professor Chen Education Palace, www.professorchenedu.com)
Fast Video Solution by Do Math or Go Home
https://www.youtube.com/watch?v=Hz3PGY_a9Hc
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.