2005 PMWC Problems/Problem I4

Revision as of 19:10, 6 October 2013 by Bobthesmartypants (talk | contribs) (Created page with "==Problem== The larger circle has radius 12 cm. Each of the six identical smaller circles touches its two neighbours and the larger circle. What is the radius of the smaller circ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Problem

The larger circle has radius 12 cm. Each of the six identical smaller circles touches its two neighbours and the larger circle. What is the radius of the smaller circle?

[asy] unitsize(0.5cm); draw((0,3)..(3,0)..(0,-3)..(-3,0)..cycle); for (int i=0;i<6;i=i+1){ draw(dir(60*i)..3*dir(60*i)..cycle); } [/asy]