返回题库

AIME 2017 I · 第 5 题

AIME 2017 I — Problem 5

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem 5

A rational number written in base eight is ab.cd\underline{ab} . \underline{cd}, where all digits are nonzero. The same number in base twelve is bb.ba\underline{bb} . \underline{ba}. Find the base-ten number abc\underline{abc}.

解析

Solution 1

First, note that the first two digits will always be a positive number. We will start with base twelve because of its repetition. List all the positive numbers in base eight that have equal tens and ones digits in base 12.

1112=15811_{12}=15_8 2212=32822_{12}=32_8 3312=47833_{12}=47_8 4412=64844_{12}=64_8 5512=101855_{12}=101_8

We stop because we only can have two-digit numbers in base 8 and 101 is not a 2 digit number. Compare the ones places to check if they are equal. We find that they are equal if b=2b=2 or b=4b=4. Evaluating the places to the right side of the decimal point gives us 22.231222.23_{12} or 44.461244.46_{12}. When the numbers are converted into base 8, we get 32.14832.14_8 and 64.30864.30_8. Since d0d\neq0, the first value is correct. Compiling the necessary digits leaves us a final answer of 321\boxed{321}

Solution 2

The parts before and after the decimal points must be equal. Therefore 8a+b=12b+b8a + b = 12b + b and c/8+d/64=b/12+a/144c/8 + d/64 = b/12 + a/144. Simplifying the first equation gives a=(3/2)ba = (3/2)b. Plugging this into the second equation gives 3b/32=c/8+d/643b/32 = c/8 + d/64. Multiplying both sides by 64 gives 6b=8c+d6b = 8c + d. aa and bb are both digits between 1 and 7 (they must be a single non-zero digit in base eight) so using a=3/2ba = 3/2b, (a,b)=(3,2)(a,b) = (3,2) or (6,4)(6,4). Testing these gives that (6,4)(6,4) doesn't work, and (3,2)(3,2) gives a=3,b=2,c=1a = 3, b = 2, c = 1, and d=4d = 4. Therefore abc=321abc = \boxed{321}

Solution 3

Converting to base 1010 we get

4604a+72c+9d=6960b4604a+72c+9d=6960b

Since 72c72c and 9d9d are much smaller than the other two terms, dividing by 100100 and approximating we get

46a=70b46a=70b

Writing out the first few values of aa and bb, the first possible tuple is

a=3,b=2,c=1,d=4a=3, b=2, c=1, d=4

and the second possible tuple is

a=6,b=4,c=3,d=0a=6, b=4, c=3, d=0

Note that dd can not be 00, therefore the answer is 321\boxed{321}

By maxamc

Solution 4 (modular congruency/nt bash)

In the problem, we are given that

8a+b+c8+d64=12b+b+b12+a144.8a+b+\dfrac c8+\dfrac d{64}=12b+b+\dfrac b{12}+\dfrac a{144}. We multiply by the LCM of the denominators, which is 576576 to get

4608a+576b+72c+9d=6912b+576b+48b+4a.4608a+576b+72c+9d=6912b+576b+48b+4a. We then group like terms and factor to get

4604a+72c+9d=48b(144+1)=14548b=24290b.4604a+72c+9d=48b(144+1)=145\cdot48b=24\cdot290b. Observe that the coefficients of aa, cc, and bb are all divisible by 44. Therefore, we know that dd must also be divisible by 44 to compensate. (To observe this, one could rearrange the terms to see 9d=24290b4604a72c=4(6290b1151a18c)9d=24\cdot290b-4604a-72c=4(6\cdot290b-1151a-18c). At this point, it is obvious that 9d9d must be divisible by 44, so dd must be divisible by 44.) Thus, we let d=4yd=4y to see 4604a+72c+94y=24290b4604a+72c+9\cdot4y=24\cdot290b. We divide by 44 in the equation to get

1151a+18c+9y=6290b.1151a+18c+9y=6\cdot290b. Observe that the coefficients of cc, yy, and bb are all divisible by 33. By similar reasoning, aa must be divisible by 33, so we let a=3xa=3x. Substituting and dividing by 33, we get

1151x+6c+3y=2290b.1151x+6c+3y=2\cdot290b. We observe that this can no longer be reduced by similar means.

We know that 0.Weexamine0. We examine0<4y<8;thisbecomes; this becomes0. It is apparent that y=1    d=4y=1\implies d=4. However, the problem does not even ask for dd, so it may appear that this find is meaningless. However, we substitute our value of yy in to get

1151x+6c+3=580b.1151x+6c+3=580b. We know that xx is either 11 or 22, since 0<3x<80<3x<8. We take our equation modulo 66 to find

5x+34b(mod6)    34b+x(mod6).5x+3\equiv4b\pmod{6}\implies3\equiv4b+x\pmod{6}. If x=2x=2, then 14b(mod6)1\equiv4b\pmod{6} - this is equivalent to saying that 1+6n=4b    1=4b6n1+6n=4b\implies 1=4b-6n. However, 4b6n4b-6n is always even, and 11 is odd. Thus, this case is not possible, so x=1    a=3x=1\implies a=3. We know that x=1x=1; thus, 34b+1(mod6)    24b(mod6)    12b(mod3)3\equiv4b+1\pmod{6}\implies2\equiv4b\pmod{6}\implies1\equiv2b\pmod{3}. Obviously, b=2b=2 and b=5b=5 work; however, if b=5b=5, then the RHS of our original equation (2290b2\cdot290b) is much too large to be equal to the LHS (the maximum possible value of the LHS is 11511+67+311151\cdot1+6\cdot7+3\cdot1, which is less than 12001200 while the RHS would become 22905=29002\cdot290\cdot5=2900), so we have b=2b=2.

We recall our equation of 1151x+6c+3=580b1151x+6c+3=580b. Plugging in what we know, we have 11511+6c+3=5802    6c=6    c=11151\cdot1+6c+3=580\cdot2\implies6c=6\implies c=1.

Therefore, abc=321\overline{abc}=\boxed{321}.

by Technodoggo