返回题库

AIME 1986 · 第 8 题

AIME 1986 — Problem 8

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Let SS be the sum of the base 1010 logarithms of all the proper divisors (all divisors of a number excluding itself) of 10000001000000. What is the integer nearest to SS?

解析

Solution 1

The prime factorization of 1000000=26561000000 = 2^65^6, so there are (6+1)(6+1)=49(6 + 1)(6 + 1) = 49 divisors, of which 4848 are proper. The sum of multiple logarithms of the same base is equal to the logarithm of the products of the numbers.

Writing out the first few terms, we see that the answer is equal to

log1+log2+log4+log5++log1000000=log(2050)(2150)(2250)(2656).\log 1 + \log 2 + \log 4 + \log 5 +\ldots + \log 1000000 = \log (2^05^0)(2^15^0)(2^25^0)\cdots (2^65^6). Each power of 22 appears 77 times; and the same goes for 55. So the overall power of 22 and 55 is 7(1+2+3+4+5+6)=721=1477(1+2+3+4+5+6) = 7 \cdot 21 = 147. However, since the question asks for proper divisors, we exclude 26562^65^6, so each power is actually 141141 times. The answer is thus S=log21415141=log10141=141S = \log 2^{141}5^{141} = \log 10^{141} = \boxed{141}.

Simplification

The formula for the product of the divisors of nn is n(d(n))/2n^{(d(n))/2}, where d(n)d(n) is the number of divisor of nn. We know that log10a+log10b+log10c+log10d...\log_{10} a + \log_{10} b + \log_{10} c + \log_{10} d... and so on equals log10(abcd...)\log_{10} (abcd...) by sum-product rule of logs, so the problem is reduced to finding the logarithm base 10 of the product of the proper divisors of 10610^6. The product of the divisors, by the earlier formula, is (106)49/2=10493{(10^6)}^{49/2} = 10^{49*3}, and since we need the product of only the proper divisors, which means the divisors NOT including the number, 10610^6, itself, we divide 10(493)10^{(49*3)} by 10610^6 to get 10(4936)=10(141)10^{(49*3-6)} = 10^{(141)}. The base-10 logarithm of this value, in base 10, is clearly 141\boxed{141}

Solution 2

Since the prime factorization of 10610^6 is 26562^6 \cdot 5^6, the number of factors in 10610^6 is 77=497 \cdot 7=49. You can pair them up into groups of two so each group multiplies to 10610^6. Note that logn+log(106/n)=logn+log106logn=6\log n+\log{(10^6/n)}=\log{n}+\log{10^6}-\log{n}=6. Thus, the sum of the logs of the divisors is half the number of divisors of 1066610^6 \cdot 6 -6 (since they are asking only for proper divisors), and the answer is (49/2)66=141(49/2)\cdot 6-6=\boxed{141}.

Solution 3

Note that we can just pair terms up such that the product is 106.10^{6}. Now, however, note that 10310^{3} is not included. Therefore we first exclude. We have 4912=24\displaystyle\frac{49-1}{2} = 24 pairs that all multiply to 106.10^{6}. Now we include 10310^{3} so our current product is 2463.24 \cdot 6 - 3. However we dont want to include 10610^6 since we are considering proper factors only so the final answer is 144+36=141.144 + 3 - 6 = \boxed{141}.