返回题库

AIME 2010 II · 第 9 题

AIME 2010 II — Problem 9

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Let ABCDEFABCDEF be a regular hexagon. Let GG, HH, II, JJ, KK, and LL be the midpoints of sides ABAB, BCBC, CDCD, DEDE, EFEF, and AFAF, respectively. The segments AH\overline{AH}, BI\overline{BI}, CJ\overline{CJ}, DK\overline{DK}, EL\overline{EL}, and FG\overline{FG} bound a smaller regular hexagon. Let the ratio of the area of the smaller hexagon to the area of ABCDEFABCDEF be expressed as a fraction mn\frac {m}{n} where mm and nn are relatively prime positive integers. Find m+nm + n.

Diagram

AIME diagram

Let MM be the intersection of AH\overline{AH} and BI\overline{BI}.

Let NN be the intersection of BI\overline{BI} and CJ\overline{CJ}.

Let OO be the center.

解析

Solution 1

Without loss of generality, let BC=2.BC=2.

Note that BMH\angle BMH is the vertical angle to an angle of the regular hexagon, so it has a measure of 120120^\circ.

Because ABH\triangle ABH and BCI\triangle BCI are rotational images of one another, we get that MBH=HAB\angle{MBH}=\angle{HAB} and hence ABHBMHBCI\triangle ABH \sim \triangle BMH \sim \triangle BCI.

Using a similar argument, NI=MHNI=MH, and

MN=BINIBM=BI(BM+MH).MN=BI-NI-BM=BI-(BM+MH). Applying the Law of cosines on BCI\triangle BCI, BI=22+122(2)(1)(cos(120))=7BI=\sqrt{2^2+1^2-2(2)(1)(\cos(120^\circ))}=\sqrt{7}

BC+CIBI=37=BM+MHBHBM+MH=3BH7=37MN=BI(BM+MH)=737=47Area of smaller hexagonArea of bigger hexagon=(MNBC)2=(27)2=47\begin{aligned}\frac{BC+CI}{BI}&=\frac{3}{\sqrt{7}}=\frac{BM+MH}{BH} \\ BM+MH&=\frac{3BH}{\sqrt{7}}=\frac{3}{\sqrt{7}} \\ MN&=BI-(BM+MH)=\sqrt{7}-\frac{3}{\sqrt{7}}=\frac{4}{\sqrt{7}} \\ \frac{\text{Area of smaller hexagon}}{\text{Area of bigger hexagon}}&=\left(\frac{MN}{BC}\right)^2=\left(\frac{2}{\sqrt{7}}\right)^2=\frac{4}{7}\end{aligned} Thus, the answer is 4+7=011.4 + 7 = \boxed{011}.

Solution 2 (Coordinate Bash)

We can use coordinates. Let OO be at (0,0)(0,0) with AA at (1,0)(1,0),

then BB is at (cos(60),sin(60))=(12,32)(\cos(60^\circ),\sin(60^\circ))=\left(\frac{1}{2},\frac{\sqrt{3}}{2}\right),

CC is at (cos(120),sin(120))=(12,32)(\cos(120^\circ),\sin(120^\circ))=\left(-\frac{1}{2},\frac{\sqrt{3}}{2}\right),

DD is at (cos(180),sin(180))=(1,0)(\cos(180^\circ),\sin(180^\circ))=(-1,0),

H=B+C2=(0,32)I=C+D2=(34,34)\begin{aligned}&H=\frac{B+C}{2}=\left(0,\frac{\sqrt{3}}{2}\right) \\ &I=\frac{C+D}{2}=\left(-\frac{3}{4},\frac{\sqrt{3}}{4}\right)\end{aligned} Line AHAH has the slope of 32-\frac{\sqrt{3}}{2} and the equation of y=32(x1)y=-\frac{\sqrt{3}}{2}(x-1)

Line BIBI has the slope of 35\frac{\sqrt{3}}{5} and the equation y32=35(x12)y-\frac{3}{2}=\frac{\sqrt{3}}{5}\left(x-\frac{1}{2}\right)

Let's solve the system of equation to find MM

32(x1)32=35(x12)53x=23x3x=17y=32(x1)=337\begin{aligned}-\frac{\sqrt{3}}{2}(x-1)-\frac{3}{2}&=\frac{\sqrt{3}}{5}\left(x-\frac{1}{2}\right) \\ -5\sqrt{3}x&=2\sqrt{3}x-\sqrt{3} \\ x&=\frac{1}{7} \\ y&=-\frac{\sqrt{3}}{2}(x-1)=\frac{3\sqrt{3}}{7}\end{aligned} Finally,

x2+y2=OM=1712+(33)2=1728=27Area of smaller hexagonArea of bigger hexagon=(OMOA)2=(27)2=47\begin{aligned}&\sqrt{x^2+y^2}=OM=\frac{1}{7}\sqrt{1^2+(3\sqrt{3})^2}=\frac{1}{7}\sqrt{28}=\frac{2}{\sqrt{7}} \\ &\frac{\text{Area of smaller hexagon}}{\text{Area of bigger hexagon}}=\left(\frac{OM}{OA}\right)^2=\left(\frac{2}{\sqrt{7}}\right)^2=\frac{4}{7}\end{aligned} Thus, the answer is 011\boxed{011}.

Diagram (by dragoon) https://services.artofproblemsolving.com/download.php?id=YXR0YWNobWVudHMvZC82L2ZiNDljZmZiNjUzYWE4NGRmNmIwYTljMWQxZDU2ZDc1ZmNiMDQ3LmpwZWc=&rn=RDQ3ODA2RjUtMzlDNi00QzQ3LUE2OTYtMjlCQkE4NThDNkRBLmpwZWc=

Solution 3

Use the diagram. Now notice that all of the "overlapping triangles" are congruent. You can use the AA similarity to see that the small triangles are similar to the large triangles. Now you can proceed as in Solution 1.