Difference between revisions of "2013 UNCO Math Contest II Problems/Problem 1"

(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...")
 
m (moved 2013 UNC Math Contest II Problems/Problem 1 to 2013 UNCO Math Contest II Problems/Problem 1: disambiguation of University of Northern Colorado with University of North Carolina)
(No difference)

Revision as of 18:24, 19 October 2014

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