返回题库

AIME 2004 II · 第 7 题

AIME 2004 II — Problem 7

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

ABCDABCD is a rectangular sheet of paper that has been folded so that corner BB is matched with point BB' on edge AD.AD. The crease is EF,EF, where EE is on ABAB and FF is on CD.CD. The dimensions AE=8,BE=17,AE=8, BE=17, and CF=3CF=3 are given. The perimeter of rectangle ABCDABCD is m/n,m/n, where mm and nn are relatively prime positive integers. Find m+n.m+n.

AIME diagram

解析

Solutions

Solution 1 (Synthetic)

AIME diagram

Since EFEF is the perpendicular bisector of BB\overline{BB'}, it follows that BE=BEBE = B'E (by SAS). By the Pythagorean Theorem, we have AB=15AB' = 15. Similarly, from BF=BFBF = B'F, we have

BC2+CF2=BD2+DF2BC2+9=(BC15)2+484BC=703\begin{aligned} BC^2 + CF^2 = B'D^2 + DF^2 &\Longrightarrow BC^2 + 9 = (BC - 15)^2 + 484 \\ BC &= \frac{70}{3} \end{aligned} Thus the perimeter of ABCDABCD is 2(25+703)=29032\left(25 + \frac{70}{3}\right) = \frac{290}{3}, and our answer is m+n=293m+n=\boxed{293}.

Solution 2 (analytic)

Let A=(0,0),B=(0,25)A = (0,0), B=(0,25), so E=(0,8)E = (0,8) and F=(l,22)F = (l,22), and let l=ADl = AD be the length of the rectangle. The slope of EFEF is 14l\frac{14}{l} and so the equation of EFEF is y8=14lxy -8 = \frac{14}{l}x. We know that EFEF is perpendicular to and bisects BBBB'. The slope of BBBB' is thus l14\frac{-l}{14}, and so the equation of BBBB' is y25=l14xy -25 = \frac{-l}{14}x. Let the point of intersection of EF,BBEF, BB' be GG. Then the y-coordinate of GG is 252\frac{25}{2}, so

14lx=y8=92l14x=y25=252\begin{aligned} \frac{14}{l}x &= y-8 = \frac{9}{2}\\ \frac{-l}{14}x &= y-25 = -\frac{25}{2}\\ \end{aligned} Dividing the two equations yields

l2=251429l=703l^2 = \frac{25 \cdot 14^2}{9} \Longrightarrow l = \frac{70}{3}

The answer is 293\boxed{293} as above.

Solution 3 (Coordinate Bashing)

Firstly, observe that if we are given that AE=8AE=8 and BE=17BE=17, the length of the triangle is given and the height depends solely on the length of CFCF. Let Point A=(0,0)A = (0,0). Since AE=8AE=8, point E is at (8,0). Next, point BB is at (25,0)(25,0) since BE=17BE=17 and point BB' is at (0,15)(0,15) since BE=AEBE=AE by symmetry. Draw line segment BBBB'. Notice that this is perpendicular to EFEF by symmetry. Next, find the slope of EB, which is 1525=35\frac{15}{25}=\frac{3}{5}. Then, the slope of EFEF is -53\frac{5}{3}.

Line EF can be written as y=53x+b-\frac{5}{3}x+b. Plug in the point (8,0)(8,0), and we get the equation of EF to be y=53x+403_\frac{5}{3}x+\frac{40}{3}. Since the length of ABAB=25, a point on line EFEF lies on DCDC when x=253=22x=25-3=22. Plug in x=22x=22 into our equation to get y=703y=-\frac{70}{3}. y=BC=703|y|=BC=\frac{70}{3}. Therefore, our answer is 2(AB+BC)=2(25+703)=2(1453)=2903=2932(AB+BC)=2\left(25+\frac{70}{3}\right)=2\left(\frac{145}{3}\right)=\frac{290}{3}= \boxed{293}.

Solution 4 (Trig)

Firstly, note that BE=BE=17B'E=BE=17, so AB=17282=15AB'=\sqrt{17^2-8^2}=15. Then let BEF=BEF=θ\angle BEF=\angle B'EF=\theta, so BEA=π2θ\angle B'EA = \pi-2\theta. Then tan(π2θ)=158\tan(\pi-2\theta)=\frac{15}{8}, or

2tan(θ)tan2(θ)1=158\frac{2\tan(\theta)}{\tan^2(\theta)-1}=\frac{15}{8} using supplementary and double angle identities. Multiplying though and factoring yields

(3tan(θ)5)(5tan(θ)+3)=0(3\tan(\theta)-5)(5\tan(\theta)+3)=0 It is clear from the problem setup that 0<θ<π20<\theta<\frac\pi2, so the correct value is tan(θ)=53\tan(\theta)=\frac53. Next, extend rays BC\overrightarrow{BC} and EF\overrightarrow{EF} to intersect at CC'. Then tan(θ)=BC17=53\tan(\theta)=\frac{BC'}{17}=\frac53, so BC=853BC'=\frac{85}{3}. By similar triangles, CC=317BC=153CC'=\frac{3}{17}BC'=\frac{15}{3}, so BC=703BC=\frac{70}{3}. The perimeter is 1403+50=2903293\frac{140}{3}+50=\frac{290}{3}\Longrightarrow \boxed{293}

