Circles Tangent to a Points: Find Area of Region
Source: 2015 AIME 2 Problem 15
March 26, 2015
geometryAMC 10AIME
Problem Statement
Circles and have radii and , respectively, and are externally tangent at point . Point is on and point is on so that line is a common external tangent of the two circles. A line through intersects again at and intersects again at . Points and lie on the same side of , and the areas of and are equal. This common area is , where and are relatively prime positive integers. Find .[asy]
import cse5;
pathpen=black; pointpen=black;
size(6cm);pair E = IP(L((-.2476,1.9689),(0.8,1.6),-3,5.5),CR((4,4),4)), D = (-.2476,1.9689);filldraw(D--(0.8,1.6)--(0,0)--cycle,gray(0.7));
filldraw(E--(0.8,1.6)--(4,0)--cycle,gray(0.7));
D(CR((0,1),1)); D(CR((4,4),4,150,390));
D(L(MP("D",D(D),N),MP("A",D((0.8,1.6)),NE),1,5.5));
D((-1.2,0)--MP("B",D((0,0)),S)--MP("C",D((4,0)),S)--(8,0));
D(MP("E",E,N));
[/asy]