返回题库

AIME 2002 I · 第 11 题

AIME 2002 I — Problem 11

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Let ABCDABCD and BCFGBCFG be two faces of a cube with AB=12AB=12. A beam of light emanates from vertex AA and reflects off face BCFGBCFG at point PP, which is 7 units from BG\overline{BG} and 5 units from BC\overline{BC}. The beam continues to be reflected off the faces of the cube. The length of the light path from the time it leaves point AA until it next reaches a vertex of the cube is given by mnm\sqrt{n}, where mm and nn are integers and nn is not divisible by the square of any prime. Find m+nm+n.

解析

Solution 1(Easy one)

When a light beam reflects off a surface, the path is like that of a ball bouncing. Picture that, and also imagine X, Y, and Z coordinates for the cube vertices. The coordinates will all involve 0's and 12's only, so that means that the X, Y, and Z distance traveled by the light must all be divisible by 12. Since the light's Y changes by 5 and the X changes by 7 (the Z changes by 12, don't worry about that), and 5 and 7 are relatively prime to 12, the light must make 12 reflections onto the XY plane or the face parallel to the XY plane.

In each reflection, the distance traveled by the light is (122)+(52)+(72)\sqrt{ (12^2) + (5^2) + (7^2) } = 218\sqrt{218}. This happens 12 times, so the total distance is 1221812\sqrt{218}. m=12m=12 and n=218n=218, so therefore, the answer is m+n=230m+n=\boxed{230}.

Solution 2(2D and photons)

We can use a similar trick as with reflections in 2D: Imagine that the entire space is divided into cubes identical to the one we have. Now let's follow two photons of light that start in AA at the same time: one of them will reflect as given in the problem statement, the second will simply fly straight through all cubes. It can easily be seen that at any moment in time the photons are in exactly the same position relative to the cubes they are inside at the moment. In other words, we can take the cube with the first photon, translate it and flip if necessary, to get the cube with the other photon.

It follows that both photons will hit a vertex at the same time, and at this moment they will have travelled the same distance.

Now, the path of the second photon is simply a half-line given by the vector (12,7,5)(12,7,5). That is, the points visited by the photon are of the form (12t,7t,5t)(12t,7t,5t) for t0t\geq 0. We are looking for the smallest tt such that all three coordinates are integer multiples of 1212 (which is the length of the side of the cube).

Clearly tt must be an integer. As 77 and 1212 are relatively prime, the smallest solution is t=12t=12. At this moment the second photon will be at the coordinates (1212,712,512)(12\cdot 12,7\cdot 12,5\cdot 12).

Then the distance it travelled is (1212)2+(712)2+(512)2=12122+72+52=12218\sqrt{ (12\cdot 12)^2 + (7\cdot 12)^2 + (5\cdot 12)^2 } = 12\sqrt{12^2 + 7^2 + 5^2}=12\sqrt{218}. And as the factorization of 218218 is 218=2109218=2\cdot 109, we have m=12m=12 and n=218n=218, hence m+n=230m+n=\boxed{230}.