返回题库

AIME 2011 I · 第 2 题

AIME 2011 I — Problem 2

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

In rectangle ABCDABCD, AB=12AB = 12 and BC=10BC = 10. Points EE and FF lie inside rectangle ABCDABCD so that BE=9BE = 9, DF=8DF = 8, BEDF\overline{BE} \parallel \overline{DF}, EFAB\overline{EF} \parallel \overline{AB}, and line BEBE intersects segment AD\overline{AD}. The length EFEF can be expressed in the form mnpm \sqrt{n} - p, where mm, nn, and pp are positive integers and nn is not divisible by the square of any prime. Find m+n+pm + n + p.

Diagram

AIME diagram

~Kscv

解析

Solution 1

Let us call the point where EF\overline{EF} intersects AD\overline{AD} point GG, and the point where EF\overline{EF} intersects BC\overline{BC} point HH. Since angles FHBFHB and EGAEGA are both right angles, and angles BEFBEF and DFEDFE are congruent due to parallelism, right triangles BHEBHE and DGFDGF are similar. This implies that BHGD=98\frac{BH}{GD} = \frac{9}{8}. Since BC=10BC=10, BH+GD=BH+HC=BC=10BH+GD=BH+HC=BC=10. (HCHC is the same as GDGD because they are opposite sides of a rectangle.) Now, we have a system:

BHGD=98\frac{BH}{GD}=\frac{9}8 BH+GD=10BH+GD=10

Solving this system (easiest by substitution), we get that:

BH=9017BH=\frac{90}{17} GD=8017GD=\frac{80}{17}

Using the Pythagorean Theorem, we can solve for the remaining sides of the two right triangles:

92(9017)2\sqrt{9^2-\left(\frac{90}{17}\right)^2} and 82(8017)2\sqrt{8^2-\left(\frac{80}{17}\right)^2}

Notice that adding these two sides would give us twelve plus the overlap EFEF. This means that:

EF=92(9017)2+82(8017)212=32112EF= \sqrt{9^2-\left(\frac{90}{17}\right)^2}+\sqrt{8^2-\left(\frac{80}{17}\right)^2}-12=3\sqrt{21}-12

Since 2121 isn't divisible by any perfect square, our answer is:

3+21+12=363+21+12=\boxed{36}

Solution 2

Extend lines BEBE and CDCD to meet at point GG. Draw the altitude GHGH from point GG to line BABA extended.

GE=DF=8,GE=DF=8, GB=17GB=17

In right GHB\bigtriangleup GHB, GH=10GH=10, GB=17GB=17, thus by Pythagoras Theorem we have: HB=172102=321HB=\sqrt{17^2-10^2}=3\sqrt{21}

HA=EF=32112HA=EF=3\sqrt{21}-12

Thus our answer is: 3+21+12=363+21+12=\boxed{36}

Solution 3 (Similar triangles, Algebra)

We notice that since BEDF\overline{BE}||\overline{DF}, EF\overline{EF} is the diagonal of a rectangle. Now, let us extend the width lines to intersect with BE\overline{BE} and DF\overline{DF}, respectively, to form this rectangle. Let us call the length of EF\overline{EF} dd, the perpendicular distance between EF\overline{EF} and AD\overline{AD} kk, and the perpendicular distance between EF\overline{EF} and CD\overline{CD} xx. We now can begin the similar triangles. When drawing the diagram (where EE is closer to AD\overline{AD} than FF), we put the similar right triangles in the same position so that we can begin solving for our variables and finding ratios. Since all of these triangles are similar, we find that dx8=10ddx9\frac{dx}{8}=\frac{10d-dx}{9}, which solves for x=8017x=\frac{80}{17}. Completing the same thing for kk, we see 12ddk9=dk+d28\frac{12d-dk}{9}=\frac{dk+d^2}{8}, which solves for k=969d17k=\frac{96-9d}{17}. We are now ready to find both the length and the width of the rectangle. We find these to be 10d17\frac{10d}{17} and 12d+d217\frac{12d+d^2}{17}. Now let us use the Pythagorean to solve for dd. We square the length and the width and multiply both sides by 289 (the denominator of the LHS) to reach the equation (12+d2)2+100d2=289d2(12+d^2)^2+100d^2=289d^2. Expanding and simplifying, we find that d4+24d3=45d2d^4+24d^3=45d^2. Dividing both sides by d2d^2 and moving everything to the LHS, we see that d2+24d45=0d^2+24d-45=0. Applying the quadratic formula, d=24±7562=12±189d=\frac{-24\pm \sqrt{756}}{2}=-12\pm \sqrt{189}. Since d>0d>0, d=18912=32112d=\sqrt{189}-12=3\sqrt{21}-12. Finally, m+n+p=3+21+12=036m+n+p=3+21+12=\boxed{036}. -Gideontz

Video Solution

https://www.youtube.com/watch?v=_znugFEst6E&t=919s

~Shreyas S