返回题库

AIME 2002 II · 第 3 题

AIME 2002 II — Problem 3

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

It is given that log6a+log6b+log6c=6,\log_{6}a + \log_{6}b + \log_{6}c = 6, where a,a, b,b, and cc are positive integers that form an increasing geometric sequence and bab - a is the square of an integer. Find a+b+c.a + b + c.

解析

Solution 1

abc=66abc=6^6. Since they form an increasing geometric sequence, bb is the geometric mean of the product abcabc. b=abc3=62=36b=\sqrt[3]{abc}=6^2=36.

Since bab-a is the square of an integer, we can find a few values of aa that work: 11,20,27,32,11, 20, 27, 32, and 3535. Out of these, the only value of aa that works is a=27a=27, from which we can deduce that c=362736=4336=48c=\dfrac{36}{27}\cdot 36=\dfrac{4}{3}\cdot 36=48.

Thus, a+b+c=27+36+48=111a+b+c=27+36+48=\boxed{111}

Solution 2(similar to Solution 1)

Let rr be the common ratio of the geometric sequence. Since it is increasing, that means that b=arb = ar, and c=ar2c = ar^2. Simplifying the logarithm, we get log6(a3r3)=6\log_6(a^3 \cdot r^3) = 6. Therefore, a3r3=66a^3 \cdot r^3 = 6^6. Taking the cube root of both sides, we see that ar=62=36ar = 6^2 = 36. Now since ar=bar = b, that means b=36b = 36. Using the trial and error shown in solution 1, we get a=27a = 27, and r=43r = \frac{4}{3}. Now, 27r2=c=4827 \cdot r^2= c = 48. Therefore, the answer is 27+36+48=11127+36+48 = \boxed{111}

~idk12345678