Olympiad Maths Prep

Track / Stage 3 / 242 of 260 #242 of 2000

Problem 242

AMC 10/12, early questions
Geometry Difficulty 3.9 Find the answer

In the adjoining figure TPTP and TQT'Q are parallel tangents to a circle of radius rr, with TT and TT' the points of tangency. PTQPT''Q is a third tangent with TT''' as a point of tangency. If TP=4TP=4 and TQ=9T'Q=9 then rr is
[asy] unitsize(45); pair O = (0,0); pair T = dir(90); pair T1 = dir(270); pair T2 = dir(25); pair P = (.61,1); pair Q = (1.61, -1); draw(unitcircle); dot(O); label("O",O,W); label("T",T,N); label("T'",T1,S); label("T''",T2,NE); label("P",P,NE); label("Q",Q,S); draw(O--T2); label("rr",midpoint(O--T2),NW); draw(T--P); label("4",midpoint(T--P),N); draw(T1--Q); label("9",midpoint(T1--Q),S); draw(P--Q);[/asy]
(A) 25/6(B) 6(C) 25/4\mathrm{(A)\ } 25/6 \qquad \mathrm{(B) \ } 6 \qquad \mathrm{(C) \ } 25/4 \qquad
(D) a number other than 25/6,6,25/4\mathrm{(D) \ } \text{a number other than }25/6, 6, 25/4 \qquad
(E) not determinable from the given information\mathrm{(E) \ }\text{not determinable from the given information}

Official solution

[asy] unitsize(45); pair O = (0,0); pair T = dir(90); pair T1 = dir(270); pair T2 = dir(25); pair P = (.61,1); pair Q = (1.61, -1); draw(unitcircle); dot(O); label("O",O,W); label("T",T,N); label("T'",T1,S); label("T''",T2,NE); label("P",P,NE); label("Q",Q,S); draw(T--P); label("4",midpoint(T--P),N); draw(T1--Q); draw(P--Q); draw(T--T1); pair R = (.61,-1); draw(P--R); label("R",R,S); label("4",midpoint(T1--R),S); label("5",midpoint(R--Q),S); label("r",midpoint(O--T),W); label("r",midpoint(O--T1),W);[/asy]
Drop the perpendicular from PP to TQT'Q and let the foot be RR. Note that PTTRPTT'R is a rectangle. Also, from Two Tangents, PT=4PT''=4 and QT=9QT''=9, so PQ=13PQ=13. Therefore, from the Pythagorean Theorem on PRQ\triangle PRQ, PR=13252=12PR=\sqrt{13^2-5^2}=12. We now see that r=PR2=6,Br=\frac{PR}{2}=6, \boxed{\text{B}}.

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic, difficulty and ordering added by this site.