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+c such that f(1)=1440, f(2)=1716, and f(3)=1848. Plugging in the values for x gives us a system of three equations:
a+b+c=1440
4a+2b+c=1716
9a+3b+c=1848
Solving gives a=−72,b=492, and c=1020. Thus, the answer is −72(8)2+492⋅8+1020=348.
Solution 1 (faster)
Use the same rationale as in solution 1; instead of using terms 1,2,3, we use −1,0,1 and solve the 6th term.
a−b+c=1440
c=1716
a+b+c=1848
Accordingly we will solve
a=−72,b=204,c=1716
36a+6b+c=348.
-maxamc
Solution 2
Setting one of the sequences as a+nr1 and the other as b+nr2, we can set up the following equalities
ab=1440
(a+r1)(b+r2)=1716
(a+2r1)(b+2r2)=1848
We want to find (a+7r1)(b+7r2)
Foiling out the two above, we have
ab+ar2+br1+r1r2=1716 and ab+2ar2+2br1+4r1r2=1848
Plugging in ab=1440 and bringing the constant over yields
ar2+br1+r1r2=276
ar2+br1+2r1r2=204
Subtracting the two yields r1r2=−72 and plugging that back in yields ar2+br1=348
Now we find
(a+7r1)(b+7r2)=ab+7(ar2+br1)+49r1r2=1440+7(348)+49(−72)=348.
Solution 3
Let the first sequence be
A=a+d1,a+2d1,a+3d1,⋯
and the second be
B=b+d2,b+2d2,b+3d2,⋯,
with (a+d1)(b+d2)=1440. Now, note that the nth term of sequence A is a+d1n and the nth term of B is b+d2n. Thus, the nth term of the given sequence is
n2(d1+d2)+n(ad2+bd1)+ab,
a quadratic in n. Now, letting the given sequence be C, we see that
Cn−Cn−1=n2(d1+d2)+n(ad2+bd1)+ab−(n−1)2(d1+d2)−(n−1)(ad2+bd1)−ab=n(2d1+2d2)+ad2+bd1−d1−d2,
a linear equation in n. Since C2−C1=276 and C3−C2=132, we can see that, in general, we have
Cn−Cn−1=420−144n.
Thus, we can easily find
C4−C3=−12→C4=1836,
C5−C4=−156→C5=1680,
C6−C5=−300→C6=1380,
C7−C6=−444→C7=936, and finally
C8−C7=−588→C8=348.
Solution 4(Tedious)
Start by labeling the two sequences:
Sequence 1:a,a+d1,a+2d1,…a+(n−1)d1,
Sequence 2:b,b+d2,b+2d2,…b+(n−1)d2.
Additionally, label the sequence given in the problem the function f, such that
f(1)=1440,f(2)=1716,f(3)=1848.
Then,
f(1)=ab,
f(2)=(a+d1)(b+d2)=a+ad2+d1b+d1d2,
f(3)=(a+2d1)(b+2d2)=ab+2ad2+2bd1+4d1d2,
and f(8)=(a+7d1)(b+7d2)=ab+7ad2+7bd1+49d1d2.
In order to find f(8) add f(3) enough times to get the difference between the d1d2 and ad2+bd1 terms, then add f(2) and f(1) to get the other terms:
21f(3)=21ab+42ad2+42bd1+84d1d2
21f(3)−35f(2)=21ab+42ad2+42bd1+84d1d2−35a−35ad2−35d1b−35d1d2=−14ab+7ad2+7bd1+49d1d2
21f(3)−35f(2)+15f(1)=−14ab+7ad2+7bd1+49d1d2+15ab=ab+7ad2+7bd1+49d1d2
Now that the expression is in terms of the given values, insert values and solve:
21∗1848−35∗1716+15∗1440=1848+20∗132+(20∗1716−35∗1716+15∗1716)+15∗(−276)
=1848+5∗132+15(132−276)
=1848+660+15(−144)
=348
Video Solution by Scholars Foundation
https://youtu.be/Kj0L8jMicOA?si=Dtj0kcosTtX2jki_