2025 AIME II Problems/Problem 6
Problem
Circle with radius
centered at point
is internally tangent at point
to circle
with radius
. Points
and
lie on
such that
is a diameter of
and
. The rectangle
is inscribed in
such that
,
is closer to
than to
, and
is closer to
than to
, as shown. Triangles
and
have equal areas. The area of rectangle
is
, where
and
are relatively prime positive integers. Find
.
[asy] size(5cm); defaultpen(fontsize(10pt)); pair A = (9, 0), B = (15, 0), C = (-15, 0), D = (9, 12), E = (9+12/sqrt(5), -6/sqrt(5)), F = (9+12/sqrt(5), 6/sqrt(5)), G = (9-12/sqrt(5), 6/sqrt(5)), H = (9-12/sqrt(5), -6/sqrt(5)); filldraw(G--H--C--cycle, lightgray); filldraw(D--G--F--cycle, lightgray); draw(B--C); draw(A--D); draw(E--F--G--H--cycle); draw(circle((0,0), 15)); draw(circle(A, 6)); dot(A); dot(B); dot(C); dot(D); dot(E); dot(F); dot(G); dot(H); label("", A, (.8, -.8)); label("
", B, (.8, 0)); label("
", C, (-.8, 0)); label("
", D, (.4, .8)); label("
", E, (.8, -.8)); label("
", F, (.8, .8)); label("
", G, (-.8, .8)); label("
", H, (-.8, -.8)); label("
", (9, -5)); label("
", (-1, -13.5)); [/asy]