返回题库

AIME 1997 · 第 15 题

AIME 1997 — Problem 15

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

The sides of rectangle ABCDABCD have lengths 1010 and 1111. An equilateral triangle is drawn so that no point of the triangle lies outside ABCDABCD. The maximum possible area of such a triangle can be written in the form pqrp\sqrt{q}-r, where pp, qq, and rr are positive integers, and qq is not divisible by the square of any prime number. Find p+q+rp+q+r.

解析

Solution 1 (Coordinate Bash)

Consider points on the complex plane A(0,0), B(11,0), C(11,10), D(0,10)A (0,0),\ B (11,0),\ C (11,10),\ D (0,10). Since the rectangle is quite close to a square, we figure that the area of the equilateral triangle is maximized when a vertex of the triangle coincides with that of the rectangle. Set one vertex of the triangle at AA, and the other two points EE and FF on BCBC and CDCD, respectively. Let E(11,a)E (11,a) and F(b,10)F (b, 10). Since it's equilateral, then Ecis60=FE\cdot\text{cis}60^{\circ} = F, so (11+ai)(12+32i)=b+10i(11 + ai)\left(\frac {1}{2} + \frac {\sqrt {3}}{2}i\right) = b + 10i, and expanding we get (112a32)+(1132+a2)i=b+10i\left(\frac {11}{2} - \frac {a\sqrt {3}}{2}\right) + \left(\frac {11\sqrt {3}}{2} + \frac {a}{2}\right)i = b + 10i.

AIME diagram

We can then set the real and imaginary parts equal, and solve for (a,b)=(20113,22103)(a,b) = (20 - 11\sqrt {3},22 - 10\sqrt {3}). Hence a side ss of the equilateral triangle can be found by s2=AE2=a2+AB2=8844403s^2 = AE^2 = a^2 + AB^2 = 884 - 440\sqrt{3}. Using the area formula s234\frac{s^2\sqrt{3}}{4}, the area of the equilateral triangle is (8844403)34=2213330\frac{(884-440\sqrt{3})\sqrt{3}}{4} = 221\sqrt{3} - 330. Thus p+q+r=221+3+330=554p + q + r = 221 + 3 + 330 = \boxed{554}.

Solution 2

This is a trigonometric re-statement of the above. Let x=EABx = \angle EAB; by alternate interior angles, DFA=60+x\angle DFA=60+x. Let a=EBa = EB and the side of the equilateral triangle be ss, so s=a2+121s= \sqrt{a^2+121} by the Pythagorean Theorem. Now 10s=sin(60+x)=sin60cosx+cos60sinx=(32)(11s)+(12)(as)\frac{10}{s} = \sin(60+x)= \sin {60} \cos x+ \cos {60} \sin x = \left(\frac{\sqrt{3}}2\right)\left(\frac{11}s\right)+\left(\frac 12\right)\left( \frac as \right). This reduces to a=20113a=20-11\sqrt{3}.

Thus, the area of the triangle is s234=(a2+121)34\frac{s^2\sqrt{3}}{4} =(a^2+121)\frac{\sqrt{3}}{4}, which yields the same answer as above.

Solution 3

Since BAD=90\angle{BAD}=90 and EAF=60\angle{EAF}=60, it follows that DAF+BAE=9060=30\angle{DAF}+\angle{BAE}=90-60=30. Rotate triangle ADFADF 6060 degrees clockwise. Note that the image of AFAF is AEAE. Let the image of DD be DD'. Since angles are preserved under rotation, DAF=DAE\angle{DAF}=\angle{D'AE}. It follows that DAE+BAE=DAB=30\angle{D'AE}+\angle{BAE}=\angle{D'AB}=30. Since ADF=ABE=90\angle{ADF}=\angle{ABE}=90, it follows that quadrilateral ABEDABED' is cyclic with circumdiameter AE=sAE=s and thus circumradius s2\frac{s}{2}. Let OO be its circumcenter. By Inscribed Angles, BOD=2BAD=60\angle{BOD'}=2\angle{BAD'}=60. By the definition of circle, OB=ODOB=OD'. It follows that triangle OBDOBD' is equilateral. Therefore, BD=r=s2BD'=r=\frac{s}{2}. Applying the Law of Cosines to triangle ABDABD', s2=102+112(2)(10)(11)(cos30)\frac{s}{2}=\sqrt{10^2+11^2-(2)(10)(11)(\cos{30})}. Squaring and multiplying by 3\sqrt{3} yields s234=2213330    p+q+r=221+3+330=554\frac{s^2\sqrt{3}}{4}=221\sqrt{3}-330\implies{p+q+r=221+3+330=\boxed{554}}

-Solution by thecmd999

Solution 4 (Fast, no trig)

Clearly one vertex of the equilateral triangle is on a vertex of the rectangle, and the other two are lying on two other sides. Let mm be the side length of the triangle, and let the rectangle be partitioned into the equilateral triangle, a right triangle with sides 11, yy, mm, a right triangle with sides 10, xx, mm, and a right triangle with sides 11x11-x, 10y10-y, mm. Simple area analysis nets

110=34m2+112y+102x+(11x)(10y)2    11032m2=xy110=\frac{\sqrt{3}}{4}m^2+\frac{11}{2}y+\frac{10}{2}x+\frac{(11-x)(10-y)}{2}\implies 110-\frac{\sqrt{3}}{2}m^2=xy By the Pythagorean Theorem, 112+y2=m211^2+y^2=m^2 and 102+x2=m210^2+x^2=m^2, so x2y2=(m2102)(m2112)x^2y^2=(m^2-10^2)(m^2-11^2). Thus,

(11032m2)2=(m2102)(m2112)(110-\frac{\sqrt{3}}{2}m^2)^2=(m^2-10^2)(m^2-11^2) 11021103m2+34m4=m4221m2+1102110^2-110\sqrt{3}m^2+\frac34m^4=m^4-221m^2+110^2 Obviously m20m^2\neq0 so we can divide by m2m^2 after cancellation:

1103+221=14m2-110\sqrt{3}+221=\frac14m^2 The area of the triangle is 34m2\frac{\sqrt{3}}{4}m^2, so the finish is simple.

34m2=2213330    p+q+r=221+3+330=554\frac{\sqrt{3}}{4}m^2=221\sqrt{3}-330\implies p+q+r=221+3+330=\boxed{554} - clarkculus