2011 AMC 12A #13 — Different answers to triangle geometry problem

502 Views Asked by At

Triangle ABC has side lengths $AB = 12$, $BC = 24$, and $AC = 18$. The line through the incenter of triangle ABC parallel to $\overline{BC}$ intersects $\overline{AB}$ at M and $\overline{AC}$ at N. What is the perimeter of triangle AMN?

While there is a very elegant solution posted here, I went a more convoluted route:

I found the inradius of the triangle as $\frac{K}{s}$, which after using Heron's formula to find the area $K$ gave the inradius as $\sqrt{15}$.

I then attempted to set up a ratio between the heights of the two similar triangles.

First I found the height of $\triangle ABC$ as its area divided by the length of $BC$, which gave $\frac{27 \sqrt{15}}{24}$. The height of $\triangle AMN$ is then $\frac{27 \sqrt{15}}{24} - \sqrt{15} = \frac{\sqrt{15}}{8}$.

enter image description here

Thus the ratio between the two heights is $9$, which should be the ratio of the perimeters also — however, this is incorrect according to the posted solution, which states that the similarity constant is instead $\frac{9}{5}$.

I can't see where I messed up though.

1

There are 1 best solutions below

1
On BEST ANSWER

Your error comes from the fact that the area of the triangle is $$|\triangle ABC| = rs = \frac{1}{2}bh,$$ so there is a missing factor of 2. We know $|\triangle ABC| = 27 \sqrt{15}$, $r = \sqrt{15}$, $s = 27$, $b = 24$, so $h = \frac{9}{4}\sqrt{15}$. Consequently, the ratio of similitude of the larger to the smaller triangle is $$\frac{h}{h-r} = \frac{9/4}{9/4-1} = \frac{9}{5},$$ as claimed.