返回题库

AIME 2003 II · 第 8 题

AIME 2003 II — Problem 8

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Find the eighth term of the sequence 1440,1440, 1716,1716, 1848,,1848,\ldots, whose terms are formed by multiplying the corresponding terms of two arithmetic sequences.

解析

Solution 0.67

If you multiply the corresponding terms of two arithmetic sequences, you get the terms of a quadratic function. Thus, we have a quadratic ax2+bx+cax^2+bx+c such that f(1)=1440f(1)=1440, f(2)=1716f(2)=1716, and f(3)=1848f(3)=1848. Plugging in the values for x gives us a system of three equations:

a+b+c=1440a+b+c=1440 4a+2b+c=17164a+2b+c=1716 9a+3b+c=18489a+3b+c=1848

Solving gives a=72,b=492,a=-72, b=492, and c=1020c=1020. Thus, the answer is 72(8)2+4928+1020=348.-72(8)^2+492\cdot8+1020= \boxed{348}.

Solution 1 (faster)

Use the same rationale as in solution 1; instead of using terms 1,2,31,2,3, we use 1,0,1-1,0,1 and solve the 66th term.

ab+c=1440a-b+c=1440 c=1716c=1716 a+b+c=1848a+b+c=1848

Accordingly we will solve

a=72,b=204,c=1716a=-72, b=204, c=1716 36a+6b+c=348.36a+6b+c= \boxed{348}.

-maxamc

Solution 2

Setting one of the sequences as a+nr1a+nr_1 and the other as b+nr2b+nr_2, we can set up the following equalities

ab=1440ab = 1440 (a+r1)(b+r2)=1716(a+r_1)(b+r_2)=1716 (a+2r1)(b+2r2)=1848(a+2r_1)(b+2r_2)=1848

We want to find (a+7r1)(b+7r2)(a+7r_1)(b+7r_2)

Foiling out the two above, we have

ab+ar2+br1+r1r2=1716ab + ar_2 + br_1 + r_1r_2 = 1716 and ab+2ar2+2br1+4r1r2=1848ab + 2ar_2 + 2br_1 + 4r_1r_2 = 1848

Plugging in ab=1440ab=1440 and bringing the constant over yields

ar2+br1+r1r2=276ar_2 + br_1 + r_1r_2 = 276 ar2+br1+2r1r2=204ar_2 + br_1 + 2r_1r_2 = 204

Subtracting the two yields r1r2=72r_1r_2 = -72 and plugging that back in yields ar2+br1=348ar_2 + br_1 = 348

Now we find

(a+7r1)(b+7r2)=ab+7(ar2+br1)+49r1r2=1440+7(348)+49(72)=348(a+7r_1)(b+7r_2) = ab + 7(ar_2 + br_1) + 49r_1r_2 = 1440 + 7(348) + 49(-72) = \boxed{348}.

Solution 3

Let the first sequence be

A=a+d1,a+2d1,a+3d1,A={a+d_1, a + 2d_1, a + 3d_1, \cdots}

and the second be

B=b+d2,b+2d2,b+3d2,B={b+d_2, b + 2d_2, b + 3d_2, \cdots},

with (a+d1)(b+d2)=1440(a+d_1)(b+d_2)=1440. Now, note that the nthn^{\text{th}} term of sequence AA is a+d1na+d_1 n and the nthn^{\text{th}} term of BB is b+d2nb + d_2 n. Thus, the nthn^{\text{th}} term of the given sequence is

n2(d1+d2)+n(ad2+bd1)+abn^2(d_1 + d_2) + n(ad_2 + bd_1) + ab,

a quadratic in nn. Now, letting the given sequence be CC, we see that

CnCn1=n2(d1+d2)+n(ad2+bd1)+ab(n1)2(d1+d2)(n1)(ad2+bd1)ab=n(2d1+2d2)+ad2+bd1d1d2C_n - C_{n-1} = n^2(d_1 + d_2) + n(ad_2 + bd_1) + ab - (n-1)^2(d_1 + d_2) - (n-1)(ad_2 + bd_1) - ab = n(2d_1 + 2d_2) + ad_2 + bd_1 - d_1 - d_2,

a linear equation in nn. Since C2C1=276C_2 - C_1 = 276 and C3C2=132C_3 - C_2 = 132, we can see that, in general, we have

CnCn1=420144nC_n - C_{n-1} = 420 - 144n.

Thus, we can easily find

C4C3=12C4=1836C_4 - C_3 = -12 \rightarrow C_4 = 1836,

C5C4=156C5=1680C_5 - C_4 = -156 \rightarrow C_5 = 1680,

C6C5=300C6=1380C_6 - C_5 = -300 \rightarrow C_6 = 1380,

C7C6=444C7=936C_7 - C_6 = -444 \rightarrow C_7 = 936, and finally

C8C7=588C8=348C_8 - C_7 = -588 \rightarrow \boxed{C_8 = 348}.

Solution 4(Tedious)

Start by labeling the two sequences:

Sequence 1:a,a+d1,a+2d1,a+(n1)d1a,a+d_1,a+2d_1,\dots a+(n-1)d_1,

Sequence 2:b,b+d2,b+2d2,b+(n1)d2b,b+d_2,b+2d_2,\dots b+(n-1)d_2.

Additionally, label the sequence given in the problem the function ff, such that

f(1)=1440,f(2)=1716,f(3)=1848f(1)=1440,f(2)=1716,f(3)=1848.

Then,

f(1)=ab,f(1)=ab, f(2)=(a+d1)(b+d2)=a+ad2+d1b+d1d2,f(2)=(a+d_1)(b+d_2)=a+ad_2+d_1b+d_1d_2, f(3)=(a+2d1)(b+2d2)=ab+2ad2+2bd1+4d1d2,f(3)=(a+2d_1)(b+2d_2)=ab+2ad_2+2bd_1+4d_1d_2,

and f(8)=(a+7d1)(b+7d2)=ab+7ad2+7bd1+49d1d2f(8)=(a+7d_1)(b+7d_2)=ab+7ad_2+7bd_1+49d_1d_2.

In order to find f(8)f(8) add f(3)f(3) enough times to get the difference between the d1d2d_1d_2 and ad2+bd1ad_2+bd_1 terms, then add f(2)f(2) and f(1)f(1) to get the other terms:

21f(3)=21ab+42ad2+42bd1+84d1d221f(3)=21ab+42ad_2+42bd_1+84d_1d_2 21f(3)35f(2)=21ab+42ad2+42bd1+84d1d235a35ad235d1b35d1d2=14ab+7ad2+7bd1+49d1d221f(3)-35f(2)=21ab+42ad_2+42bd_1+84d_1d_2-35a-35ad_2-35d_1b-35d_1d_2=-14ab+7ad_2+7bd_1+49d_1d_2 21f(3)35f(2)+15f(1)=14ab+7ad2+7bd1+49d1d2+15ab=ab+7ad2+7bd1+49d1d221f(3)-35f(2)+15f(1)=-14ab+7ad_2+7bd_1+49d_1d_2+15ab=ab+7ad_2+7bd_1+49d_1d_2

Now that the expression is in terms of the given values, insert values and solve:

211848351716+151440=1848+20132+(201716351716+151716)+15(276)21*1848-35*1716+15*1440=1848+20*132+(20*1716-35*1716+15*1716)+15*(-276) =1848+5132+15(132276)=1848+5*132+15(132-276) =1848+660+15(144)=1848+660+15(-144) =348=348

Video Solution by Scholars Foundation

https://youtu.be/Kj0L8jMicOA?si=Dtj0kcosTtX2jki_