返回题库

AIME 2001 I · 第 8 题

AIME 2001 I — Problem 8

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Call a positive integer NN a 7-10 double if the digits of the base-77 representation of NN form a base-1010 number that is twice NN. For example, 5151 is a 7-10 double because its base-77 representation is 102102. What is the largest 7-10 double?

解析

Solution

We let N7=anan1a07N_7 = \overline{a_na_{n-1}\cdots a_0}_7; we are given that

2(anan1a0)7=(anan1a0)102(a_na_{n-1}\cdots a_0)_7 = (a_na_{n-1}\cdots a_0)_{10} (This is because the digits in NN ' s base 7 representation make a number with the same digits in base 10 when multiplied by 2)

Expanding, we find that

27nan+27n1an1++2a0=10nan+10n1an1++a02 \cdot 7^n a_n + 2 \cdot 7^{n-1} a_{n-1} + \cdots + 2a_0 = 10^na_n + 10^{n-1}a_{n-1} + \cdots + a_0 or re-arranging,

a0+4a1=2a2+314a3++(10n27n)ana_0 + 4a_1 = 2a_2 + 314a_3 + \cdots + (10^n - 2 \cdot 7^n)a_n Since the aia_is are base-77 digits, it follows that ai<7a_i < 7, and the LHS is less than or equal to 3030. Hence our number can have at most 33 digits in base-77. Letting a2=6a_2 = 6, we find that 6307=31510630_7 = \boxed{315}_{10} is our largest 7-10 double.

Solution 2 (Guess and Check)

Let AA be the base 1010 representation of our number, and let BB be its base 77 representation.

Given this is an AIME problem, A<1000A<1000. If we look at BB in base 1010, it must be equal to 2A2A, so B<2000B<2000 when BB is looked at in base 10.10.

If BB in base 1010 is less than 20002000, then BB as a number in base 77 must be less than 273=6862*7^3=686.

686686 is non-existent in base 77, so we're gonna have to bump that down to 6667666_7.

This suggests that AA is less than 6662=333\frac{666}{2}=333.

Guess and check shows that A<320A<320, and checking values in that range produces 315\boxed{315}.

Solution 3

Since this is an AIME problem, the maximum number of digits the 7-10 double can have is 3. Let the number be

abcabc in base 7. Then the number in expanded form is

49a+7b+c49a+7b+c in base 7 and

100a+10b+c100a+10b+c in base 10. Since the number in base 7 is half the number in base 10, we get the following equation.

98a+14b+2c=100a+10b+c98a+14b+2c=100a+10b+c which simplifies to

2a=4b+c.2a=4b+c. The largest possible value of a is 6 because the number is in base 7. Then to maximize the number, bb is 33 and cc is 00. Therefore, the largest 7-10 double is 630 in base 7, or 315\boxed{315} in base 10.