返回题库

AIME 2001 II · 第 12 题

AIME 2001 II — Problem 12

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Given a triangle, its midpoint triangle is obtained by joining the midpoints of its sides. A sequence of polyhedra PiP_{i} is defined recursively as follows: P0P_{0} is a regular tetrahedron whose volume is 1. To obtain Pi+1P_{i + 1}, replace the midpoint triangle of every face of PiP_{i} by an outward-pointing regular tetrahedron that has the midpoint triangle as a face. The volume of P3P_{3} is mn\frac {m}{n}, where mm and nn are relatively prime positive integers. Find m+nm + n.

解析

Solution

On the first construction, P1P_1, four new tetrahedra will be constructed with side lengths 12\frac 12 of the original one. Since the ratio of the volume of similar polygons is the cube of the ratio of their corresponding lengths, it follows that each of these new tetrahedra will have volume (12)3=18\left(\frac 12\right)^3 = \frac 18. The total volume added here is then ΔP1=418=12\Delta P_1 = 4 \cdot \frac 18 = \frac 12.

We now note that for each midpoint triangle we construct in step PiP_{i}, there are now 66 places to construct new midpoint triangles for step Pi+1P_{i+1}. The outward tetrahedron for the midpoint triangle provides 33 of the faces, while the three equilateral triangles surrounding the midpoint triangle provide the other 33. This is because if you read this question carefully, it asks to add new tetrahedra to each face of PiP_{i} which also includes the ones that were left over when we did the previous addition of tetrahedra. However, the volume of the tetrahedra being constructed decrease by a factor of 18\frac 18. Thus we have the recursion ΔPi+1=68ΔPi\Delta P_{i+1} = \frac{6}{8} \Delta P_i, and so ΔPi=12(34)i1P1\Delta P_i = \frac 12 \cdot \left(\frac{3}{4}\right)^{i-1} P_1.

The volume of P3=P0+ΔP1+ΔP2+ΔP3=1+12+38+932=6932P_3 = P_0 + \Delta P_1 + \Delta P_2 + \Delta P_3 = 1 + \frac 12 + \frac 38 + \frac 9{32} = \frac{69}{32}, and m+n=101m+n=\boxed{101}. Note that the summation was in fact a geometric series.