返回题库

AIME 2003 II · 第 11 题

AIME 2003 II — Problem 11

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Triangle ABCABC is a right triangle with AC=7,AC = 7, BC=24,BC = 24, and right angle at C.C. Point MM is the midpoint of AB,AB, and DD is on the same side of line ABAB as CC so that AD=BD=15.AD = BD = 15. Given that the area of triangle CDMCDM may be expressed as mnp,\frac {m\sqrt {n}}{p}, where m,m, n,n, and pp are positive integers, mm and pp are relatively prime, and nn is not divisible by the square of any prime, find m+n+p.m + n + p.

解析

Solution

Solution 1

We use the Pythagorean Theorem on ABCABC to determine that AB=25.AB=25.

Let NN be the orthogonal projection from CC to AB.AB. Thus, [CDM]=(DM)(MN)2[CDM]=\frac{(DM)(MN)} {2}, MN=BNBMMN=BN-BM, and [ABC]=2472=25(CN)2.[ABC]=\frac{24 \cdot 7} {2} =\frac{25 \cdot (CN)} {2}.

From the third equation, we get CN=16825.CN=\frac{168} {25}.

By the Pythagorean Theorem in ΔBCN,\Delta BCN, we have

BN=(242525)2(24725)2=242525272=57625.BN=\sqrt{\left(\frac{24 \cdot 25} {25}\right)^2-\left(\frac{24 \cdot 7} {25}\right)^2}=\frac{24} {25}\sqrt{25^2-7^2}=\frac{576} {25}.

Thus, MN=57625252=52750.MN=\frac{576} {25}-\frac{25} {2}=\frac{527} {50}.

In ΔADM\Delta ADM, we use the Pythagorean Theorem to get DM=152(252)2=5211.DM=\sqrt{15^2-\left(\frac{25} {2}\right)^2}=\frac{5} {2} \sqrt{11}.

Thus, [CDM]=5275115022=5271140.[CDM]=\frac{527 \cdot 5\sqrt{11}} {50 \cdot 2 \cdot 2}= \frac{527\sqrt{11}} {40}.

Hence, the answer is 527+11+40=578.527+11+40=\boxed{578}.

~ minor edits by kundusne000

Solution 2

By the Pythagorean Theorem in ΔAMD\Delta AMD, we get DM=5112DM=\frac{5\sqrt{11}} {2}. Since ABCABC is a right triangle, MM is the circumcenter and thus, CM=252CM=\frac{25} {2}. We let CMD=θ\angle CMD=\theta. By the Law of Cosines,

242=2(12.5)22(12.5)2cos(90+θ).24^2 = 2 \cdot (12.5)^2-2 \cdot (12.5)^2 * \cos (90+\theta).

It follows that sinθ=527625\sin \theta = \frac{527} {625}. Thus, [CMD]=12(12.5)(5112)(527625)=5271140[CMD]=\frac{1} {2} (12.5) \left(\frac{5\sqrt{11}} {2}\right)\left(\frac{527} {625}\right)=\frac{527\sqrt{11}} {40}.

Solution 3

Suppose ABCABC is plotted on the cartesian plane with CC at (0,0)(0,0), AA at (0,7)(0,7), and BB at (24,0)(24,0). Then MM is at (12,3.5)(12,3.5). Since ΔABD\Delta ABD is isosceles, MDMD is perpendicular to AMAM, and since AM=12.5AM=12.5 and AD=15,MD=2.511AD=15, MD=2.5\sqrt{11}. The slope of AMAM is 724-\frac{7}{24} so the slope of MDMD is 247\frac{24}{7}. Draw a vertical line through MM and a horizontal line through DD. Suppose these two lines meet at XX. then MX=247DXMX=\frac{24}{7}DX so MD=257DX=2524MDMD=\frac{25}{7}DX=\frac{25}{24}MD by the pythagorean theorem. So MX=2.411MX=2.4\sqrt{11} and DX=.711DX=.7\sqrt{11} so the coordinates of D are (12.711,3.52.411)(12-.7\sqrt{11},\, 3.5-2.4\sqrt{11}). Since we know the coordinates of each of the vertices of ΔCMD\Delta CMD, we can apply the Shoelace Theorem to find the area of ΔCMD,5271140\Delta CMD, \frac{527 \sqrt{11}}{40}.

~ minor edit by kundusne000

Solution 4

Let EE be the intersection of lines BCBC and DMDM. Since triangles ΔCME\Delta CME and ΔCMD\Delta CMD share a side and height, the area of ΔCDM\Delta CDM is equal to DMEM\frac{DM}{EM} times the area of ΔCME\Delta CME. By AA similarity, ΔEMB\Delta EMB is similar to ΔACB\Delta ACB, EMAC=MBCB\frac{EM}{AC}=\frac{MB}{CB}. Solving yields EM=17548EM=\frac{175}{48}. Using the same method but for EBEB yields EB=62548EB=\frac{625}{48}. As in previous solutions, by the Pythagorean Theorem, DM=5112DM=\frac{5\sqrt{11}}{2}. So, DMEM=241135\frac{DM}{EM}=\frac{24\sqrt{11}}{35}. Now, since we know both CBCB and EBEB, we can find that CE=52748CE=\frac{527}{48}. The height of ΔCME\Delta CME is the length from point MM to CBCB. Since MM is the midpoint of ABAB, the height is just 127=72\frac{1}{2}\cdot7=\frac{7}{2}. Using this, we can find that the area of ΔCMD\Delta CMD is 127252748241135=5271140\frac{1}{2}\cdot\frac{7}{2}\cdot\frac{527}{48}\cdot\frac{24\sqrt{11}}{35}=\frac{527\sqrt{11}}{40}, giving our answer of 578\boxed{578}.

Solution by someonenumber011.