返回题库

AIME 2021 I · 第 2 题

AIME 2021 I — Problem 2

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

In the diagram below, ABCDABCD is a rectangle with side lengths AB=3AB=3 and BC=11BC=11, and AECFAECF is a rectangle with side lengths AF=7AF=7 and FC=9,FC=9, as shown. The area of the shaded region common to the interiors of both rectangles is mn\frac mn, where mm and nn are relatively prime positive integers. Find m+nm+n.

AIME diagram

解析

Solution 1 (Similar Triangles)

Let GG be the intersection of ADAD and FCFC. From vertical angles, we know that FGA=DGC\angle FGA= \angle DGC. Also, because we are given that ABCDABCD and AFCEAFCE are rectangles, we know that AFG=CDG=90\angle AFG= \angle CDG=90 ^{\circ}. Therefore, by AA similarity, we know that AFGCDG\triangle AFG\sim\triangle CDG.

Let AG=xAG=x. Then, we have DG=11xDG=11-x. By similar triangles, we know that FG=73(11x)FG=\frac{7}{3}(11-x) and CG=37xCG=\frac{3}{7}x. We have 73(11x)+37x=FC=9\frac{7}{3}(11-x)+\frac{3}{7}x=FC=9.

Solving for xx, we have x=354x=\frac{35}{4}. The area of the shaded region is just 3354=10543\cdot \frac{35}{4}=\frac{105}{4}.

Thus, the answer is 105+4=109105+4=\boxed{109}.

~yuanyuanC

Solution 2 (Similar Triangles)

Again, let the intersection of AEAE and BCBC be GG. By AA similarity, AFGCDG\triangle AFG \sim \triangle CDG with a 73\frac{7}{3} ratio. Define xx as [CDG]9\frac{[CDG]}{9}. Because of similar triangles, [AFG]=49x[AFG] = 49x. Using ABCDABCD, the area of the parallelogram is 3318x33-18x. Using AECFAECF, the area of the parallelogram is 6398x63-98x. These equations are equal, so we can solve for xx and obtain x=38x = \frac{3}{8}. Thus, 18x=27418x = \frac{27}{4}, so the area of the parallelogram is 33274=105433 - \frac{27}{4} = \frac{105}{4}.

Finally, the answer is 105+4=109105+4=\boxed{109}.

~mathboy100

Solution 3 (Pythagorean Theorem)

Let the intersection of AEAE and BCBC be GG, and let BG=xBG=x, so CG=11xCG=11-x.

By the Pythagorean theorem, AG2=AB2+BG2{AG}^2={AB}^2+{BG}^2, so AG=x2+9AG=\sqrt{x^2+9}, and thus EG=9x2+9EG=9-\sqrt{x^2+9}.

By the Pythagorean theorem again, CG2=EG2+CE2{CG}^2={EG}^2+{CE}^2:

11x=72+(9x2+9)2.11-x=\sqrt{7^2+(9-\sqrt{x^2+9})^2}. Solving, we get x=94x=\frac{9}{4}, so the area of the parallelogram is 3(1194)=10543\cdot\left(11-\frac{9}{4}\right)=\frac{105}{4}, and 105+4=109105+4=\boxed{109}.

~JulianaL25

Solution 4 (Pythagorean Theorem)

Let P=ADFCP = AD \cap FC, and K=AEBCK = AE \cap BC. Also let AP=xAP = x.

CKCK also has to be xx by parallelogram properties. Then PDPD and BKBK must be 11x11-x because the sum of the segments has to be 1111.

We can easily solve for PCPC by the Pythagorean Theorem:

DC2+PD2=PC29+(11x)2=PC2\begin{aligned} DC^2 + PD^2 &= PC^2\\ 9 + (11-x)^2 &= PC^2 \end{aligned} It follows shortly that PC=x222x+30PC = \sqrt{x^2-22x+30}.

Also, FC=9FC = 9, and FP+PC=9FP + PC = 9. We can then say that PC=x222x+30PC = \sqrt{x^2-22x+30}, so FP=9x222x+30FP = 9 - \sqrt{x^2-22x+30}.

Now we can apply the Pythagorean Theorem to AFP\triangle AFP.

