2021 AIME I Problems/Problem 13
Problem
Circles and
with radii
and
, respectively, intersect at distinct points
and
. A third circle
is externally tangent to both
and
. Suppose line
intersects
at two points
and
such that the measure of minor arc
is
. What is the distance between the centers of
and
?
Solution by pad
Let and
be the center and radius
, and let
and
be the center and radius of
.
Since extends to an arc with arc
, the distance from
to
is
. Let
. Consider
. The line
is perpendicular to
and passes through
. Let
be the foot from
to
; so
. We have by tangency
and
. Let
.
[asy]
unitsize(3cm);
pointpen=black; pointfontpen=fontsize(9);
pair A=dir(110), B=dir(230), C=dir(310);
DPA(A--B--C--A);
pair H = foot(A, B, C); draw(A--H); pair X = 0.3*B + 0.7*C; pair Y = A+X-H; draw(X--1.3*Y-0.3*X); draw(A--Y, dotted);
pair R1 = 1.3*X-0.3*Y; pair R2 = 0.7*X+0.3*Y; draw(R1--X);
D("O",A,dir(A));
D("O_1",B,dir(B));
D("O_2",C,dir(C));
D("H",H,dir(270));
D("X",X,dir(225));
D("A",R1,dir(180));
D("B",R2,dir(180));
draw(rightanglemark(Y,X,C,3));
[/asy]
Since is on the radical axis of
and
, it has equal power, so
since
. Now we can solve for
and
, and in particular,
. By the Pythagorean Theorem (twice):
.
See also
2021 AIME I (Problems • Answer Key • Resources) | ||
Preceded by Problem 12 |
Followed by Problem 14 | |
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.