Difference between revisions of "2004 AMC 12A Problems/Problem 24"
Claudeaops (talk | contribs) (See Math Jam for the 2nd solution) |
(→Problem 24) |
||
Line 1: | Line 1: | ||
== Problem 24 == | == Problem 24 == | ||
− | A [[plane]] contains points <math>A</math> and <math>B</math> with <math>AB = 1</math>. Let <math>S</math> be the [[union]] of all disks of radius <math>1</math> in the plane that cover <math>\overline{AB}</math>. What is the area of <math>S</math>? | + | A [[plane]] contains points <math>A</math> and <math>B</math> with <math>\overline{AB} = 1</math>. Let <math>S</math> be the [[union]] of all disks of radius <math>1</math> in the plane that cover <math>\overline{AB}</math>. What is the area of <math>S</math>? |
<math>\text {(A)} 2\pi + \sqrt3 \qquad \text {(B)} \frac {8\pi}{3} \qquad \text {(C)} 3\pi - \frac {\sqrt3}{2} \qquad \text {(D)} \frac {10\pi}{3} - \sqrt3 \qquad \text {(E)}4\pi - 2\sqrt3</math> | <math>\text {(A)} 2\pi + \sqrt3 \qquad \text {(B)} \frac {8\pi}{3} \qquad \text {(C)} 3\pi - \frac {\sqrt3}{2} \qquad \text {(D)} \frac {10\pi}{3} - \sqrt3 \qquad \text {(E)}4\pi - 2\sqrt3</math> | ||
− | |||
==Solution== | ==Solution== |
Revision as of 19:21, 1 December 2017
Problem 24
A plane contains points and
with
. Let
be the union of all disks of radius
in the plane that cover
. What is the area of
?
Solution
![[asy] pair A=(-.5,0), B=(.5,0), C=(0,3**(.5)/2), D=(0,-3**(.5)/2); draw(arc(A,2,-60,60),blue); draw(arc(B,2,120,240),blue); draw(circle(C,1),red); draw(A--(.5,3^.5)); draw(B--(-.5,3^.5)); draw(A--(.5,-3^.5)); draw(B--(-.5,-3^.5)); draw(A--B); dot(A);dot(B);dot(C);dot(D); label("\(1\)",(0,0),N); label("\(1\)",A/2+D/2,W); label("\(1\)",A/2+C/2,W); label("\(1\)",B/2+D/2,E); label("\(1\)",B/2+C/2,E); label("\(1\)",A/2+3D/2,W); label("\(1\)",A/2+3C/2,W); label("\(1\)",B/2+3D/2,E); label("\(1\)",B/2+3C/2,E); label("\(A\)",A,W); label("\(B\)",B,E); label("\(C\)",C,W); label("\(D\)",D,E); [/asy]](http://latex.artofproblemsolving.com/b/3/5/b35cef40efa03fb5dbaf36f6512271569051c0f3.png)
As the red circles move about segment , they cover the area we are looking for.
On the left side, the circle must move around pivoted on
.
On the right side, the circle must move pivoted on
However, at the top and bottom, the circle must lie on both A and B, giving us our upper and lower bounds.
This egg-like shape is .
![[asy] pair A=(-.5,0), B=(.5,0), C=(0,3**(.5)/2), D=(0,-3**(.5)/2); draw(arc(A,2,-60,60),blue); draw(arc(B,2,120,240),blue); draw(arc(C,1,60,120),red); draw(arc(D,1,-120,-60),red); draw(A--(.5,3^.5)); draw(B--(-.5,3^.5)); draw(A--(.5,-3^.5)); draw(B--(-.5,-3^.5)); draw(A--B); dot(A);dot(B);dot(C);dot(D); label("\(A\)",A,W); label("\(B\)",B,E); label("\(C\)",C,W); label("\(D\)",D,E); label("\(1\)",(0,0),N); label("\(1\)",A/2+D/2,W); label("\(1\)",A/2+C/2,W); label("\(1\)",B/2+D/2,E); label("\(1\)",B/2+C/2,E); label("\(1\)",A/2+3D/2,W); label("\(1\)",A/2+3C/2,W); label("\(1\)",B/2+3D/2,E); label("\(1\)",B/2+3C/2,E); [/asy]](http://latex.artofproblemsolving.com/7/3/6/736dfffedb1372a1342c41b76b561f24e133e9fd.png)
The area of the region can be found by dividing it into several sectors, namely
See also
2004 AMC 12A (Problems • Answer Key • Resources) | |
Preceded by Problem 23 |
Followed by Problem 25 |
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 | |
All AMC 12 Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.