返回题库

AIME 2009 I · 第 14 题

AIME 2009 I — Problem 14

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

For t=1,2,3,4t = 1, 2, 3, 4, define St=i=1350aitS_t = \sum_{i = 1}^{350}a_i^t, where ai{1,2,3,4}a_i \in \{1,2,3,4\}. If S1=513S_1 = 513 and S4=4745S_4 = 4745, find the minimum possible value for S2S_2.

解析

Solution

Because the order of the aa's doesn't matter, we simply need to find the number of 11s 22s 33s and 44s that minimize S2S_2. So let w,x,y,w, x, y, and zz represent the number of 11s, 22s, 33s, and 44s respectively. Then we can write three equations based on these variables. Since there are a total of 350350 aas, we know that w+x+y+z=350w + x + y + z = 350. We also know that w+2x+3y+4z=513w + 2x + 3y + 4z = 513 and w+16x+81y+256z=4745w + 16x + 81y + 256z = 4745. We can now solve these down to two variables:

w=350xyzw = 350 - x - y - z Substituting this into the second and third equations, we get

x+2y+3z=163x + 2y + 3z = 163 and

15x+80y+255z=4395.15x + 80y + 255z = 4395. The second of these can be reduced to

3x+16y+51z=879.3x + 16y + 51z = 879. Now we substitute xx from the first new equation into the other new equation.

x=1632y3zx = 163 - 2y - 3z 3(1632y3z)+16y+51z=8793(163 - 2y - 3z) + 16y + 51z = 879 489+10y+42z=879489 + 10y + 42z = 879 5y+21z=1955y + 21z = 195 Since yy and zz are integers, the two solutions to this are (y,z)=(39,0)(y,z) = (39,0) or (18,5)(18,5). If you plug both these solutions in to S2S_2 it is apparent that the second one returns a smaller value. It turns out that w=215w = 215, x=112x = 112, y=18y = 18, and z=5z = 5, so S2=215+4112+918+165=215+448+162+80=905S_2 = 215 + 4*112 + 9*18 + 16*5 = 215 + 448 + 162 + 80 = \boxed{905}.