An even faster way to finish is, to draw a line segment FFFF' where FF' is a point on EBEB such that FFFF' is perpendicular to EBEB. This makes right triangle FFEFF'E, Also, note that FBF'B has length of 33 (draw the diagram out, and note the FB=FCF'B =FC). From here, through tanθ=53\tan \theta = \frac{5}{3}, we can note that FFEF=53    FF14=53    FF=703\frac{FF'}{EF'} = \frac{5}{3} \implies \frac{FF'}{14} = \frac{5}{3} \implies FF' = \frac{70}{3}. FFFF' is parallel and congrurent to CBCB and ADAD, and hence we can use this to calculate the perimeter. The perimeter is simply 703+703+25+25=2903293\frac{70}{3} + \frac{70}{3} + 25 + 25 = \frac{290}{3} \Longrightarrow \boxed{293}

Solution 5 (Fast, Pythagorean)

Use the prepared diagram for this solution.

Call the intersection of DF and B'C' G. AB'E is an 8-15-17 right triangle, and so are B'DG and C'FG. Since C'F is 3, then using the properties of similar triangles GF is 51/8. DF is 22, so DG is 125/8. Finally, DB can to calculated to be 25/3. Add all the sides together to get 293\boxed{293}.

-jackshi2006

Solution 6(fast as wind[rufeng])

Call the intersection of BCB'C', BCBC, and EFEF GG. Since FCBEFCBE and FCBEFC'B'E are congruent, we know that the three lines intersect. We already know ABAB so we just need to find CBCB, call it xx. Drop an altitude from FF to ABAB and call it HH. EH=EBFC=14EH=EB-FC=14. Using Pythagorean Theorem, we have EF=x2+142EF=\sqrt{x^2+14^2}. Triangles EFHEFH and EGBEGB are similar (AA), so we get

HFBG=EHEB\frac{HF}{BG}=\frac{EH}{EB} xx+GC=1417\frac{x}{x+GC}=\frac{14}{17} Simplify and we get GC=3x14GC=\frac{3x}{14}.

We find the area of FCBEFCBE by using the fact that it is a trapezoid. [FCBE]=(3+17)x2=10x[FCBE]=\frac{(3+17)x}{2}=10x

A different way to find the area: [FCBE]=12EG([FCBE]=\frac{1}{2} EG\cdot(height of EGBEGB with EGEG as base)[FGC])-[FGC]

Since GBEGBE and GBEG'B'E are congruent(SAS), their height from EGEG is the same. BB=AB2+AB2=534B'B=\sqrt{AB'^2+AB^2}=5\sqrt{34}. EG=EB2+BG2=(17x14)2+172=17x2196+1EG=\sqrt{EB^2+BG^2}=\sqrt{(\frac{17x}{14})^2+17^2}=17\sqrt{\frac{x^2}{196}+1}

[FCBE]=1217x2196+153429x28[FCBE]=\frac{1}{2} \cdot 17 \cdot \sqrt{\frac{x^2}{196}+1} \cdot \frac{5\sqrt{34}}{2}-\frac{9x}{28} 280x+9x=753417x2196+1280x+9x=7\cdot 5 \cdot \sqrt{34} \cdot 17 \cdot \sqrt{\frac{x^2}{196}+1} 174x2=492534172(x2196+1)17^4 x^2=49 \cdot 25 \cdot 34 \cdot 17^2 \cdot (\frac{x^2}{196}+1) 17x2=252x2+245017x^2=\frac{25}{2}x^2+2450 x=703x=\frac{70}{3} The perimeter is 1403+50=2903,\frac{140}{3}+50=\frac{290}{3}, so our answer is 293\boxed{293}.

Solution 7 (Similar to solution 5, more in depth)

Let the endpoint of the intersection of the fold near FF be GG. Since trapezoid BCFEBCFE is folded, it is congruent to trapezoid BCFEB'C'FE. Therefore, BE=BE=17BE=B'E=17. Since ABE\triangle AB'E is a right triangle, AB=15AB'=15 from the pythagorean theorem. From here, we can see that triangles AEBDGBCGF\triangle AEB \sim \triangle DGB' \sim \triangle C'GF by AA similarity. From here, we find BCBC from a lot of similarities. Let BC=xBC=x.

Since ABEDGB\triangle ABE' \sim \triangle DGB':

AEAB=DBDG\frac {AE}{AB'} = \frac{DB}{DG} 815=x15DG\frac {8}{15} = \frac {x-15}{DG} DG=15(x15)8DG = \frac {15(x-15)}{8} GF=DCDGFCGF = DC-DG-FC GF=15x+4018GF = \frac{-15x+401}{8} Since ABECGF\triangle ABE' \sim \triangle C'GF',

AEBE=CFGF\frac {AE}{B'E} = \frac {C'F}{GF} 817=315x+4018\frac {8}{17} = \frac{3}{\frac {-15x+401}{8}} from which we get x=703x= \frac {70}{3}.

Finally, our answer is 2(703)+2(25)=29032(\frac {70}{3}) + 2(25)=\frac {290}{3}, which is 290+3=293290+3=\boxed{293}.

~ Wesserwessey7254