Difference between revisions of "2025 AIME I Problems/Problem 2"
(Created page with "jopok is 2=2") |
m (→Solution 1) |
||
(23 intermediate revisions by 14 users not shown) | |||
Line 1: | Line 1: | ||
− | + | ==Problem== | |
+ | On <math>\triangle ABC</math> points <math>A</math>, <math>D</math>, <math>E</math>, and <math>B</math> lie in that order on side <math>\overline{AB}</math> with <math>AD = 4</math>, <math>DE = 16</math>, and <math>EB = 8</math>. Points <math>A</math>, <math>F</math>, <math>G</math>, and <math>C</math> lie in that order on side <math>\overline{AC}</math> with <math>AF = 13</math>, <math>FG = 52</math>, and <math>GC = 26</math>. Let <math>M</math> be the reflection of <math>D</math> through <math>F</math>, and let <math>N</math> be the reflection of <math>G</math> through <math>E</math>. Quadrilateral <math>DEGF</math> has area <math>288</math>. Find the area of heptagon <math>AFNBCEM</math>. | ||
+ | |||
+ | <asy> | ||
+ | unitsize(14); | ||
+ | pair A = (0, 9), B = (-6, 0), C = (12, 0), D = (5A + 2B)/7, E = (2A + 5B)/7, F = (5A + 2C)/7, G = (2A + 5C)/7, M = 2F - D, N = 2E - G; | ||
+ | filldraw(A--F--N--B--C--E--M--cycle, lightgray); | ||
+ | draw(A--B--C--cycle); | ||
+ | draw(D--M); | ||
+ | draw(N--G); | ||
+ | dot(A); | ||
+ | dot(B); | ||
+ | dot(C); | ||
+ | dot(D); | ||
+ | dot(E); | ||
+ | dot(F); | ||
+ | dot(G); | ||
+ | dot(M); | ||
+ | dot(N); | ||
+ | label("$A$", A, dir(90)); | ||
+ | label("$B$", B, dir(225)); | ||
+ | label("$C$", C, dir(315)); | ||
+ | label("$D$", D, dir(135)); | ||
+ | label("$E$", E, dir(135)); | ||
+ | label("$F$", F, dir(45)); | ||
+ | label("$G$", G, dir(45)); | ||
+ | label("$M$", M, dir(45)); | ||
+ | label("$N$", N, dir(135)); | ||
+ | </asy> | ||
+ | |||
+ | ==Video solution by [[User:grogg007|grogg007]]== | ||
+ | https://youtu.be/PNBxBvvjbcU?t=80 | ||
+ | |||
+ | ==Solution 1== | ||
+ | Note that the triangles outside <math>\triangle ABC</math> have the same height as the unshaded triangles in <math>\triangle ABC</math>. Since they have the same bases, the area of the heptagon is the same as the area of triangle <math>ABC</math>. Therefore, we need to calculate the area of <math>\triangle ABC</math>. Denote the length of <math>DF</math> as <math>x</math> and the altitude of <math>A</math> to <math>DF</math> as <math>h</math>. Since <math>\triangle ADF \sim \triangle AEG</math>, <math>EG = 5x</math> and the altitude of <math>DFGE</math> is <math>4h</math>. The area <math>[DFGE] = \frac{5x + x}{2} \cdot 4h = 3x \cdot 4h = 12xh = 288 \implies xh = 24</math>. The area of <math>\triangle ABC</math> is equal to <math>\frac{1}{2} 7x \cdot 7h = \frac{1}{2} 49xh = \frac{1}{2} 49 \cdot 24 = \frac{1}{2} 1176 = \boxed{588}</math>. | ||
+ | |||
+ | ~alwaysgonnagiveyouup | ||
+ | |||
+ | ==Solution 2== | ||
+ | Because of reflections, and various triangles having the same bases, we can conclude that <math>|AFNBCEM| = |ABC|</math>. Through the given lengths of <math>4-16-8</math> on the left and <math>13-52-26</math> on the right, we conclude that the lines through <math>\triangle ABC</math> are parallel, and the sides are in a <math>1:4:2</math> ratio. Because these lines are parallel, we can see that <math>ADF,~AEG,~ABC</math>, are similar, and from our earlier ratio, we can give the triangles side ratios of <math>1:5:7</math>, or area ratios of <math>1:25:49</math>. Quadrilateral <math>DEGF</math> corresponds to the <math>|AEG|-|ADF|</math>, which corresponds to the ratio <math>25-1=24</math>. Dividing <math>288</math> by <math>24</math>, we get <math>12</math>, and finally multiplying <math>12 \cdot 49</math> gives us our answer of <math>\boxed{588}</math> | ||
+ | |||
+ | ~shreyan.chethan, cleaned up by cweu001 | ||
+ | |||
+ | ==Solution 3== | ||
+ | By area lemma, we can see that the areas of the shaded areas are equivalent to the areas of the unshaded areas. Thus, we see that the desired area is equivalent to the area of the triangle <math>\triangle ABC</math>. Since <math>AF : FG : GC = 1 : 4 : 2</math>, we have <math>[ADF]:[AEG]:[ABC] = 1:25:49</math>, meaning <math>[ADF]:[DEGF]:[BEGC] = 1:24:24</math>. Thus, since <math>\frac{[DEGF]}{ABC} = \frac{24}{49}</math>, we can calculate <math>[ABC] = 588</math>. | ||
+ | |||
+ | ~cweu001, cleaned up by shreyan.chethan | ||
+ | |||
+ | ==Video Solution 1 by SpreadTheMathLove== | ||
+ | https://www.youtube.com/watch?v=J-0BapU4Yuk | ||
+ | ==Video Solution(Fast! Easy!)== | ||
+ | https://youtu.be/LQyncubz30U | ||
+ | |||
+ | ~MC | ||
+ | |||
+ | ==Video Solution by Mathletes Corner== | ||
+ | |||
+ | https://www.youtube.com/watch?v=fVBk2vOusio&t=3s | ||
+ | |||
+ | ~GP102 | ||
+ | |||
+ | ==Video Solution by yjtest== | ||
+ | |||
+ | https://www.youtube.com/watch?v=avaHHEOQEZs | ||
+ | |||
+ | ==See also== | ||
+ | {{AIME box|year=2025|num-b=1|num-a=3|n=I}} | ||
+ | |||
+ | {{MAA Notice}} |
Latest revision as of 21:51, 16 July 2025
Contents
Problem
On points
,
,
, and
lie in that order on side
with
,
, and
. Points
,
,
, and
lie in that order on side
with
,
, and
. Let
be the reflection of
through
, and let
be the reflection of
through
. Quadrilateral
has area
. Find the area of heptagon
.
Video solution by grogg007
https://youtu.be/PNBxBvvjbcU?t=80
Solution 1
Note that the triangles outside have the same height as the unshaded triangles in
. Since they have the same bases, the area of the heptagon is the same as the area of triangle
. Therefore, we need to calculate the area of
. Denote the length of
as
and the altitude of
to
as
. Since
,
and the altitude of
is
. The area
. The area of
is equal to
.
~alwaysgonnagiveyouup
Solution 2
Because of reflections, and various triangles having the same bases, we can conclude that . Through the given lengths of
on the left and
on the right, we conclude that the lines through
are parallel, and the sides are in a
ratio. Because these lines are parallel, we can see that
, are similar, and from our earlier ratio, we can give the triangles side ratios of
, or area ratios of
. Quadrilateral
corresponds to the
, which corresponds to the ratio
. Dividing
by
, we get
, and finally multiplying
gives us our answer of
~shreyan.chethan, cleaned up by cweu001
Solution 3
By area lemma, we can see that the areas of the shaded areas are equivalent to the areas of the unshaded areas. Thus, we see that the desired area is equivalent to the area of the triangle . Since
, we have
, meaning
. Thus, since
, we can calculate
.
~cweu001, cleaned up by shreyan.chethan
Video Solution 1 by SpreadTheMathLove
https://www.youtube.com/watch?v=J-0BapU4Yuk
Video Solution(Fast! Easy!)
~MC
Video Solution by Mathletes Corner
https://www.youtube.com/watch?v=fVBk2vOusio&t=3s
~GP102
Video Solution by yjtest
https://www.youtube.com/watch?v=avaHHEOQEZs
See also
2025 AIME I (Problems • Answer Key • Resources) | ||
Preceded by Problem 1 |
Followed by Problem 3 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 | ||
All AIME Problems and Solutions |
These problems are copyrighted © by the Mathematical Association of America, as part of the American Mathematics Competitions.