Difference between revisions of "2018 AIME II Problems/Problem 9"
Rafa171206 (talk | contribs) (→Problem) |
Rafa171206 (talk | contribs) (→Problem) |
||
Line 2: | Line 2: | ||
==Problem== | ==Problem== | ||
Octagon <math>ABCDEFGH</math> with side lengths <math>AB = CD = EF = GH = 10</math> and <math>BC = DE = FG = HA = 11</math> is formed by removing 6-8-10 triangles from the corners of a <math>23</math> <math>\times</math> <math>27</math> rectangle with side <math>\overline{AH}</math> on a short side of the rectangle, as shown. Let <math>J</math> be the midpoint of <math>\overline{AH}</math>, and partition the octagon into 7 triangles by drawing segments <math>\overline{JB}</math>, <math>\overline{JC}</math>, <math>\overline{JD}</math>, <math>\overline{JE}</math>, <math>\overline{JF}</math>, and <math>\overline{JG}</math>. Find the area of the convex polygon whose vertices are the centroids of these 7 triangles. | Octagon <math>ABCDEFGH</math> with side lengths <math>AB = CD = EF = GH = 10</math> and <math>BC = DE = FG = HA = 11</math> is formed by removing 6-8-10 triangles from the corners of a <math>23</math> <math>\times</math> <math>27</math> rectangle with side <math>\overline{AH}</math> on a short side of the rectangle, as shown. Let <math>J</math> be the midpoint of <math>\overline{AH}</math>, and partition the octagon into 7 triangles by drawing segments <math>\overline{JB}</math>, <math>\overline{JC}</math>, <math>\overline{JD}</math>, <math>\overline{JE}</math>, <math>\overline{JF}</math>, and <math>\overline{JG}</math>. Find the area of the convex polygon whose vertices are the centroids of these 7 triangles. | ||
− | + | ||
+ | <asy> | ||
unitsize(6); | unitsize(6); | ||
pair P = (0, 0), Q = (0, 23), R = (27, 23), SS = (27, 0); | pair P = (0, 0), Q = (0, 23), R = (27, 23), SS = (27, 0); | ||
Line 32: | Line 33: | ||
defaultpen(fontsize(10pt)); | defaultpen(fontsize(10pt)); | ||
real r = 1.3; | real r = 1.3; | ||
− | label(" | + | label("$A$", A, W*r); |
− | label(" | + | label("$B$", B, S*r); |
− | label(" | + | label("$C$", C, S*r); |
− | label(" | + | label("$D$", D, E*r); |
− | label(" | + | label("$E$", EE, E*r); |
− | label(" | + | label("$F$", F, N*r); |
− | label(" | + | label("$G$", G, N*r); |
− | label(" | + | label("$H$", H, W*r); |
− | label(" | + | label("$J$", J, W*r); |
− | + | </asy> | |
==Solution 1 (Massive Shoelace)== | ==Solution 1 (Massive Shoelace)== |
Revision as of 08:37, 7 December 2021
Contents
Problem
Octagon with side lengths and is formed by removing 6-8-10 triangles from the corners of a rectangle with side on a short side of the rectangle, as shown. Let be the midpoint of , and partition the octagon into 7 triangles by drawing segments , , , , , and . Find the area of the convex polygon whose vertices are the centroids of these 7 triangles.
Solution 1 (Massive Shoelace)
We represent octagon in the coordinate plane with the upper left corner of the rectangle being the origin. Then it follows that . Recall that the centroid is way up each median in the triangle. Thus, we can find the centroids easily by finding the midpoint of the side opposite of point . Furthermore, we can take advantage of the reflective symmetry across the line parallel to going through by dealing with less coordinates and ommiting the in the shoelace formula.
By doing some basic algebra, we find that the coordinates of the centroids of are and , respectively. We'll have to throw in the projection of the centroid of to the line of reflection to apply shoelace, and that point is
Finally, applying Shoelace, we get:
Solution by ktong
Solution 2 (Homothety)
Draw the heptagon whose vertices are the midpoints of octagon except . We have a homothety since:
1. passes through corresponding vertices of the two heptagons.
2. By centroid properties, our ratio between the sidelengths is and their area ratio is hence
Compute the area of the large heptagon by dividing into two congruent trapezoids and a triangle. The area of each trapezoid is The area of each triangle is
Hence, the area of the large heptagon is Then, from our homothety, the area of the required heptagon is ~novus677
Video Solution (Mathematical Dexterity)
https://www.youtube.com/watch?v=HUwJqixBLUI
See Also
2018 AIME II (Problems • Answer Key • Resources) | ||
Preceded by Problem 8 |
Followed by Problem 10 | |
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.