Triangle ABC has BC=20. The incircle of the triangle evenly trisects the median AD. If the area of the triangle is mn where m and n are integers and n is not divisible by the square of a prime, find m+n.
Video Solution(For those who prefer)
https://youtu.be/OEXzJxdrP20 ~MC
解析
Solution 1
Let E, F and G be the points of tangency of the incircle with BC, AC and AB, respectively. Without loss of generality, let AC<AB, so that E is between D and C. Let the length of the median be 3m. Then by two applications of the Power of a Point Theorem, DE2=2m⋅m=AF2, so DE=AF. Now, CE and CF are two tangents to a circle from the same point, so by the Two Tangent Theorem CE=CF=c and thus AC=AF+CF=DE+CE=CD=10. Then DE=AF=AG=10−c so BG=BE=BD+DE=20−c and thus AB=AG+BG=30−2c.
Now, by Stewart's Theorem in triangle △ABC with cevian AD, we have
(3m)2⋅20+20⋅10⋅10=102⋅10+(30−2c)2⋅10.
Our earlier result from Power of a Point was that 2m2=(10−c)2, so we combine these two results to solve for c and we get
9(10−c)2+200=100+(30−2c)2⟹c2−12c+20=0.
Thus c=2 or =10. We discard the value c=10 as extraneous (it gives us a line) and are left with c=2, so our triangle has area 28⋅18⋅8⋅2=2414 and so the answer is 24+14=038.
Solution 2
WLOG let E be be between C & D (as in solution 1). Assume AD=3m. We use power of a point to get that AG=DE=2m and AB=AG+GB=AG+BE=10+22m
Since now we have AC=10, BC=20,AB=10+22m in triangle △ABC and cevian AD=3m. Now, we can apply Stewart's Theorem.
2000+180m2=10(10+22m)2+10001000+180m2=1000+4002m+80m2100m2=4002mm=42 or m=0 if m=0, we get a degenerate triangle, so m=42, and thus AB=26. You can now use Heron's Formula to finish. The answer is 2414, or 038.
-Alexlikemath
Solution 3
Let E,F, and G be the point of tangency (as stated in Solution 1). We can now let AD be 3m. By using Power of a Point Theorem on A to the incircle, you get that AG2=2m2. We can use it again on point D to the incircle to get the equation (10−CE)2=2m2. Setting the two equations equal to each other gives (10−CE)2=AG2, and it can be further simplified to be 10−CE=AG
Let lengths AC and AB be called b and c, respectively. We can write AG as 2b+c−20 and CE as 2b+20−c. Plugging these into the equation, you get:
10−2b+20−c=2b+c−20b+c−20+b+20−c=20→b=10
Additionally, by Median of a triangle formula, you get that 3m=22c2−200
Refer back to the fact that AG2=2m2. We can now plug in our variables.
(2b+c−20)2=2m2→(c−10)2=8m2c2−20c+100=8⋅362c2−2009c2−180c+900=4c2−4005c2−180c+1300=0c2−36c+260=0
Solving, you get that c=26 or 10, but the latter will result in a degenerate triangle, so c=26. Finally, you can use Heron's Formula to get that the area is 2414, giving an answer of 038