AoPSWiki
Do you have what it takes to be the next brilliant trader, researcher, or developer at Jane Street Capital? Find out in the Careers in Mathematics Forum.
Personal tools

2004 AMC 10B Problems/Problem 25

From AoPSWiki

Problem

A circle of radius 1 is internally tangent to two circles of radius 2 at points A and B, where AB is a diameter of the smaller circle. What is the area of the region, shaded in the picture, that is outside the smaller circle and inside each of the two larger circles?

\mathrm{(A) \ } \frac{5}{3} \pi - 3\sqrt 2\qquad \mathrm{(B) \ } \frac{5}{3} \pi - 2\sqrt 3\qquad \mathrm{(C) \ } \frac{8}{3}...


unitsize(1cm);defaultpen(0.8);pair O=(0,0), A=(0,1), B=(0,-1);path bigc1 = Circle(A,2), bigc2 = Circle(B,2), smallc = Circle(...

Solution

The area of the small circle is \pi. We can add it to the shaded region, compute the area of the new region, and then subtract the area of the small circle from the result.

Let C and D be the intersections of the two large circles. Connect them to A and B to get the picture below:

unitsize(1.5cm);defaultpen(0.8);pair O=(0,0), A=(0,1), B=(0,-1);path bigc1 = Circle(A,2), bigc2 = Circle(B,2), smallc = Circl...

Now obviously the triangles \triangle ABC and \triangle ABD are equilateral with side 2.

Take a look at the bottom circle. The angle ABC is 60^\circ, hence the sector ABC is 1/6 of the circle. The same is true for the sector ABD of the bottom circle, and sectors CAB and BAD of the top circle.

If we now sum the areas of these four sectors, we will almost get the area of the new shaded region - except that each of the two equilateral triangles will be counted twice.

Hence the area of the new shaded region is 4\cdot \left( \frac 16 \cdot \pi\cdot 2^2 \right) - 2 \cdot \left( \frac 12 \cdot 2 \cdot \frac{2\sqrt{3}}2 \right) = \frac 8..., and the area of the original shared region is \left( \frac 83 \pi - 2\sqrt 3 \right) - \pi = \boxed{ \frac 53 \pi - 2\sqrt 3 }.

See also

2004 AMC 10B (ProblemsResources)
Preceded by
Problem 24
Followed by
Last Question
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
Want to learn how to tackle those tough AMC/AIME/Olympiad counting and probability problems? Check out Art of Problem Solving's Intermediate Counting & Probability by David Patrick.
© Copyright 2008 AoPS Incorporated. All Rights Reserved. • FoundationPrivacyContact Us