返回题库

AIME 1993 · 第 12 题

AIME 1993 — Problem 12

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

The vertices of ABC\triangle ABC are A=(0,0)A = (0,0)\,, B=(0,420)B = (0,420)\,, and C=(560,0)C = (560,0)\,. The six faces of a die are labeled with two AA\,'s, two BB\,'s, and two CC\,'s. Point P1=(k,m)P_1 = (k,m)\, is chosen in the interior of ABC\triangle ABC, and points P2P_2\,, P3P_3\,, P4,P_4, \dots are generated by rolling the die repeatedly and applying the rule: If the die shows label LL\,, where L{A,B,C}L \in \{A, B, C\}, and PnP_n\, is the most recently obtained point, then Pn+1P_{n + 1}^{} is the midpoint of PnL\overline{P_n L}. Given that P7=(14,92)P_7 = (14,92)\,, what is k+mk + m\,?

解析

Solution

Solution 1

If we have points (p,q)(p,q) and (r,s)(r,s) and we want to find (u,v)(u,v) so (r,s)(r,s) is the midpoint of (u,v)(u,v) and (p,q)(p,q), then u=2rpu=2r-p and v=2sqv=2s-q. So we start with the point they gave us and work backwards. We make sure all the coordinates stay within the triangle. We have

Pn1=(xn1,yn1)=(2xnmod560, 2ynmod420)P_{n-1}=(x_{n-1},y_{n-1}) = (2x_n\bmod{560},\ 2y_n\bmod{420}) Then P7=(14,92)P_7=(14,92), so x7=14x_7=14 and y7=92y_7=92, and we get

n7654321xn142856112224448336yn9218436831621248\begin{array}{c||ccccccc} n & 7 & 6 & 5 & 4 & 3 & 2 & 1 \\ \hline\hline x_n & 14 & 28 & 56 & 112 & 224 & 448 & 336 \\ \hline y_n & 92 & 184 & 368 & 316 & 212 & 4 & 8 \end{array} So the answer is 344\boxed{344}.

Solution 2

Let L1L_1 be the nthn^{th} roll that directly influences Pn+1P_{n + 1}.

Note that P7=P1+L12+L22+2=(k,m)64+L164+L232+L316+L48+L54+L62=(14,92)P_7 = \cfrac{\cfrac{\cfrac{P_1 + L_1}2 + L_2}2 + \cdots}{2\ldots} = \frac {(k,m)}{64} + \frac {L_1}{64} + \frac {L_2}{32} + \frac {L_3}{16} + \frac {L_4}8 + \frac {L_5}4 + \frac {L_6}2 = (14,92).

Then quickly checking each addend from the right to the left, we have the following information (remembering that if a point must be (0,0)(0,0), we can just ignore it!):

for L62,L54\frac {L_6}2,\frac {L_5}4, since all addends are nonnegative, a non-(0,0)(0,0) value will result in a xx or yy value greater than 1414 or 9292, respectively, and we can ignore them,

for L48,L316,L232\frac {L_4}8,\frac {L_3}{16},\frac {L_2}{32} in a similar way, (0,0)(0,0) and (0,420)(0,420) are the only possibilities,

and for L164\frac {L_1}{64}, all three work.

Also, to be in the triangle, 0k5600\le k\le560 and 0m4200\le m\le420.

Since L1L_1 is the only point that can possibly influence the xx coordinate other than P1P_1, we look at that first.

If L1=(0,0)L_1 = (0,0), then k=2614=6414>4014=560k = 2^6\cdot14 = 64\cdot14 > 40\cdot14 = 560,

so it can only be that L1=(560,0)L_1 = (560,0), and k+560=2614k + 560 = 2^6\cdot14

    k=64144014=2414=656=336\implies k = 64\cdot14 - 40\cdot14 = 24\cdot14 = 6\cdot56 = 336.

Now, considering the yy coordinate, note that if any of L2,L3,L4L_2,L_3,L_4 are (0,0)(0,0) (L2L_2 would influence the least, so we test that),

then L232+L316+L48<42016+4208=79±ϵ<80\frac {L_2}{32} + \frac {L_3}{16} + \frac {L_4}8 < \frac {420}{16} + \frac {420}8 = 79\pm\epsilon < 80,

which would mean that P1>26(9280)=6412>4210=420mP_1 > 2^6\cdot(92 - 80) = 64\cdot12 > 42\cdot10 = 420\ge m, so L2,L3,L4=(0,420)L_2,L_3,L_4 = (0,420),

and now P164+42025+42024+42023=92\frac {P_1}{64} + \frac {420}{2^5} + \frac {420}{2^4} + \frac {420}{2^3} = 92

    P1\implies P_1 =6492420(2+4+8)= 64\cdot92 - 420(2 + 4 + 8) =649242014=64(1008)14230= 64\cdot92 - 420\cdot14= 64(100 - 8) - 14^2\cdot30 =6400512(2004)30= 6400 - 512 - (200 - 4)\cdot30 =64005126000+120= 6400 - 512 - 6000 + 120 =112+120= - 112 + 120

=8= 8,

and finally, k+m=336+8=344k + m = 336 + 8 = \boxed{344}.