Maths Olympiad Prep

Library / /346 of 520

Geometry Difficulty 3.4 AMC 10/12 Find the answer

On each side of a unit square, an equilateral triangle of side length 1 is constructed. On each new side of each equilateral triangle, another equilateral triangle of side length 1 is constructed. The interiors of the square and the 12 triangles have no points in common. Let RR be the region formed by the union of the square and all the triangles, and SS be the smallest convex polygon that contains RR. What is the area of the region that is inside SS but outside RR?

Pick one

Solution

[asy] real a = 1/2, b = sqrt(3)/2; draw((0,0)--(1,0)--(1,1)--(0,1)--cycle); draw((0,0)--(a,-b)--(1,0)--(1+b,a)--(1,1)--(a,1+b)--(0,1)--(-b,a)--(0,0)); draw((0,0)--(-1+a,-b)--(1+a,-b)--(1,0)--(1+b,-1+a)--(1+b,1+a)--(1,1)--(1+a,1+b)--(-1+a,1+b)--(0,1)--(-b,1+a)--(-b,-1+a)--(0,0)); filldraw((1+a,-b)--(1,0)--(1+b,-1+a)--cycle,gray(0.9)); filldraw((1+b,1+a)--(1,1)--(1+a,1+b)--cycle,gray(0.9)); filldraw((-1+a,1+b)--(0,1)--(-b,1+a)--cycle,gray(0.9)); filldraw((-b,-1+a)--(0,0)--(-1+a,-b)--cycle,gray(0.9)); [/asy]
The equilateral triangles form trapezoids with side lengths 1,1,1,21, 1, 1, 2 (half a unit hexagon) on each face of the unit square. The four triangles "in between" these trapezoids are isosceles triangles with two side lengths 11 and an angle of 3030^{\circ} in between them, so the total area of these triangles (which is the area of SRS - R) is, 4(12sin30)=14 \left( \frac {1}{2} \sin 30^{\circ} \right) = 1 which makes the answer C\boxed{C}.

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic and difficulty added by this site.