返回题库

AIME 2005 I · 第 15 题

AIME 2005 I — Problem 15

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Triangle ABCABC has BC=20.BC=20. The incircle of the triangle evenly trisects the median AD.AD. If the area of the triangle is mnm \sqrt{n} where mm and nn are integers and nn is not divisible by the square of a prime, find m+n.m+n.

Video Solution(For those who prefer)

https://youtu.be/OEXzJxdrP20 ~MC

解析

Solution 1

AIME diagram

Let EE, FF and GG be the points of tangency of the incircle with BCBC, ACAC and ABAB, respectively. Without loss of generality, let AC<ABAC < AB, so that EE is between DD and CC. Let the length of the median be 3m3m. Then by two applications of the Power of a Point Theorem, DE2=2mm=AF2DE^2 = 2m \cdot m = AF^2, so DE=AFDE = AF. Now, CECE and CFCF are two tangents to a circle from the same point, so by the Two Tangent Theorem CE=CF=cCE = CF = c and thus AC=AF+CF=DE+CE=CD=10AC = AF + CF = DE + CE = CD = 10. Then DE=AF=AG=10cDE = AF = AG = 10 - c so BG=BE=BD+DE=20cBG = BE = BD + DE = 20 - c and thus AB=AG+BG=302cAB = AG + BG = 30 - 2c.

Now, by Stewart's Theorem in triangle ABC\triangle ABC with cevian AD\overline{AD}, we have

(3m)220+201010=10210+(302c)210.(3m)^2\cdot 20 + 20\cdot10\cdot10 = 10^2\cdot10 + (30 - 2c)^2\cdot 10. Our earlier result from Power of a Point was that 2m2=(10c)22m^2 = (10 - c)^2, so we combine these two results to solve for cc and we get

9(10c)2+200=100+(302c)2c212c+20=0.9(10 - c)^2 + 200 = 100 + (30 - 2c)^2 \quad \Longrightarrow \quad c^2 - 12c + 20 = 0. Thus c=2c = 2 or =10= 10. We discard the value c=10c = 10 as extraneous (it gives us a line) and are left with c=2c = 2, so our triangle has area 281882=2414\sqrt{28 \cdot 18 \cdot 8 \cdot 2} = 24\sqrt{14} and so the answer is 24+14=03824 + 14 = \boxed{038}.

Solution 2

WLOG let E be be between C & D (as in solution 1). Assume AD=3mAD = 3m. We use power of a point to get that AG=DE=2mAG = DE = \sqrt{2}m and AB=AG+GB=AG+BE=10+22mAB = AG + GB = AG + BE = 10+2\sqrt{2} m

Since now we have AC=10AC = 10, BC=20,AB=10+22mBC = 20, AB = 10+2\sqrt{2} m in triangle ABC\triangle ABC and cevian AD=3mAD = 3m. Now, we can apply Stewart's Theorem.

2000+180m2=10(10+22m)2+10002000 + 180 m^2 = 10(10+2\sqrt{2}m)^{2} + 1000 1000+180m2=1000+4002m+80m21000 + 180 m^2 = 1000 + 400\sqrt{2}m + 80 m^{2} 100m2=4002m100 m^2 = 400\sqrt{2}m m=42m = 4\sqrt{2} or m=0m = 0 if m=0m = 0, we get a degenerate triangle, so m=42m = 4\sqrt{2}, and thus AB=26AB = 26. You can now use Heron's Formula to finish. The answer is 241424 \sqrt{14}, or 038\boxed{038}.

-Alexlikemath

Solution 3

Let E,FE, F, and GG be the point of tangency (as stated in Solution 1). We can now let ADAD be 3m3m. By using Power of a Point Theorem on A to the incircle, you get that AG2=2m2AG^2 = 2m^2. We can use it again on point D to the incircle to get the equation (10CE)2=2m2(10 - CE)^2 = 2m^2. Setting the two equations equal to each other gives (10CE)2=AG2(10 - CE)^2 = AG^2, and it can be further simplified to be 10CE=AG10 - CE = AG

Let lengths ACAC and ABAB be called bb and cc, respectively. We can write AGAG as b+c202\frac{b + c - 20}{2} and CECE as b+20c2\frac{b + 20 - c}{2}. Plugging these into the equation, you get:

10b+20c2=b+c20210 - \frac{b + 20 - c}{2} = \frac{b + c - 20}{2} b+c20+b+20c=20b=10b + c - 20 + b + 20 - c = 20 \rightarrow b = 10 Additionally, by Median of a triangle formula, you get that 3m=2c220023m = \frac{\sqrt{2c^2 - 200}}{2}

Refer back to the fact that AG2=2m2AG^2 = 2m^2. We can now plug in our variables.

(b+c202)2=2m2(c10)2=8m2\left(\frac{b + c - 20}{2}\right)^2 = 2m^2 \rightarrow (c - 10)^2 = 8m^2 c220c+100=82c220036c^2 - 20c + 100 = 8 \cdot \frac{2c^2 - 200}{36} 9c2180c+900=4c24009c^2 - 180c + 900 = 4c^2 - 400 5c2180c+1300=05c^2 - 180c + 1300 = 0 c236c+260=0c^2 - 36c + 260 = 0 Solving, you get that c=26c = 26 or 1010, but the latter will result in a degenerate triangle, so c=26c = 26. Finally, you can use Heron's Formula to get that the area is 241424\sqrt{14}, giving an answer of 038\boxed{038}

~sky2025