返回题库

AIME 1999 · 第 12 题

AIME 1999 — Problem 12

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

The inscribed circle of triangle ABCABC is tangent to AB\overline{AB} at P,P_{}, and its radius is 2121. Given that AP=23AP=23 and PB=27,PB=27, find the perimeter of the triangle.

解析

Solution

AIME diagram

Solution 1

Let QQ be the tangency point on AC\overline{AC}, and RR on BC\overline{BC}. By the Two Tangent Theorem, AP=AQ=23AP = AQ = 23, BP=BR=27BP = BR = 27, and CQ=CR=xCQ = CR = x. Using rs=Ars = A, where s=272+232+x22=50+xs = \frac{27 \cdot 2 + 23 \cdot 2 + x \cdot 2}{2} = 50 + x, we get (21)(50+x)=A(21)(50 + x) = A. By Heron's formula, A=s(sa)(sb)(sc)=(50+x)(x)(23)(27)A = \sqrt{s(s-a)(s-b)(s-c)} = \sqrt{(50+x)(x)(23)(27)}. Equating and squaring both sides,

[21(50+x)]2=(50+x)(x)(621)441(50+x)=621x180x=44150x=2452\begin{aligned} [21(50+x)]^2 &=& (50+x)(x)(621)\\ 441(50+x) &=& 621x\\ 180x = 441 \cdot 50 &\Longrightarrow & x = \frac{245}{2} \end{aligned} We want the perimeter, which is 2s=2(50+2452)=3452s = 2\left(50 + \frac{245}{2}\right) = \boxed{345}.

Solution 2

Let the incenter be denoted II. It is commonly known that the incenter is the intersection of the angle bisectors of a triangle. So let ABI=CBI=α,BAI=CAI=β,\angle ABI = \angle CBI = \alpha, \angle BAI = \angle CAI = \beta, and BCI=ACI=γ.\angle BCI = \angle ACI = \gamma.

We have that

tanα=2127tanβ=2123tanγ=21x.\begin{aligned} \tan \alpha & = & \frac {21}{27} \\ \tan \beta & = & \frac {21}{23} \\ \tan \gamma & = & \frac {21}x. \end{aligned} So naturally we look at tanγ.\tan \gamma. But since γ=π2(β+α)\gamma = \frac \pi2 - (\beta + \alpha) we have

tanγ=tan(π2(β+α))=1tan(α+β)21x=1212123272127+2123\begin{aligned} \tan \gamma & = & \tan\left(\frac \pi2 - (\beta + \alpha)\right) \\ & = & \frac 1{\tan(\alpha + \beta)} \\ \Rightarrow \frac {21}x & = & \frac {1 - \frac {21\cdot 21}{23\cdot 27}}{\frac {21}{27} + \frac {21}{23}} \end{aligned} Doing the algebra, we get x=2452.x = \frac {245}2.

The perimeter is therefore 22452+223+227=345.2\cdot\frac {245}2 + 2\cdot 23 + 2\cdot 27 = \boxed{345}.

Solution 3

Let unknown side has length as xx, Assume three sides of triangles are a,b,ca,b,c, the area of the triangle is SS.

Note that r=2Sa+b+c=21,S=1050+21xr=\frac{2S}{a+b+c}=21,S=1050+21x

tanB2=79,tanB=6316\tan\angle{\frac{B}{2}}=\frac{7}{9}, \tan\angle{B}=\frac{63}{16}. Use trig identity, knowing that 1+cot2B=csc2B1+\cot^2\angle{B}=\csc^2\angle{B}, getting that sinB=6365\sin\angle{B}=\frac{63}{65}

Now equation (x+27)50636512=1050+21x;x=2452(x+27)*50*\frac{63}{65}*\frac{1}{2}=1050+21x; x=\frac{245}{2}, the final answer is 245+100=345245+100=345 ~bluesoul

Solution 4 (Trig Bash)

AIME diagram

Let CR=CQ=xCR = CQ = x. Using the inradius formula for the area of a triangle, we have

[ABC]=1050+21x,[ABC] = 1050 + 21x, where [ABC][ABC] denotes the area of ABC\triangle ABC.

Next, we find sinCBA\sin \angle CBA. Note that

CBA=RBP=2OBP.\angle CBA = \angle RBP = 2\angle OBP. First, we find the hypotenuse OBOB using the Pythagorean Theorem:

OB2=272+212=1170OB=3130.OB^2 = 27^2 + 21^2 = 1170 \quad \Rightarrow \quad OB = 3\sqrt{130}. Let OBP=θ\angle OBP = \theta. Then

sinθ=213130,cosθ=273130.\sin \theta = \frac{21}{3\sqrt{130}}, \qquad \cos \theta = \frac{27}{3\sqrt{130}}. Using the double-angle identity,

sin(2θ)=2sinθcosθ=2(213130)(273130)=11341170=6365.\sin(2\theta) = 2\sin \theta \cos \theta= 2\left(\frac{21}{3\sqrt{130}}\right)\left(\frac{27}{3\sqrt{130}}\right)= \frac{1134}{1170}= \frac{63}{65}. Now we compute the area of ABC\triangle ABC using the formula 12absinC\tfrac{1}{2}ab\sin C:

[ABC]=12(50)(27+x)(6365)=31513(27+x).[ABC] = \frac{1}{2}(50)(27+x)\left(\frac{63}{65}\right)= \frac{315}{13}(27+x). Equating the two expressions for the area,

1050+21x=31513(27+x).1050 + 21x = \frac{315}{13}(27+x). Solving,

1315x+1303=27+x,\frac{13}{15}x + \frac{130}{3} = 27 + x, 493=215x,\frac{49}{3} = \frac{2}{15}x, so

x=2452.x = \frac{245}{2}. Finally, we compute the perimeter of ABC\triangle ABC:

2(23+27)+2(2452)=345.2(23+27) + 2\left(\frac{245}{2}\right) = \boxed{345}. ~Voidling