AF2+FP2=AP249+(9x222x+30)2=x2\begin{aligned} AF^2 + FP^2 = AP^2\\ 49 + \left(9 - \sqrt{x^2-22x+30}\right)^2 = x^2 \end{aligned} This simplifies (not-as-shortly) to x=354x = \dfrac{35}{4}. Now we have to solve for the area of APCKAPCK. We know that the height is 33 because the height of the parallelogram is the same as the height of the smaller rectangle.

From the area of a parallelogram (we know that the base is 354\dfrac{35}{4} and the height is 33), it is clear that the area is 1054\dfrac{105}{4}, giving an answer of 109\boxed{109}.

~ishanvannadil2008 (Solution Sketch)

~Tuatara (Rephrasing and LaTeX\LaTeX)

Solution 5 (Coordinate Geometry)

Suppose B=(0,0).B=(0,0). It follows that A=(0,3),C=(11,0),A=(0,3),C=(11,0), and D=(11,3).D=(11,3).

Since AECFAECF is a rectangle, we have AE=FC=9AE=FC=9 and EC=AF=7.EC=AF=7. The equation of the circle with center AA and radius AE\overline{AE} is x2+(y3)2=81,x^2+(y-3)^2=81, and the equation of the circle with center CC and radius CE\overline{CE} is (x11)2+y2=49.(x-11)^2+y^2=49.

We now have a system of two equations with two variables. Expanding and rearranging respectively give

x2+y26y=72,(1)x2+y222x=72.(2)\begin{aligned} x^2+y^2-6y&=72, &(1) \\ x^2+y^2-22x&=-72. &(2) \end{aligned} Subtracting (2)(2) from (1),(1), we obtain 22x6y=144.22x-6y=144. Simplifying and rearranging produce

x=3y+7211.()x=\frac{3y+72}{11}. \hspace{34.5mm} (*) Substituting ()(*) into (1)(1) gives

(3y+7211)2+y26y=72,\left(\frac{3y+72}{11}\right)^2+y^2-6y=72, which is a quadratic of y.y. We clear fractions by multiplying both sides by 112=121,11^2=121, then solve by factoring:

(3y+72)2+121y2726y=8712(9y2+432y+5184)+121y2726y=8712130y2294y3528=02(5y+21)(13y84)=0y=215,8413.\begin{aligned} \left(3y+72\right)^2+121y^2-726y&=8712 \\ \left(9y^2+432y+5184\right)+121y^2-726y&=8712 \\ 130y^2-294y-3528&=0 \\ 2(5y+21)(13y-84)&=0 \\ y&=-\frac{21}{5},\frac{84}{13}. \end{aligned} Since EE is in Quadrant IV, we have E=(3(215)+7211,215)=(275,215).E=\left(\frac{3\left(-\frac{21}{5}\right)+72}{11},-\frac{21}{5}\right)=\left(\frac{27}{5},-\frac{21}{5}\right). It follows that the equation of AE\overleftrightarrow{AE} is y=43x+3.y=-\frac{4}{3}x+3.

Let GG be the intersection of AD\overline{AD} and FC,\overline{FC}, and HH be the intersection of AE\overline{AE} and BC.\overline{BC}. Since HH is the xx-intercept of AE,\overleftrightarrow{AE}, we get H=(94,0).H=\left(\frac94,0\right).

By symmetry, quadrilateral AGCHAGCH is a parallelogram. Its area is HCAB=(1194)3=1054,HC\cdot AB=\left(11-\frac94\right)\cdot3=\frac{105}{4}, from which the requested sum is 105+4=109.105+4=\boxed{109}.

~MRENTHUSIASM

Solution 6 (Trigonometry)

Let the intersection of AEAE and BCBC be GG. It is useful to find tan(DAE)\tan(\angle DAE), because  tan(DAE)=3BG\tan(\angle DAE)=\frac{3}{BG}  and  3tan(DAE)=BG\frac{3}{\tan(\angle DAE)}=BG. From there, subtracting the areas of the two triangles from the larger rectangle, we get  Area = 333BG=339tan(DAE)33-3BG=33-\frac{9}{\tan(\angle DAE)}.

let CAD=α\angle CAD = \alpha. Let CAE=β\angle CAE = \beta. Note, α+β=DAE\alpha+\beta=\angle DAE.

