The perimeter of triangle APM is 152, and the angle PAM is a right angle. A circle of radius 19 with center O on AP is drawn so that it is tangent to AM and PM. Given that OP=m/n where m and n are relatively prime positive integers, find m+n.
解析
Solution 1
Let the circle intersect PM at B. Then note △OPB and △MPA are similar. Also note that AM=BM by power of a point. Using the fact that the ratio of corresponding sides in similar triangles is equal to the ratio of their perimeters, we have
AM19=152152−2AM−19+19=152152−2AM
Solving, AM=38. So the ratio of the side lengths of the triangles is 2. Therefore,
OPPB+38=2 and PBOP+19=2
so 2OP=PB+38 and 2PB=OP+19. Substituting for PB, we see that 4OP−76=OP+19, so OP=395 and the answer is 098.
Solution 2
Reflect triangle PAM across line AP, creating an isoceles triangle. Let x be the distance from the top of the circle to point P, with x+38 as AP. Given the perimeter is 152, subtracting the altitude yields the semiperimeter s of the isoceles triangle, as 114−x. The area of the isoceles triangle is:
[PAM]=r⋅s[PAM]=19⋅(114−x)
Now use similarity, draw perpendicular from O to PM, name the new point D. Triangle PDO is similar to triangle PAM, by AA Similarity. Equating the legs, we get:
19x=AMx+38
Solving for AM, it yields 19⋅xx+38.
19⋅(114−x)=AM⋅AP=19⋅(x+38)⋅xx+38
The x3 cancels, yielding a quadratic. Solving yields x=338. Add 19 to find OP, yielding 395 or 098.
Solution 3
Let the foot of the perpendicular from O to PM be D; now OD=19. Also let AM=x and PM=y. This means that OP=xy⋅19, since O is on the angle bisector of ∠M.
We have that tan(∠AMO)=x19, so
tan(∠M)=tan(2⋅∠AMO)=x2−36138x.
However tan(∠M)=AMPA=AMPO+OA=xxy⋅19+19, so
x2−36138x=19⋅xxy+1x2−3612x2=xy+1x2−361x2+361=xy.x⋅x2−361x2+361=y
We now use the fact that the perimeter of △PAM is 152:
PO+OA+AM+MP=152xy⋅19+19+x+y=15219(x2−361x2+361)+x⋅(x2−361x2+361)+x+19=152(x+19)(x2−361x2+361+x2−361x2−361)=152x−192x2=152x2−76x+19⋅76=0.
This quadratic factors as (x−38)2=0, so x=38, and
xy=382−361382+361=35OP=xy⋅19=395→98.
Solution 4
Let K be the foot of the altitude from O to PM, and notice how OK is a radius of the circle. Also, we have that ∠OKM=∠OAM=90∘,OK=OA=90, and OM=OM, so △OKM is congruent to △OAM. This means that because ∠PMO=∠KMO=∠AMO,O is the foot of the angle bisector from M.
Then, let k=∠AMO=∠PMO. We have that
∠POK=180∘−∠KOM−∠AOM=2k=∠PMA,
so △PKO is similar to △PAM. Let a=AM=KM, and let p=152 be the perimeter of △PAM. By similarity, we have that the perimeter of △PKO is a19⋅p, so
PK+PO=a19⋅p−19,
so
p=PK+PO+OA+AM+MK=a19⋅p−19+19+2a.
Solving for p, we have that
p=1−a192a
and using p=152 we find that
a2−76a+382=(a−38)2=0
so a=38.
Finally, let b=PO. We have by the angle bisector theorem that PM=2b, so using the perimeter information one more time we get 3b+57=152 and solving gives us
b=395⟹098.
~BS2012
Solution 5
Let X be the point of tangency from the circle to PM. Letting AM=b, we have AM=XM=b. We also know that triangle POX is similar to triangle PMA. Taking advantage of the similarity between the sum of the shortest leg and hypotenuse of the two triangles, we have AP+PM=19b⋅(XP+PO)⟹152−b=19b⋅(133−2b). If we solve this equation, we obtain b=38. Now letting OP=a, we know that PM=2a, so 3a+57=152, or OP=a=395, so our desired answer is 098. ~Irfans123