返回题库

AIME 2003 II · 第 14 题

AIME 2003 II — Problem 14

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Let A=(0,0)A = (0,0) and B=(b,2)B = (b,2) be points on the coordinate plane. Let ABCDEFABCDEF be a convex equilateral hexagon such that FAB=120,\angle FAB = 120^\circ, ABDE,\overline{AB}\parallel \overline{DE}, BCEF,\overline{BC}\parallel \overline{EF,} CDFA,\overline{CD}\parallel \overline{FA}, and the y-coordinates of its vertices are distinct elements of the set {0,2,4,6,8,10}.\{0,2,4,6,8,10\}. The area of the hexagon can be written in the form mn,m\sqrt {n}, where mm and nn are positive integers and nn is not divisible by the square of any prime. Find m+n.m + n.

解析

Solution 1

The y-coordinate of FF must be 44. All other cases yield non-convex and/or degenerate hexagons, which violate the problem statement.

Letting F=(f,4)F = (f,4), and knowing that FAB=120\angle FAB = 120^\circ, we can use rewrite FF using complex numbers: f+4i=(b+2i)(ei(2π/3))=(b+2i)(12+32i)=b23+(b321)if + 4 i = (b + 2 i)\left(e^{i(2 \pi / 3)}\right) = (b + 2 i)\left(-\frac{1}{2} + \frac{\sqrt{3}}{2} i\right) = -\frac{b}{2}-\sqrt{3}+\left(\frac{b\sqrt{3}}{2}-1\right)i. We solve for bb and ff and find that F=(83,4)F = \left(-\frac{8}{\sqrt{3}}, 4\right) and that B=(103,2)B = \left(\frac{10}{\sqrt{3}}, 2\right).

The area of the hexagon can then be found as the sum of the areas of two congruent triangles (EFAEFA and BCDBCD, with height 88 and base 83\frac{8}{\sqrt{3}}) and a parallelogram (ABDEABDE, with height 88 and base 103\frac{10}{\sqrt{3}}).

A=2×12×8×83+8×103=1443=483A = 2 \times \frac{1}{2} \times 8 \times \frac{8}{\sqrt{3}} + 8 \times \frac{10}{\sqrt{3}} = \frac{144}{\sqrt{3}} = 48\sqrt{3}.

Thus, m+n=051m+n = \boxed{051}.

Solution 2

AIME diagram

From this image, we can see that the y-coordinate of F is 4, and from this, we can gather that the coordinates of E, D, and C, respectively, are 8, 10, and 6.

AIME diagram

Let the angle between the xx-axis and segment ABAB be θ\theta, as shown above. Thus, as FAB=120\angle FAB=120^\circ, the angle between the xx-axis and segment AFAF is 60θ60-\theta, so sin(60θ)=2sinθ\sin{(60-\theta)}=2\sin{\theta}. Expanding, we have

sin60cosθcos60sinθ=3cosθ2sinθ2=2sinθ\sin{60}\cos{\theta}-\cos{60}\sin{\theta}=\frac{\sqrt{3}\cos{\theta}}{2}-\frac{\sin{\theta}}{2}=2\sin{\theta}

Isolating sinθ\sin{\theta} we see that 3cosθ2=5sinθ2\frac{\sqrt{3}\cos{\theta}}{2}=\frac{5\sin{\theta}}{2}, or cosθ=53sinθ\cos{\theta}=\frac{5}{\sqrt{3}}\sin{\theta}. Using the fact that sin2θ+cos2θ=1\sin^2{\theta}+\cos^2{\theta}=1, we have 283sin2θ=1\frac{28}{3}\sin^2{\theta}=1, or sinθ=328\sin{\theta}=\sqrt{\frac{3}{28}}. Letting the side length of the hexagon be yy, we have 2y=328\frac{2}{y}=\sqrt{\frac{3}{28}}. After simplification we find that that y=4213y=\frac{4\sqrt{21}}{3}.

In particular, note that by the Pythagorean theorem, b2+22=y2b^2+2^2=y^2, hence b=103/3b=10\sqrt{3}/3. Also, if C=(c,6)C=(c,6), then y2=BC2=42+(cb)2y^2=BC^2=4^2+(c-b)^2, hence cb=83/3,c-b=8\sqrt{3}/3, and thus c=183/3c=18\sqrt{3}/3. Using similar methods (or symmetry), we determine that D=(103/3,10)D=(10\sqrt{3}/3,10), E=(0,8)E=(0,8), and F=(83/3,4)F=(-8\sqrt{3}/3,4). By the Shoelace theorem,

