返回题库

AIME 2021 I · 第 5 题

AIME 2021 I — Problem 5

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Call a three-term strictly increasing arithmetic sequence of integers special if the sum of the squares of the three terms equals the product of the middle term and the square of the common difference. Find the sum of the third terms of all special sequences.

解析

Solution 1

Let the terms be aba-b, aa, and a+ba+b. Then we want (ab)2+a2+(a+b)2=ab2(a-b)^2+a^2+(a+b)^2=ab^2, or 3a2+2b2=ab23a^2+2b^2=ab^2. Rearranging, we get b2=3a2a2b^2=\frac{3a^2}{a-2}. Simplifying further, b2=3a+6+12a2b^2=3a+6+\frac{12}{a-2}. Looking at this second equation, since the right side must be an integer, a2a-2 must equal ±1,2,3,4,6,12\pm1, 2, 3, 4, 6, 12. Looking at the first equation, we see a>2a>2 since b2b^2 is positive. This means we must test a=3,4,5,6,8,14a=3, 4, 5, 6, 8, 14. After testing these, we see that only a=5a=5 and a=14a=14 work which give b=5b=5 and b=7b=7 respectively. Thus the answer is 10+21=03110+21=\boxed{031}. ~JHawk0224

Note: You could also use synthetic division to get b2=3a2a2b^2=\frac{3a^2}{a-2}.

Solution 2

Let the common difference be dd and let the middle term be xx. Then, we have that the sequence is

xd, x, x+d.x-d,~x,~x+d. This means that the sum of the squares of the 3 terms of the sequence is

(xd)2+x2+(x+d)2=x22xd+d2+x2+x2+2xd+d2=3x2+2d2.(x-d)^2+x^2+(x+d)^2=x^2-2xd+d^2+x^2+x^2+2xd+d^2=3x^2+2d^2. We know that this must be equal to xd2,xd^2, so we can write that

3x2+2d2=xd2,3x^2+2d^2=xd^2, and it follows that

3x2xd2+2d2=3x2(d2)x+2d2=0.3x^2-xd^2+2d^2=3x^2-\left(d^2\right)x+2d^2=0. Now, we can treat dd as a constant and use the quadratic formula to get

x=d2±d44(3)(2d2)6.x=\frac{d^2\pm \sqrt{d^4-4(3)(2d^2)}}{6}. We can factor pull d2d^2 out of the square root to get

x=d2±dd2246.x=\frac{d^2\pm d\sqrt{d^2-24}}{6}. Here, it is easy to figure out the values of dd. Let d224=k\sqrt{d^2-24} = k, then d2k2=24d^2-k^2=24 which is (d+k)(dk)=24,(d+k)(d-k)=24, note that dd, kk are integers. Examining the parity, we find that d+kd+k and dkd-k are of the same parity. Now, we solve by factoring. We can find that d=5d=5 and d=7d=7 are the only positive integer values of dd that make d224\sqrt{d^2-24} a positive integer.^{*} d=5d=5 gives x=5x=5 and x=103x=\frac{10}{3}, but we can ignore the latter. d=7d=7 gives x=14x=14, as well as a fraction which we can ignore.

Since d=5, x=5d=5,~x=5 and d=7,x=14d=7, x=14 are the only two solutions and we want the sum of the third terms, our answer is (5+5)+(7+14)=10+21=031(5+5)+(7+14)=10+21=\boxed{031}. -BorealBear, minor edit by Kinglogic

^*To prove this, let d224=k\sqrt{d^2-24} = k, then d2k2=24d^2-k^2=24 which is (d+k)(dk)=24,(d+k)(d-k)=24, then remembering that dd and kk are integers see if you can figure it out. -PureSwag

Solution 3

Proceed as in solution 2, until we reach

3x2+2d2=xd2,3x^2+2d^2=xd^2, Write

d2=3x2x2d^2=\frac{3x^2}{x-2}, it follows that x2=3k2x-2=3k^2 for some (positive) integer k and kxk \mid x.

Taking both sides modulo kk, 20(modk)-2 \equiv 0 \pmod{k}, so k2k=1,2k \mid 2 \rightarrow k=1,2.

When k=1k=1, we have x=5x=5 and d=5d=5. When k=2k=2, we have x=14x=14 and d=7d=7. Summing the two cases, we have 10+21=03110+21=\boxed{031}.

-Ross Gao

Solution 4 (Combining Solution 1 and Solution 3)

As in Solution 1, write the three integers in the sequence as ada-d, aa, and a+da+d.

Then the sum of the squares of the three integers is (ad)2+a2+(a+d)2=3a2+2d2(a-d)^2+a^2+(a+d)^2 = 3a^2+2d^2.

Setting this equal to the middle term times the common difference squared, which is ad2ad^2,

and solving for d2d^2 we get:

3a2+2d2=ad2    ad22d2=3a2    d2(a2)=3a2    d2=3a2a23a^2+2d^2 = ad^2 \implies ad^2-2d^2 = 3a^2 \implies d^2(a-2) = 3a^2 \implies d^2 = \frac{3a^2}{a-2}

The numerator has to be positive, so the denominator has to be positive too for the sequence

to be strictly increasing; that is, a>2a>2.

For 3a2a2\frac{3a^2}{a-2} to be a perfect square, 3a2\frac{3}{a-2} must be a perfect square as well.

This means that a2a-2 is divisible by 3, and whatever left over is a perfect square.

We can express this as an equation: let the perfect square left over be n2n^2. Then:

3n2=a23n^2 = a-2. Now when you divide the numerator and denominator by 3, you are left with

d2=a2n2    d=and^2 = \frac{a^2}{n^2} \implies d = \frac{a}{n}. Because the sequence is of integers, d must also be an

integer, which means that nn must divide aa.

Taking the above equation we can solve for aa: 3n2=a2    a=3n2+23n^2 = a-2 \implies a = 3n^2+2.

This means that 3n2+23n^2+2 is divisible by nn. 3n23n^2 is automatically divisible by nn, so

22 must be divisible by nn. Then nn must be either of {1,2}\{1,2\}. Plugging back into the equation,

n=1    a=5    d=5n = 1 \implies a = 5 \implies d = 5, so a+d=5+5=10a+d = 5+5 = 10.

n=2    a=14    d=7n = 2 \implies a = 14 \implies d = 7, so a+d=14+7=21a+d = 14+7 = 21.

Finally, 10+21=03110+21 = \boxed{031}

-KingRavi

Solution 5

Following from previous solutions, we derive 3x2+2a2=xa2.3x^2+2a^2=xa^2. We divide both sides to get 3(xa)2+2=x.3\left(\frac{x}{a}\right)^2+2=x. Since xx is an integer, xa\frac{x}{a} must also be an integer, so we have x=pax=pa, for some factor pp. We then get 3p2+2=pa.3p^2+2=pa. We then take this to modulo pp, getting 20(modp).2\equiv 0 \pmod p. The only possibilities for pp are therefore 1 and 2. We plug these into 3p2+2=pa3p^2+2=pa, for a=5a=5 and x=5x=5, giving us the sequence 0,5,100,5,10, or 2a=142a=14 and x=14x=14, for the sequence 7,14,21.7,14,21. 10+21=031.10+21 = \boxed{031}.

-RYang2

Video Solution 1

https://youtu.be/92dvTKV1nPc

~MathProblemSolvingSkills.com

Video Solution 2

https://www.youtube.com/watch?v=I43RH5DUa1I

Video Solution 3

https://youtu.be/M3DsERqhiDk?t=1465