返回题库

AIME 2008 II · 第 4 题

AIME 2008 II — Problem 4

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

There exist rr unique nonnegative integers n1>n2>>nrn_1 > n_2 > \cdots > n_r and rr unique integers aka_k (1kr1\le k\le r) with each aka_k either 11 or 1- 1 such that

a13n1+a23n2++ar3nr=2008.a_13^{n_1} + a_23^{n_2} + \cdots + a_r3^{n_r} = 2008. Find n1+n2++nrn_1 + n_2 + \cdots + n_r.

解析

Solution

In base 33, we find that 200810=22021013\overline{2008}_{10} = \overline{2202101}_{3}. In other words,

2008=236+235+233+132+1302008 = 2 \cdot 3^{6} + 2 \cdot 3^{5} + 2 \cdot 3^3 + 1 \cdot 3^2 + 1 \cdot 3^0

In order to rewrite as a sum of perfect powers of 33, we can use the fact that 23k=3k+13k2 \cdot 3^k = 3^{k+1} - 3^k:

2008=(3736)+(3635)+(3433)+32+30=3735+3433+32+302008 = (3^7 - 3^6) + (3^6-3^5) + (3^4 - 3^3) + 3^2 + 3^0 = 3^7 - 3^5 + 3^4 - 3^3 + 3^2 + 3^0

The answer is 7+5+4+3+2+0=0217+5+4+3+2+0 = \boxed{021}.

Note : Solution by bounding is also possible, namely using the fact that 1+3+32++3n=3n+112.1+3+3^2 + \cdots + 3^{n} =\frac{3^{n+1}-1}{2}.

Solution 2

Notice 20082008 has 77 digits in base 3. Therefore, we can add 1093=111111131093=1111111_3 to get 3101=1102021233101=11020212_3. Subtracting 10931093 back from this, we find 2008=10(1)1(1)10132008 = 1 0 (-1) 1 (-1) 1 0 1_3. We need to sum the exponents of the non-zero digits of this number, so our answer is 7+5+4+3+2+0=0217+5+4+3+2+0=\boxed{021}