1999 AIME Problems/Problem 12
Problem
The inscribed circle of triangle is tangent to
at
and its radius is
. Given that
and
find the perimeter of the triangle.
Solution
![[asy] pathpen = black + linewidth(0.65); pointpen = black; pair A=(0,0),B=(50,0),C=IP(circle(A,23+245/2),circle(B,27+245/2)), I=incenter(A,B,C); path P = incircle(A,B,C); D(MP("A",A)--MP("B",B)--MP("C",C,N)--cycle);D(P); D(MP("P",IP(A--B,P))); pair Q=IP(C--A,P),R=IP(B--C,P); D(MP("R",R,NE));D(MP("Q",Q,NW)); MP("23",(A+Q)/2,W);MP("27",(B+R)/2,E); [/asy]](http://latex.artofproblemsolving.com/c/d/1/cd1d3a517ae3f4ddc9470481bb6e69b4808fbfaf.png)
Solution 1
Let be the tangency point on
, and
on
. By the Two Tangent Theorem,
,
, and
. Using
, where
, we get
. By Heron's formula,
. Equating and squaring both sides,
We want the perimeter, which is .
Solution 2
Let the incenter be denoted . It is commonly known that the incenter is the intersection of the angle bisectors of a triangle. So let
and
We have that
So naturally we look at
But since
we have
Doing the algebra, we get
The perimeter is therefore
See also
1999 AIME (Problems • Answer Key • Resources) | ||
Preceded by Problem 11 |
Followed by Problem 13 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 | ||
All AIME Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.