Skip to main content

2011 AMC 10B Problem 25

Problem 25 of 25HarderAlgebraGeometry

Let T1T_1 be a triangle with side lengths 2011,2011, 2012,2012, and 2013.2013. For n1,n \ge 1, if Tn=ABCT_n = \triangle ABC and D,D, E,E, and FF are the points of tangency of the incircle of ABC\triangle ABC to the sides AB,AB, BC,BC, and AC,AC, respectively, then Tn+1T_{n+1} is a triangle with side lengths AD,AD, BE,BE, and CF,CF, if it exists. What is the perimeter of the last triangle in the sequence (Tn)?( T_n )?

Answer choices

Show solution

Solution

For a triangle with side lengths a=BCa=BC, b=CAb=CA, and c=ABc=AB, equal tangents from the same vertex give the next side lengths b+ca2,a+cb2,a+bc2. \begin{gathered} \dfrac{b+c-a}{2}, \\ \quad \dfrac{a+c-b}{2}, \\ \quad \dfrac{a+b-c}{2}. \end{gathered} If the current side lengths are s1,s,s+1s-1,s,s+1, then the next side lengths are s21,s2,s2+1\dfrac{s}{2}-1,\dfrac{s}{2},\dfrac{s}{2}+1. Thus the same form persists while the middle side halves each time. For TnT_n, the middle side is 20122n1\frac{2012}{2^{n-1}}. A triangle of the form s1,s,s+1s-1,s,s+1 exists exactly when s>2s>2. The last valid triangle has 20122n1>2\frac{2012}{2^{n-1}}>2, but the next one does not. This gives n=10n=10, with middle side 201229=503128\frac{2012}{2^9}=\frac{503}{128}. The perimeter is 3503128=15091283\cdot\dfrac{503}{128}=\dfrac{1509}{128}. Thus, D is the correct answer.

More practice

Concepts: incircle, incenter, and inradius · recursion · triangle inequality

Problem text and solution from the LIVE past-contest archive. See also the AoPS wiki page for community solutions.