AoPSWiki
Looking for a challenging algebra text? Preparing for MATHCOUNTS or the AMC exams?
Check out Art of Problem Solving's Introduction to Algebra by Richard Rusczyk.

1994 AIME Problems/Problem 6

From AoPSWiki

Problem

The graphs of the equations

y=k, \qquad y=\sqrt{3}x+2k, \qquad y=-\sqrt{3}x+2k,

are drawn in the coordinate plane for k=-10,-9,-8,\ldots,9,10.\, These 63 lines cut part of the plane into equilateral triangles of side 2/\sqrt{3}.\, How many such triangles are formed?

Solution

We note that the lines partition the hexagon of the six extremal lines into disjoint unit regular triangles, and forms a series of unit regular triangles along the edge of the hexagon.

size(200);picture pica, picb, picc;int i;for(i=-10;i<=10;++i){if((i%10) == 0){draw(pica,(-20/sqrt(3)-abs((0,i))/sqrt(3),i)...

Solving the above equations for k=\pm 10, we see that the hexagon in question is regular, with side length \frac{20}{\sqrt{3}}. Then, the number of triangles within the hexagon is simply the ratio of the area of the hexagon to the area of a regular triangle. Since the ratio of the area of two similar figures is the square of the ratio of their side lengths, we see that the ratio of the area of one of the six equilateral triangles composing the regular hexagon to the area of a unit regular triangle is just \left(\frac{20/\sqrt{3}}{2\sqrt{3}}\right)^2 = 100. Thus, the total number of unit triangles is 6 \times 100 = 600.

There are 6 \cdot 10 equilateral triangles formed by lines on the edges of the hexagon. Thus, our answer is 600+60 = \boxed{660}.

See also

1994 AIME (ProblemsResources)
Preceded by
Problem 5
Followed by
Problem 7
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
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.
© Copyright 2008 AoPS Incorporated. All Rights Reserved. • FoundationPrivacyContact Us