返回题库

AIME 1993 · 第 10 题

AIME 1993 — Problem 10

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Euler's formula states that for a convex polyhedron with VV vertices, EE edges, and FF faces, VE+F=2V-E+F=2. A particular convex polyhedron has 32 faces, each of which is either a triangle or a pentagon. At each of its VV vertices, TT triangular faces and PP pentagonal faces meet. What is the value of 100P+10T+V100P+10T+V?

解析

Solution 1

The convex polyhedron of the problem can be easily visualized; it corresponds to a dodecahedron (a regular solid with 1212 equilateral pentagons) in which the 2020 vertices have all been truncated to form 2020 equilateral triangles with common vertices. The resulting solid has then p=12p=12 smaller equilateral pentagons and t=20t=20 equilateral triangles yielding a total of t+p=F=32t+p=F=32 faces. In each vertex, T=2T=2 triangles and P=2P=2 pentagons are concurrent. Now, the number of edges EE can be obtained if we count the number of sides that each triangle and pentagon contributes: E=3t+5p2E=\frac{3t+5p}{2}, (the factor 22 in the denominator is because we are counting twice each edge, since two adjacent faces share one edge). Thus, E=60E=60. Finally, using Euler's formula we have V=E30=30V=E-30=30.

In summary, the solution to the problem is 100P+10T+V=250100P+10T+V=\boxed{250}.

Solution 2

As seen above, E=V+30E=V+30. Every vertex VV, there is a triangle for every TT and a pentagon for every PP by the given. However, there are three times every triangle will be counted and five times every pentagon will be counted because of their numbers of vertices. From this observation, VT3+VP5=32    V(5T+3P)=480\frac{VT}3+\frac{VP}5=32\implies V(5T+3P)=480. Also, at every vertex VV, there are T+PT+P edges coming out from that vertex (one way to see this is to imagine the leftmost segment of each triangle and pentagon that is connected to the given vertex, and note that it includes every one of the edges exactly once), so V(T+P)2=E    V(T+P)=2E    V(5T+5P)=10E\frac{V(T+P)}2=E\implies V(T+P)=2E\implies V(5T+5P)=10E, and subtracting the other equation involving the vertices from this gives 2VP=10E480    VP=5E240=5(V+30)240=5V902VP=10E-480\implies VP=5E-240=5(V+30)-240=5V-90     V(5P)=90\implies V(5-P)=90. Since V480V|480 from the first vertex-related observation and P>0    5P<5P>0\implies5-P<5, and it quickly follows that V=30    E=60    P=2    T=2    100P+10T+V=250V=30\implies E=60\implies P=2\implies T=2\implies100P+10T+V=\boxed{250}.

Solution 3

Notice that at each human, we must have the sum of the angles be less than 360360 degrees or we will not be able to fold the polyhedron. Therefore, we have 60T+108P<360.60T + 108P < 360. Now, let there be tt triangles and pp pentagons total such that t+p=32.t+p = 32. From the given, we know that E=V+30.E = V + 30. Lastly, we see that E=3t+5p2E = \frac{3t+5p}{2} and V=3tT=5pP.V = \frac{3t}{T}=\frac{5p}{P}.

Now, we do casework on what PP is.

Case 1: P=2P = 2 Notice that we must have tt and pp integral. Trying T=1,2T = 1, 2 yields a solution with t=2.t=2. Trying other cases of PP and TT yields no solutions. Therefore, T=2,P=2T=2, P=2 and after solving for t,pt, p we get V=30.V=30. Finally, we have 100P+10T+V=250100P+10T+V = \boxed{250}.

~Williamgolly

Solution 4

We know that VE=30    V=E30V-E = -30 \implies V = E-30 based off the problem condition. Furthermore, if we draw out a few pentagons as well as triangles on each of side of the pentagons, it's clear that each vertex has 4 edges connected to it, with two triangles and two pentagons for each vertex. However, each edge is used for two vertices and thus counted twice. Therefore, we have that E=4V2=2VE = \frac{4V}{2} = 2V. Plugging this in, we have that V=30V=30 and so our answer is 200+20+30=250200+20+30 = \boxed{250}.

Note

The solid described in this problem is an icosidodecahedron.