Difference between revisions of "1982 AHSME Problems/Problem 14"
m (→Problem 14:) |
m (→Solution:) |
||
Line 5: | Line 5: | ||
<asy> size(250); defaultpen(fontsize(10)); pair A=origin, O=(1,0), B=(2,0), N=(3,0), C=(4,0), P=(5,0), D=(6,0), G=tangent(A,P,1,2), E=intersectionpoints(A--G, Circle(N,1))[0], F=intersectionpoints(A--G, Circle(N,1))[1]; draw(Circle(O,1)^^Circle(N,1)^^Circle(P,1)^^G--A--D, linewidth(0.7)); dot(A^^B^^C^^D^^E^^F^^G^^O^^N^^P); label("$A$", A, W); label("$B$", B, SE); label("$C$", C, NE); label("$D$", D, dir(0)); label("$P$", P, S); label("$N$", N, S); label("$O$", O, S); label("$E$", E, dir(120)); label("$F$", F, NE); label("$G$", G, dir(100));</asy> | <asy> size(250); defaultpen(fontsize(10)); pair A=origin, O=(1,0), B=(2,0), N=(3,0), C=(4,0), P=(5,0), D=(6,0), G=tangent(A,P,1,2), E=intersectionpoints(A--G, Circle(N,1))[0], F=intersectionpoints(A--G, Circle(N,1))[1]; draw(Circle(O,1)^^Circle(N,1)^^Circle(P,1)^^G--A--D, linewidth(0.7)); dot(A^^B^^C^^D^^E^^F^^G^^O^^N^^P); label("$A$", A, W); label("$B$", B, SE); label("$C$", C, NE); label("$D$", D, dir(0)); label("$P$", P, S); label("$N$", N, S); label("$O$", O, S); label("$E$", E, dir(120)); label("$F$", F, NE); label("$G$", G, dir(100));</asy> | ||
− | ==Solution | + | ==Solution== |
Since <math>GP</math> is 15, <math>AP</math> is 75, and <math>\angle{AGP}=90</math>, <math>AG=30\sqrt{6}</math>. | Since <math>GP</math> is 15, <math>AP</math> is 75, and <math>\angle{AGP}=90</math>, <math>AG=30\sqrt{6}</math>. | ||
− | Now drop a perpendicular from <math>N</math> to <math>AG</math> at point <math>H</math>. <math>AN=45</math>, and since <math>\triangle{AGP}</math> is similar to <math>\triangle{AHN}</math>. <math>NH=9</math>. <math>NE=NF=15</math> so by the Pythagorean Theorem, <math>EH=HF=12</math>. Thus <math>EF=\boxed{24.}</math> Answer is then <math>\boxed{C | + | Now drop a perpendicular from <math>N</math> to <math>AG</math> at point <math>H</math>. <math>AN=45</math>, and since <math>\triangle{AGP}</math> is similar to <math>\triangle{AHN}</math>. <math>NH=9</math>. <math>NE=NF=15</math> so by the Pythagorean Theorem, <math>EH=HF=12</math>. Thus <math>EF=\boxed{24.}</math> Answer is then <math>\boxed{C}</math>. |
Revision as of 21:53, 16 June 2021
Problem 14
In the adjoining figure, points and
lie on line segment
, and
, and
are diameters of circle
, and
, respectively. Circles
, and
all have radius
and the line
is tangent to circle
at
. If
intersects circle
at points
and
, then chord
has length
Solution
Since is 15,
is 75, and
,
.
Now drop a perpendicular from to
at point
.
, and since
is similar to
.
.
so by the Pythagorean Theorem,
. Thus
Answer is then
.