MathDB
Math Prize 2015 Problem 20

Source:

September 23, 2015

Problem Statement

In the diagram below, the circle with center AA is congruent to and tangent to the circle with center BB. A third circle is tangent to the circle with center AA at point CC and passes through point BB. Points CC, AA, and BB are collinear. The line segment CDEFG\overline{CDEFG} intersects the circles at the indicated points. Suppose that DE=6DE = 6 and FG=9FG = 9. Find AGAG. [asy] unitsize(5); pair A = (-9 sqrt(3), 0); pair B = (9 sqrt(3), 0); pair C = (-18 sqrt(3), 0); pair D = (-4 sqrt(3) / 3, 10 sqrt(6) / 3); pair E = (2 sqrt(3), 4 sqrt(6)); pair F = (7 sqrt(3), 5 sqrt(6)); pair G = (12 sqrt(3), 6 sqrt(6)); real r = 9sqrt(3); draw(circle(A, r)); draw(circle(B, r)); draw(circle((B + C) / 2, 3r / 2)); draw(C -- D); draw("66", E -- D); draw(E -- F); draw("99", F -- G); dot(A); dot(B); label("AA", A, plain.E); label("BB", B, plain.E); label("CC", C, W); label("DD", D, dir(160)); label("EE", E, S); label("FF", F, SSW); label("GG", G, N); [/asy]