α=tan1(311)\alpha=\tan^{-1}\left(\frac{3}{11}\right) β=tan1(79)\beta=\tan^{-1}\left(\frac{7}{9}\right) tan(DAE)=tan(tan1(311)+tan1(79))=311+79131179=104997899=43\tan(\angle DAE) = \tan\left(\tan^{-1}\left(\frac{3}{11}\right)+\tan^{-1}\left(\frac{7}{9}\right)\right) = \frac{\frac{3}{11}+\frac{7}{9}}{1-\frac{3}{11}\cdot\frac{7}{9}} = \frac{\frac{104}{99}}{\frac{78}{99}} = \frac{4}{3}

Area=33943=33274=1054\mathrm{Area}=33-\frac{9}{\frac{4}{3}} = 33-\frac{27}{4 } = \frac{105}{4}. The answer is 105+4=109105+4=\boxed{109}.

~twotothetenthis1024

Solution 7

A self-admittedly worse solution 1

Construct a point at line BC\overline{BC}, and name it GG. Let aa = AG\overline{AG} Let bb = GE\overline{GE} Let cc = BG\overline{BG} Let dd = AB\overline{AB} Let ee = GC\overline{GC} Let ff = AF\overline{AF}

We know AB=3\overline{AB} = 3, so let dd = 33. We also know that AF=7\overline{AF} = 7, so let ff = 77.

Triangle ABGECG\triangle ABG \sim \triangle ECG due to all the angles being equal from alternate interior angles at point G and both of the triangles having right angles. Dividing dd and ff yields the ratio of the side lengths to be 37\frac{3}{7}

We will now create several equations with these variables. d=3d = 3 c+e=11c + e = 11 f=7f = 7 a+b=9a + b = 9 df=37\frac{d}{f} = \frac{3}{7} ae=37\frac{a}{e} = \frac{3}{7} cb=37\frac{c}{b} = \frac{3}{7}

We can find bb to be 9a9 - a from the fourth equation, and then find cc to be 7c=3b7c = 3b from the seventh equation. Then substitute bb for 9a9 - a to find that c=37(9a)c = \frac{3}{7}\left(9 - a \right). Now we just substitute cc into our second equation, c+e=11c + e = 11 to yield that ee is e=1137(9a)e = 11 - \frac{3}{7}\left(9 - a \right). That's not useful right now, but will be once we look at our sixth equation, which shows that ae=37\frac{a}{e} = \frac{3}{7}, and we yield that ee is equal to 3e=7a3e = 7a which shows that when simplified we get e=7a3e = \frac{7a}{3}. Now we can see that we have 2 equations with 2 variables. When substituting ee into the first equation, which is ae=37\frac{a}{e} = \frac{3}{7}, we get

7a3=1137(9a)\frac{7a}{3} = 11 - \frac{3}{7}\left(9 - a \right) We then yield that 15=4a15 = 4a, which gives us a=154a = \frac{15}{4}. We then substitute aa into our fourth equation, which is a+b=9a + b = 9, and then we get that b=9154b = 9 - \frac{15}{4}, and then we get that bb is equal to 214\frac{21}{4}. Then we use our seventh equation, which is cb=37\frac{c}{b} = \frac{3}{7}. We then get 7c=3b7c = 3b. We substitute bb in to get that cc is 94\frac{9}{4} Then we use our second equation which is c+e=11c + e = 11 and then we substitute cc into it to get that ee is 119411 - \frac{9}{4}. Then we get that e=354e = \frac{35}{4}. Then to find the area we multiply ee by the height, dd to get 3543\frac{35}{4} \cdot 3 to get 1054\frac{105}{4}, which is mn\frac{m}{n}, and we get that m=105m = 105 and n=4n = 4, so

m+n=105+4=109m + n = 105 + 4 = \boxed{109} ~imhappy262789

Video Solution by Punxsutawney Phil

https://youtube.com/watch?v=H17E9n2nIyY&t=289s

Video Solution

https://youtu.be/M3DsERqhiDk?t=275

Video Solution by Steven Chen (in Chinese)

https://youtu.be/eaS5gRLSqgY

Video Solution

https://www.youtube.com/watch?v=BinfKrc5bWo

Video Solution by Power of Logic

https://youtu.be/WS6X1MQ37jg