2013 UNCO Math Contest II Problems/Problem 1

Revision as of 15:07, 16 October 2014 by Timneh (talk | contribs) (Created page with "== Problem == <asy> filldraw((-4,-3)--(-4,3)--(4,3)--(4,-3)--cycle,grey); filldraw(circle((-4,0),3),white); filldraw(circle((4,0),3),white); draw((-7,3)--(7,3),black); draw((-7...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Problem

[asy] filldraw((-4,-3)--(-4,3)--(4,3)--(4,-3)--cycle,grey); filldraw(circle((-4,0),3),white); filldraw(circle((4,0),3),white); draw((-7,3)--(7,3),black); draw((-7,-3)--(7,-3),black); [/asy]

In the diagram, the two circles are tangent to the two parallel lines. The distance between the centers of the circles is $8$, and both circles have radius $3$. What is the area of the shaded region between the circles?


Solution

See Also