2008 AMC 12B Problems/Problem 13
Problem
Vertex of equilateral
is in the interior of unit square
. Let
be the region consisting of all points inside
and outside
whose distance from
is between
and
. What is the area of
?
Solution
The region is the shaded area:
![[asy] pair A,B,C,D,E; A=(0,1); B=(1,1); C=(1,0); D=(0,0); E=(1/2,1-sqrt(3)/2); draw(A--B--C--D--cycle); label("A",A,NW); dot(A); label("B",B,NE); dot(B); label("C",C,SE); dot(C); label("D",D,SW); dot(D); draw(A--E--B--cycle); label("E",E,S); dot(E); draw((1/3,0)--(1/3,1)); draw((2/3,0)--(2/3,1)); fill((1/3,0)--(1/3,1-sqrt(3)/3)--E--(2/3,1-sqrt(3)/3)--(2/3,0)--cycle,Black);[/asy]](http://latex.artofproblemsolving.com/c/1/3/c138ff4f242efb62680b69d5db830a4762be1b42.png)
We can find the area of the shaded region by subtracting the pentagon from the middle third of the square. The area of the middle third of the square is . The pentagon can be split into a rectangle and an equilateral triangle.
The base of the equilateral triangle is and the height is
. Thus, the area is
.
The base of the rectangle is and the height is the height of the equilateral triangle minus the height of the smaller equilateral triangle. This is:
Therefore, the area of the shaded region is
![$\frac13-\frac{\sqrt3}{9}-\frac{\sqrt3}{36}=\boxed{\text{(B) }\frac{12-5\sqrt3}{36}}.$](http://latex.artofproblemsolving.com/4/c/b/4cb577d918454570f76d3849dc7774824a1ba4a3.png)
See Also
2008 AMC 12B (Problems • Answer Key • Resources) | |
Preceded by Problem 12 |
Followed by Problem 14 |
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.