Three Semicircle IQ Test
Source: 2019 AMC 12B #15 / 10B #20
February 14, 2019
2019 AMC 12BAMCAMC 12AMC 12 Brelatively prime2019 AMC 10B
Problem Statement
As shown in the figure, line segment is trisected by points and so that Three semicircles of radius \overarc{AEB},\overarc{BFC}, and \overarc{CGD}, have their diameters on and are tangent to line at and respectively. A circle of radius has its center on The area of the region inside the circle but outside the three semicircles, shaded in the figure, can be expressed in the form
where and are positive integers and and are relatively prime. What is ?[asy]
size(6cm);
filldraw(circle((0,0),2), gray(0.7));
filldraw(arc((0,-1),1,0,180) -- cycle, gray(1.0));
filldraw(arc((-2,-1),1,0,180) -- cycle, gray(1.0));
filldraw(arc((2,-1),1,0,180) -- cycle, gray(1.0));
dot((-3,-1));
label("",(-3,-1),S);
dot((-2,0));
label("",(-2,0),NW);
dot((-1,-1));
label("",(-1,-1),S);
dot((0,0));
label("",(0,0),N);
dot((1,-1));
label("",(1,-1), S);
dot((2,0));
label("", (2,0),NE);
dot((3,-1));
label("", (3,-1), S);
[/asy]