返回题库

AIME 1993 · 第 15 题

AIME 1993 — Problem 15

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Let CH\overline{CH} be an altitude of ABC\triangle ABC. Let RR\, and SS\, be the points where the circles inscribed in the triangles ACHACH\, and BCHBCH^{}_{} are tangent to CH\overline{CH}. If AB=1995AB = 1995\,, AC=1994AC = 1994\,, and BC=1993BC = 1993\,, then RSRS\, can be expressed as m/nm/n\,, where mm\, and nn\, are relatively prime integers. Find m+nm + n\,.

解析

Solution

AIME diagram

From the Pythagorean Theorem, AH2+CH2=19942AH^2+CH^2=1994^2, and (1995AH)2+CH2=19932(1995-AH)^2+CH^2=1993^2.

Subtracting those two equations yields AH2(1995AH)2=3987AH^2-(1995-AH)^2=3987.

After simplification, we see that 21995AH19952=39872*1995AH-1995^2=3987, or AH=19952+398721995AH=\frac{1995}{2}+\frac{3987}{2*1995}.

Note that AH+BH=1995AH+BH=1995.

Therefore we have that BH=19952398721995BH=\frac{1995}{2}-\frac{3987}{2*1995}.

Therefore AHBH=39871995AH-BH=\frac{3987}{1995}.

Note: \textbf{Note: }An easier method is to use both facts together:

First, by the Pythagorean Theorem, we find that 19932BH2=19942AH21993^2-BH^2=1994^2-AH^2, so AH2BH2=1994219932=3987AH^2-BH^2=1994^2-1993^2=3987. We know that AH+BH=1995AH+BH=1995, so by difference of squares and dividing we find that AHBH=39871995=1329665AH-BH=\frac{3987}{1995}=\frac{1329}{665}. ~eevee9406

Now note that RS=HRHSRS=|HR-HS|, RH=AH+CHAC2RH=\frac{AH+CH-AC}{2}, and HS=CH+BHBC2HS=\frac{CH+BH-BC}{2}.

Therefore we have RS=AH+CHACCHBH+BC2=AHBH1994+19932RS=\left| \frac{AH+CH-AC-CH-BH+BC}{2} \right|=\frac{|AH-BH-1994+1993|}{2}.

Plugging in AHBHAH-BH and simplifying, we have RS=199219952=332665332+665=997RS=\frac{1992}{1995*2}=\frac{332}{665} \rightarrow 332+665=\boxed{997}.


Edit by GameMaster402:

It can be shown that in any triangle with side lengths n1,n,n+1n-1, n, n+1, if you draw an altitude from the vertex to the side of n+1n+1, and draw the incircles of the two right triangles, the distance between the two tangency points is simply n22n+2=n22(n+1)\frac{n-2}{2n+2}=\frac{n-2}{2(n+1)}.

Plugging in n=1994n=1994 yields that the answer is 19922(1995)\frac{1992}{2(1995)}, which simplifies to 332665\frac{332}{665}

~minor edit by Yiyj1


Edit by phoenixfire:

It can further be shown for any triangle with sides a=BC,b=CA,c=ABa=BC, b=CA, c=AB that

RS=ba2ca+bcRS=\dfrac{|b-a|}{2c}|a+b-c| Over here a=1993,b=1994,c=1995a=1993, b=1994, c=1995, so using the formula gives

RS=19941993219951993+19941995=119922(1995)=332665.RS = \dfrac{|1994 - 1993|}{2 \cdot 1995}|1993 + 1994 - 1995| = \dfrac{1 \cdot 1992}{2(1995)} = \frac{332}{665}. ~minor edit by Yiyj1

Note: We can also just write it as RS=ba(a+bc)2cRS=\frac{|b-a|(a+b-c)}{2c} since a+bc0a+b-c \geq 0 by the triangle inequality. ~Yiyj1