[ABCDEF]=1200103/32183/36103/3100883/3400=1260+180+803660(64)3/3=483.[ABCDEF]=\frac12\left|\begin{array}{cc} 0&0\\ 10\sqrt{3}/3&2\\ 18\sqrt{3}/3&6\\ 10\sqrt{3}/3&10\\ 0&8\\ -8\sqrt{3}/3&4\\ 0&0\\ \end{array}\right|=\frac12|60+180+80-36-60-(-64)|\sqrt{3}/3=48\sqrt{3}. Hence the answer is 51\boxed{51}.

Note

By symmetry the area of ABCDEFABCDEF is twice the area of ABCFABCF. Therefore, you only need to calculate the coordinates of BB, CC, and FF.

Solution 3

This is similar to solution 2 but faster and easier. First off we see that the y coordinate of F must be 4, the y coordinate of E must be 8, the y coordinate of D must be 10, and the y coordinate of C must be 6 (from the parallel sides of the hexagon). We then use the sine sum angle formula to find the x coordinate of B (lets call it xx): 2cos(120)+xsin(120)=x321=4x=10332\cdot\cos(120)+x\sin(120)=\frac{x\sqrt3}{2}-1=4\rightarrow x=\frac{10\sqrt3}{3}. Now that we know xx we can find the x coordinate of F in multiple ways, including using the cosine sum angle formula or using the fact that triangle AFE is isosceles and AE is on the y axis. Either way, we find that the x coordinate of F is 833-\frac{8\sqrt3}{3}. Now, divide ABCDEF into two congruent triangles and a parallelogram: AFE, BCD, and ABDE. The areas of AFE and BCD are each 128338=3233\frac12\cdot\frac{8\sqrt3}{3}\cdot8=\frac{32\sqrt3}{3}. The area of ABDE is 1281033=8033\frac12\cdot8\cdot\frac{10\sqrt3}{3}=\frac{80\sqrt3}3. The total area of the hexagon is 23233+8033=14433=48348+3=0512\cdot\frac{32\sqrt3}3+\frac{80\sqrt3}3=\frac{144\sqrt3}{3}=48\sqrt3\rightarrow48+3=\boxed{051}

Solution 4 (No Trig)

AIME diagram

First, we see that the y-coordinates of F, E, D, and C must be 44, 88, and 1010, and 66, respectively, as in the previous solutions. We can draw a rectangle around the hexagon ABCDEF and use negative space to find the area of the hexagon. If we call the distance from the foot of the perpendiculars of B and F to A xx and zz, respectively, and the distance from the bottom left vertex of the rectangle to the foot of the perpendicular from B yy. This tells us that the area of the entire rectangle is 10(x+y+z)10(x+y+z), since the opposite sides are parallel and thus the length of the rectangle is 4+4+2=104+4+2=10. Then, if we find the area of the extra triangles and subtract, we find that the area of hexagon ABCDEF as 6x+8z+2y6x+8z+2y. However, noticing that x=yx=y, the area of ABCDEF can also be expressed as 8(x+z)8(x+z). Now we just need to find x+zx+z. Since AB=AFAB=AF and BAF=120\angle BAF = 120 degrees, BF=AB3BF=AB\sqrt{3}. However, we can find AB by using the Pythagorean Theorem on either of the right triangles formed by dropping perpendiculars from B and F to the x-axis (let's call them ABX and AFY). From triangle ABX we have that AB=4+x2AB=\sqrt{4+x^2}, so BF=3x2+12BF=\sqrt{3x^2+12}. Since AB=AF, we can also form the equation 4+x2=16+z24+x^2=16+z^2. We can also find BF by dropping a perpendicular from B to line FY and using the Pythagorean Theorem on the right triangle formed. This gives us BF=4+(x+z)2BF=\sqrt{4+(x+z)^2}. Setting our two values of BF equal and substituting x2x^2 as 12+z212+z^2 and simplifying, we get the equation 3z416z21024=03z^4-16z^2-1024=0. Now we can use the quadratic formula to get that z2=643z^2=\frac{64}{3} or 18-18, so z2=643z^2=\frac{64}{3}. Plugging this value back into the equation x2=12+z2x^2=12+z^2, we get that x2=1003x^2=\frac{100}{3}. Now we get that x+zx+z is 636\sqrt{3}, so the area of the hexagon is 863=4838 \cdot 6\sqrt{3}=48\sqrt{3}, so the answer is 48+3=05148+3=\boxed{051}

~ant08 and sky2025

Video Solution by Sal Khan

https://www.youtube.com/watch?v=Ec-BKdC8vOo&list=PLSQl0a2vh4HCtW1EiNlfW_YoNAA38D0l4&index=4 - AMBRIGGS