返回题库

AIME 1989 · 第 7 题

AIME 1989 — Problem 7

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

If the integer kk is added to each of the numbers 3636, 300300, and 596596, one obtains the squares of three consecutive terms of an arithmetic series. Find kk.

解析

Solution 1

Call the terms of the arithmetic progression a, a+d, a+2da,\ a + d,\ a + 2d, making their squares a2, a2+2ad+d2, a2+4ad+4d2a^2,\ a^2 + 2ad + d^2,\ a^2 + 4ad + 4d^2.

We know that a2=36+ka^2 = 36 + k and (a+d)2=300+k(a + d)^2 = 300 + k, and subtracting these two we get 264=2ad+d2264 = 2ad + d^2 (1). Similarly, using (a+d)2=300+k(a + d)^2 = 300 + k and (a+2d)2=596+k(a + 2d)^2 = 596 + k, subtraction yields 296=2ad+3d2296 = 2ad + 3d^2 (2).

Subtracting the first equation from the second, we get 2d2=322d^2 = 32, so d=4d = 4. Substituting backwards yields that a=31a = 31 and k=925k = \boxed{925}.

Solution 2 (Straighforward, but has big numbers)

Since terms in an arithmetic progression have constant differences,

300+k36+k=596+k300+k\sqrt{300+k}-\sqrt{36+k}=\sqrt{596+k}-\sqrt{300+k}     2300+k=596+k+36+k\implies 2\sqrt{300+k} = \sqrt{596+k}+\sqrt{36+k}     4k+1200=596+k+36+k+2(596+k)(36+k)\implies 4k+1200=596+k+36+k+2\sqrt{(596+k)(36+k)}     2k+568=2(596+k)(36+k)\implies 2k+568=2\sqrt{(596+k)(36+k)}     k+284=(596+k)(36+k)\implies k+284=\sqrt{(596+k)(36+k)}     k2+568k+80656=k2+632k+21456\implies k^2+568k+80656=k^2+632k+21456     568k+80656=632k+21456\implies 568k+80656=632k+21456     64k=59200\implies 64k = 59200     k=925\implies k = \boxed{925}

Solution 3

Let the arithmetic sequence be ada-d, aa, and a+da+d. Then (a+d)2a2=296(a+d)^2-a^2 = 296, but using the difference of squares, d(2a+d)=296d(2a+d)=296. Also, a2(ad)2=264a^2-(a-d)^2 = 264, and using the difference of squares we get d(2ad)=264d(2a-d) = 264. Subtracting both equations gives 2d2=322d^2 = 32, d=4d = 4, and a=35a = 35. Since a=35a = 35, a2=1225=300+ka^2 = 1225 = 300+k and k=925k = \boxed{925}.

~~Disphenoid_lover

Video Solution by OmegaLearn

https://youtu.be/qL0OOYZiaqA?t=251

~ pi_is_3.14