返回题库

AIME 2006 I · 第 9 题

AIME 2006 I — Problem 9

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

The sequence a1,a2,a_1, a_2, \ldots is geometric with a1=aa_1=a and common ratio r,r, where aa and rr are positive integers. Given that log8a1+log8a2++log8a12=2006,\log_8 a_1+\log_8 a_2+\cdots+\log_8 a_{12} = 2006, find the number of possible ordered pairs (a,r).(a,r).

解析

Solution 1

log8a1+log8a2++log8a12=log8a+log8(ar)++log8(ar11)=log8(aarar2ar11)=log8(a12r66)\log_8 a_1+\log_8 a_2+\ldots+\log_8 a_{12}= \log_8 a+\log_8 (ar)+\ldots+\log_8 (ar^{11}) \\ = \log_8(a\cdot ar\cdot ar^2\cdot \cdots \cdot ar^{11}) = \log_8 (a^{12}r^{66}) So our question is equivalent to solving log8(a12r66)=2006\log_8 (a^{12}r^{66})=2006 for a,ra, r positive integers. a12r66=82006=(23)2006=(26)1003a^{12}r^{66}=8^{2006} = (2^3)^{2006} = (2^6)^{1003} so a2r11=21003a^{2}r^{11}=2^{1003}.

The product of a2a^2 and r11r^{11} is a power of 2. Since both numbers have to be integers, this means that aa and rr are themselves powers of 2. Now, let a=2xa=2^x and r=2yr=2^y:

(2x)2(2y)11=2100322x211y=210032x+11y=1003y=10032x11\begin{aligned}(2^x)^2\cdot(2^y)^{11}&=&2^{1003}\\ 2^{2x}\cdot 2^{11y}&=&2^{1003}\\ 2x+11y&=&1003\\ y&=&\frac{1003-2x}{11} \end{aligned} For yy to be an integer, the numerator must be divisible by 1111. This occurs when x=1x=1 because 1001=91111001=91*11. Because only even integers are being subtracted from 10031003, the numerator never equals an even multiple of 1111. Therefore, the numerator takes on the value of every odd multiple of 1111 from 1111 to 10011001. Since the odd multiples are separated by a distance of 2222, the number of ordered pairs that work is 1+10011122=1+99022=461 + \frac{1001-11}{22}=1 + \frac{990}{22}=46. (We must add 1 because both endpoints are being included.) So the answer is 046\boxed{046}.

For the step above, you may also simply do 1001/11+1=91+1=921001/11 + 1 = 91 + 1 = 92 to find how many multiples of 1111 there are in between 1111 and 10011001. Then, divide 92/292/2 = 046\boxed{046} to find only the odd solutions. XxHalo711-XxHalo711


Another way is to write

x=100311y2x = \frac{1003-11y}2

Since 1003/11=91+2/111003/11 = 91 + 2/11, the answer is just the number of odd integers in [1,91][1,91], which is, again, 046\boxed{046}.


Solution 2

Using the above method, we can derive that a2r11=21003a^{2}r^{11} = 2^{1003}. Now, think about what happens when r is an even power of 2. Then a2a^{2} must be an odd power of 2 in order to satisfy the equation which is clearly not possible. Thus the only restriction r has is that it must be an odd power of 2, so 212^{1}, 232^{3}, 252^{5} .... all work for r, until r hits 2932^{93}, when it gets greater than 210032^{1003}, so the greatest value for r is 2912^{91}. All that's left is to count the number of odd integers between 1 and 91 (inclusive), which yields 046\boxed{046}.

Solution 3

Using the method from Solution 1, we get log8a12r66=2006    a12r66=82006=26018\log_8a^{12}r^{66}=2006 \implies a^{12}r^{66}=8^{2006}=2^{6018}.

Since aa and rr both have to be powers of 22, we can rewrite this as 12x+66y=601812x+66y=6018.

6018666(mod12)6018 \equiv 66 \equiv 6\pmod{12}. So, when we subtract 1212 from 60186018, the result is divisible by 6666. Evaluating that, we get (1,91)(1,91) as a valid solution. Since 662=121166 \cdot 2 = 12 \cdot 11, when we add 1111 to the value of aa, we can subtract 22 from the value of rr to keep the equation valid. Using this, we get (1,91),(12,89),(23,87),(541,1)(1,91),(12,89),(23,87), \cdots (541,1). In order to count the number of ordered pairs, we can simply count the number of yy values. Every odd number from 11 to 9191 is included, so we have 046\boxed{046} solutions.

-Phunsukh Wangdu