Let CH be an altitude of △ABC. Let R and S be the points where the circles inscribed in the triangles ACH and BCH are tangent to CH. If AB=1995, AC=1994, and BC=1993, then RS can be expressed as m/n, where m and n are relatively prime integers. Find m+n.
解析
Solution
From the Pythagorean Theorem, AH2+CH2=19942, and (1995−AH)2+CH2=19932.
Subtracting those two equations yields AH2−(1995−AH)2=3987.
After simplification, we see that 2∗1995AH−19952=3987, or AH=21995+2∗19953987.
Note that AH+BH=1995.
Therefore we have that BH=21995−2∗19953987.
Therefore AH−BH=19953987.
Note: An easier method is to use both facts together:
First, by the Pythagorean Theorem, we find that 19932−BH2=19942−AH2, so AH2−BH2=19942−19932=3987. We know that AH+BH=1995, so by difference of squares and dividing we find that AH−BH=19953987=6651329. ~eevee9406
Now note that RS=∣HR−HS∣, RH=2AH+CH−AC, and HS=2CH+BH−BC.
Therefore we have RS=2AH+CH−AC−CH−BH+BC=2∣AH−BH−1994+1993∣.
Plugging in AH−BH and simplifying, we have RS=1995∗21992=665332→332+665=997.
Edit by GameMaster402:
It can be shown that in any triangle with side lengths n−1,n,n+1, if you draw an altitude from the vertex to the side of n+1, and draw the incircles of the two right triangles, the distance between the two tangency points is simply 2n+2n−2=2(n+1)n−2.
Plugging in n=1994 yields that the answer is 2(1995)1992, which simplifies to 665332
~minor edit by Yiyj1
Edit by phoenixfire:
It can further be shown for any triangle with sides a=BC,b=CA,c=AB that
RS=2c∣b−a∣∣a+b−c∣
Over here a=1993,b=1994,c=1995, so using the formula gives
RS=2⋅1995∣1994−1993∣∣1993+1994−1995∣=2(1995)1⋅1992=665332.
~minor edit by Yiyj1
Note: We can also just write it as RS=2c∣b−a∣(a+b−c) since a+b−c≥0 by the triangle inequality. ~Yiyj1