返回题库

AIME 1989 · 第 4 题

AIME 1989 — Problem 4

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

If aareconsecutivepositiveintegerssuchthata are consecutive positive integers such thatb+c+disaperfectsquareandis a perfect square anda+b+c+d+eisaperfectcube,whatisthesmallestpossiblevalueofis a perfect cube, what is the smallest possible value ofc$?

解析

Solution

Since the middle term of an arithmetic progression with an odd number of terms is the average of the series, we know b+c+d=3cb + c + d = 3c and a+b+c+d+e=5ca + b + c + d + e = 5c. Thus, cc must be in the form of 3x23 \cdot x^2 based upon the first part and in the form of 52y35^2 \cdot y^3 based upon the second part, with xx and yy denoting an integers. cc is minimized if it’s prime factorization contains only 3,53,5, and since there is a cubed term in 52y35^2 \cdot y^3, 333^3 must be a factor of cc. 3352=6753^35^2 = \boxed{675}, which works as the solution.

Solution 2

Let bb, cc, dd, and ee equal a+1a+1, a+2a+2, a+3a+3, and a+4a+4, respectively. Call the square and cube k2k^2 and m3m^3, where both k and m are integers. Then:

5a+10=m35a + 10 = m^3

Now we know m3m^3 is a multiple of 125 and mm is a multiple of 5. The lower mm is, the lower the value of cc will be. Start from 5 and add 5 each time.

m=5m = 5 gives no solution for k

m=10m = 10 gives no solution for k

m=15m = 15 gives a solution for k.

10+5a=15310 + 5a = 15^3 2+a=6752 + a = 675 c=675c = \boxed{675}

-jackshi2006

Solution 3

Let the numbers be a,a+1,a+2,a+3,a+4.a,a+1,a+2,a+3,a+4. When then know 3a+63a+6 is a perfect cube and 5a+105a+10 is perfect cube. Since 5a+105a+10 is divisible by 55 we know that 5a+10=(5k)35a+10 = (5k)^3 since otherwise we get a contradiction. This means a=25k32a = 25k^3 - 2 in which plugging into the other expression we know 3(25k32)+6=75k33(25k^3 - 2) + 6 = 75k^3 is a perfect square. We know 75=52375 = 5^2 \cdot 3 so we let k=3k = 3 to obtain the perfect square. This means that c=a+2=(25272)+2=2527=675.c = a+2 = (25 \cdot 27 - 2)+2 = 25 \cdot 27 = \boxed{675}.

Solution 4

(This is literally a combination of 1 and 3)

Since aa, bb, cc, dd, and ee are consecutive, a=c2a = c-2, b=c1b = c-1, c=cc=c, d=c+1d = c+1, and e=c+2e = c+2.

Because b+c+d=3cb+c+d = 3c is a perfect square, and a+b+c+d+e=5ca+b+c+d+e = 5c is a perfect cube, we can express cc as c=3n5kc = 3^{n} \cdot 5^{k}.

Now, by the problem's given information,

k0(mod 2)k \equiv 0 \text{(mod 2)} n0(mod 3)n \equiv 0 \text{(mod 3)}

and because ALL exponents have to be cubes/squares,

k2(mod 3)k \equiv 2 \text{(mod 3)} n1(mod 2)n \equiv 1 \text{(mod 2)}

Therefore,

k=2k = 2 n=3n = 3

c=3352=675c = 3^3 \cdot 5^2 = \boxed{675}.

~ethanhansummerfun