If the integer k is added to each of the numbers 36, 300, and 596, one obtains the squares of three consecutive terms of an arithmetic series. Find k.
解析
Solution 1
Call the terms of the arithmetic progression a,a+d,a+2d, making their squares a2,a2+2ad+d2,a2+4ad+4d2.
We know that a2=36+k and (a+d)2=300+k, and subtracting these two we get 264=2ad+d2 (1). Similarly, using (a+d)2=300+k and (a+2d)2=596+k, subtraction yields 296=2ad+3d2 (2).
Subtracting the first equation from the second, we get 2d2=32, so d=4. Substituting backwards yields that a=31 and k=925.
Solution 2 (Straighforward, but has big numbers)
Since terms in an arithmetic progression have constant differences,
Let the arithmetic sequence be a−d, a, and a+d. Then (a+d)2−a2=296, but using the difference of squares, d(2a+d)=296. Also, a2−(a−d)2=264, and using the difference of squares we get d(2a−d)=264. Subtracting both equations gives 2d2=32, d=4, and a=35. Since a=35, a2=1225=300+k and k=925.