In a plane, four circles with radii and are tangent to line at the same point but they may be on either side of . Region consists of all the points that lie inside exactly one of the four circles. What is the maximum possible area of region ?
- A)
- B)
- C)
- D)
- E)
Answer
D
Key insight
Same-side circles nest, so only the largest annulus counts per side; put 7 alone and 5, 3, 1 together: 49 + 16 = 65.
Solution
Two circles tangent to at the same point on the same side have their centers on the same perpendicular through , so the smaller one lies entirely inside the larger. Circles on opposite sides only touch at .
So on each side the circles are nested. A point lies inside exactly one circle on that side only if it is inside the largest circle but outside the second largest. Hence each side contributes where are its two largest radii, or if the side holds a single circle.
To make large, avoid subtracting big radii. Put the alone on one side, contributing . The other side holds and contributes . Total: .
Compare the other splits: and give ; and give ; and give ; and give again. Nothing beats .
The answer is .
Why this works
"Tangent to the same line at the same point" is a strong condition: it forces nesting on each side. Once you see that only the outermost annulus on each side counts, the problem is a tiny optimization: keep the two largest radii on different sides and let the second-largest on each side be as small as possible. The subtle point is that a side with just one circle subtracts nothing.
The trap
Pairing 7 with 3 and 5 with 1 (or 7 with 1, 5 with 3) to get 64π, missing that a lone circle contributes its full area.
Common mistakes
- Pairing 7 with 3 and 5 with 1 (or 7 with 1, 5 with 3) to get 64π, missing that a lone circle contributes its full area.
- Treating "inside exactly one circle" as an alternating sum on a side with three circles; the innermost region is inside three circles, not one.
Techniques
Organized listing / direct enumeration · Consider the largest/smallest element or boundary case