返回题库

AIME 2015 I · 第 7 题

AIME 2015 I — Problem 7

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

In the diagram below, ABCDABCD is a square. Point EE is the midpoint of AD\overline{AD}. Points FF and GG lie on CE\overline{CE}, and HH and JJ lie on AB\overline{AB} and BC\overline{BC}, respectively, so that FGHJFGHJ is a square. Points KK and LL lie on GH\overline{GH}, and MM and NN lie on AD\overline{AD} and AB\overline{AB}, respectively, so that KLMNKLMN is a square. The area of KLMNKLMN is 99. Find the area of FGHJFGHJ.

AIME diagram

解析

Solution 1

Let us find the proportion of the side length of KLMNKLMN and FJGHFJGH. Let the side length of KLMN=yKLMN=y and the side length of FJGH=xFJGH=x.

AIME diagram

Now, examine BCBC. We know BC=BJ+JCBC=BJ+JC, and triangles ΔBHJ\Delta BHJ and ΔJFC\Delta JFC are similar to ΔEDC\Delta EDC since they are 1251-2-\sqrt{5} triangles. Thus, we can rewrite BCBC in terms of the side length of FJGHFJGH.

BJ=15HJ=x5=x55,JC=52JF=x52BC=7x510BJ=\frac{1}{\sqrt{5}}HJ=\frac{x}{\sqrt{5}}=\frac{x\sqrt{5}}{5}, JC=\frac{\sqrt{5}}{2}JF=\frac{x\sqrt{5}}{2}\Rightarrow BC=\frac{7x\sqrt{5}}{10} Now examine ABAB. We can express this length in terms of x,yx,y since AB=AN+NH+HBAB=AN+NH+HB. By using similar triangles as in the first part, we have

AB=15y+52y+25xAB=\frac{1}{\sqrt{5}}y+\frac{\sqrt{5}}{2}y+\frac{2}{\sqrt{5}}x AB=BC7y510+2x55=7x5107y510=3x5107y=3xAB=BC\Rightarrow \frac{7y\sqrt{5}}{10}+\frac{2x\sqrt{5}}{5}=\frac{7x\sqrt{5}}{10}\Rightarrow \frac{7y\sqrt{5}}{10}=\frac{3x\sqrt{5}}{10}\Rightarrow 7y=3x Now, it is trivial to see that [FJGH]=(xy)2[KLMN]=(73)299=539.[FJGH]=\left(\frac{x}{y}\right)^2[KLMN]=\left(\frac{7}{3}\right)^2\cdot 99=\boxed{539}.

Solution 2

AIME diagram

We begin by denoting the length EDED aa, giving us DC=2aDC = 2a and EC=a5EC = a\sqrt5. Since angles DCE\angle DCE and FCJ\angle FCJ are complementary, we have that CDEJFC\triangle CDE \sim \triangle JFC (and similarly the rest of the triangles are 1251-2-\sqrt5 triangles). We let the sidelength of FGHJFGHJ be bb, giving us:

JC=5FC=5FJ/2=b52JC = \sqrt5 \cdot FC = \sqrt5 \cdot FJ/2 = \frac{b\sqrt 5}{2} and

BJ=15HJ=b5BJ = \frac{1}{\sqrt5} \cdot HJ = \frac{b}{\sqrt5} Since BC=CJ+BJBC = CJ + BJ,

2a=b52+b52a = \frac{b\sqrt 5}{2} + \frac{b}{\sqrt5} Solving for bb in terms of aa yields

b=4a57b = \frac{4a\sqrt5}{7} We now use the given that [KLMN]=99[KLMN] = 99, implying that KL=LM=MN=NK=311KL = LM = MN = NK = 3\sqrt{11}. We also draw the perpendicular from EE to MLML and label the point of intersection PP as in the diagram at the top

This gives that

AM=2AN=23115AM = 2 \cdot AN = 2 \cdot \frac{3\sqrt{11}}{\sqrt5} and

ME=5MP=5EP2=5LG2=5HGHKKL2=54a5791122ME = \sqrt5 \cdot MP = \sqrt5 \cdot \frac{EP}{2} = \sqrt5 \cdot \frac{LG}{2} = \sqrt5 \cdot \frac{HG - HK - KL}{2} = \sqrt{5} \cdot \frac{\frac{4a\sqrt5}{7} - \frac{9\sqrt{11}}{2}}{2} Since AEAE = AM+MEAM + ME, we get

23115+54a5791122=a2 \cdot \frac{3\sqrt{11}}{\sqrt5} + \sqrt{5} \cdot \frac{\frac{4a\sqrt5}{7} - \frac{9\sqrt{11}}{2}}{2} = a 1211+5(4a579112)=25a\Rightarrow 12\sqrt{11} + 5(\frac{4a\sqrt5}{7} - \frac{9\sqrt{11}}{2}) = 2\sqrt5a 21211+20a57=25a\Rightarrow \frac{-21}{2}\sqrt{11} + \frac{20a\sqrt5}{7} = 2\sqrt5a 2111=25a14207\Rightarrow -21\sqrt{11} = 2\sqrt5a\frac{14 - 20}{7} 49114=5a\Rightarrow \frac{49\sqrt{11}}{4} = \sqrt5a 711=4a57\Rightarrow 7\sqrt{11} = \frac{4a\sqrt{5}}{7} So our final answer is (711)2=539(7\sqrt{11})^2 = \boxed{539}.

Solution 3

This is a relatively quick solution but a fakesolve. We see that with a ruler, KL=32KL = \frac{3}{2} cm and HG=72HG = \frac{7}{2} cm. Thus if KLKL corresponds with an area of 9999, then HGHG (FGHJFGHJ's area) would correspond with 99(73)2=53999*(\frac{7}{3})^2 = \boxed{539} - aops5234