返回题库

AIME 2018 I · 第 7 题

AIME 2018 I — Problem 7

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

A right hexagonal prism has height 22. The bases are regular hexagons with side length 11. Any 33 of the 1212 vertices determine a triangle. Find the number of these triangles that are isosceles (including equilateral triangles).

解析

Solution 1

We can consider two cases: when the three vertices are on one base, and when the vertices are on two bases.

Case 1: vertices are on one base. Then we can call one of the vertices AA for distinction. Either the triangle can have sides 1,1,31, 1, \sqrt{3} with 6 cases or 3,3,3\sqrt{3}, \sqrt{3}, \sqrt{3} with 2 cases. This can be repeated on the other base for 1616 cases.

Case 2: The vertices span two bases. WLOG call the only vertex on one of the bases XX. Call the closest vertex on the other base BB, and label clockwise C,D,E,F,GC, D, E, F, G. We will multiply the following scenarios by 1212, because the top vertex can have 66 positions and the top vertex can be on the other base. We can have XCG,XDFXCG, XDF, but we are not done! Don't forget that the problem statement implies that the longest diagonal in a base is 22 and the height is 22, so XBEXBE is also correct! Those are the only three cases, so there are 123=3612*3=36 cases for this case.

In total there's 052\boxed{052} cases.

Solution 2

If there are two edges on a single diameter, there would be six diameters. There are four ways to put the third number, and four equilateral triangles. There are 4+226=284+ 2 \cdot 2\cdot 6 = 28 ways. Then, if one length was 3\sqrt{3} but no side on the diameter, there would be twelve was to put the 3\sqrt{3} side, and two ways to put the other point. 212=242 \cdot 12 = 24 for four ways to put the third point. Adding the number up, the final answer is 24+28=052.24+28 = \boxed{052}.

~kevinmathz~

Solution 3

To start, let's find the distances from any vertex (call it A, doesn't matter since the prism is symmetrical) to all the other 11 vertices. Using Pythagorean relations, we find that the distances are 11, 3\sqrt{3}, 22, 3\sqrt{3}, 11, 7\sqrt{7}, 5\sqrt{5}, 22, 5\sqrt{5}, 7\sqrt{7}, and 8\sqrt{8}.

We can clearly form an isosceles triangle using any vertex and any two neighboring edges that are equal. There are 12 total vertices, all of which are symmetrical to the vertex A. Thus, for each vertex, we can form 5 isosceles triangles (with neighboring edges 11-11, 22-22, 3\sqrt{3}-3\sqrt{3}, 5\sqrt{5}-5\sqrt{5}, and 7\sqrt{7}-7\sqrt{7}) , so have so far 12×5=6012 \times 5 = 60 isosceles triangles.

To check for overcounting, note that isosceles triangles can be split into two major categories: equilateral isosceles, and non-equilateral isosceles. We only counted non-equilateral isosceles triangles once since there is only one vertex whose two neighboring edges are equal. But equilateral triangles were counted three times (namely once for each vertex).

By observation, there are only 4 equilateral triangles (1-1-1 side lengths), two on each hexagonal face. Since we counted each two more times than we should of (three instead of once), we will subtract (44 eq. triangles) ×\times (22 overcounts per eq. triangle) = 88 overcounts.

Finally, we have 60860 - 8 overcounts = 052\boxed{052} isoceles triangles.

Solution 4

Start by drawing the hexagonal prism. Start from one of the points, let's call it AA. From simple inspection, we can see that each point we choose creates 44 isosceles triangles; AA and the two adjacent points, AA and the two points adjacent to those, AA and the adjacent point on the other face, and AA and the two points adjacent to those. Here, we have 1244812\cdot4\Rightarrow48 isosceles triangles.

Next, notice that you can create an isosceles triangle with the bases of the hexagonal prism. Let's say that our base, starting from the very left-most point of the hexagon, has points A,B,C,D,E,FA, B, C, D, E, F, rotating counter-clockwise. We can create a triangle with either points BCE\bigtriangleup{BCE} or BCF\bigtriangleup{BCF}. WLOG, assuming we use BCE\bigtriangleup{BCE}, we can use the Law of Cosines and find that CE\overline{CE} = 3\sqrt{3}. Thus, this would mean CF\overline{CF} is 22, which is the exactly the same length as the height of the hexagonal prism. There are 44 possibilities of this case, so our final solution is 48+4=05248+4=\boxed{052}.

Solution by IronicNinja~

Solution 5 (Official MAA)

There are 22 equilateral and 66 other isosceles triangles on each base, providing a total of 1616 triangles when all 33 vertices are chosen from the same base. To count the rest of the isosceles triangles, there are 22 ways to choose the base that will contain 22 vertices. Assume that 22 vertices have been chosen from the bottom base. Then there are no isosceles triangles if the 22 vertices on the bottom base are adjacent vertices of the hexagon, 62=126\cdot 2=12 isosceles triangles if the 22 vertices on the bottom base have 11 vertex between them on the hexagon, and 32=63\cdot2=6 isosceles triangles if the 22 vertices on the bottom base have 22 vertices between them on the hexagon.

The total number of isosceles triangles is 16+2(12+6)=52.16+2(12+6)=52.

Solution 6 (easy)

possible options for the side lengths of the triange are: (2,2,8);(3,3,3);(3,5,5);(3,7,7);(1,1,3).(2,2,\sqrt8); (\sqrt3, \sqrt3, \sqrt3); (\sqrt3, \sqrt5, \sqrt5); (\sqrt3, \sqrt7, \sqrt7); (1,1,\sqrt3). do casework to get 12+12+12+12+412+12+12+12+4 where 44 is for the number of equilateral triangles.

~YBSuburbanTea

Video Solution by Punxsutawney Phil

https://www.youtube.com/watch?v=oc-cDRIEzoo