Solution 1 (Quadratic Function)
Note that each given equation is of the form
f(k)=k2x1+(k+1)2x2+(k+2)2x3+(k+3)2x4+(k+4)2x5+(k+5)2x6+(k+6)2x7
for some k∈{1,2,3}.
When we expand f(k) and combine like terms, we obtain a quadratic function of k:
f(k)=ak2+bk+c,
where a,b, and c are linear combinations of x1,x2,x3,x4,x5,x6, and x7.
We are given that
f(1)f(2)f(3)=42a+b+c=4a+2b+c=9a+3b+c=1,=12,=123,
and we wish to find f(4).
We eliminate c by subtracting the first equation from the second, then subtracting the second equation from the third:
3a+b5a+b=11,=111.
By either substitution or elimination, we get a=50 and b=−139. Substituting these back produces c=90.
Finally, the answer is
f(4)=16a+4b+c=334.
~Azjps ~MRENTHUSIASM
Solution 2 (Linear Combination)
For simplicity purposes, we number the given equations (1),(2), and (3), in that order. Let
16x1+25x2+36x3+49x4+64x5+81x6+100x7=S.(4)
Subtracting (1) from (2), subtracting (2) from (3), and subtracting (3) from (4), we obtain the following equations, respectively:
3x1+5x2+7x3+9x4+11x5+13x6+15x75x1+7x2+9x3+11x4+13x5+15x6+17x77x1+9x2+11x3+13x4+15x5+17x6+19x7=11,=111,=S−123.(5)(6)(7)
Subtracting (5) from (6) and subtracting (6) from (7), we obtain the following equations, respectively:
2x1+2x2+2x3+2x4+2x5+2x6+2x72x1+2x2+2x3+2x4+2x5+2x6+2x7=100,=S−234.(8)(9)
Finally, applying the Transitive Property to (8) and (9) gives S−234=100, from which S=334.
~Duohead ~MRENTHUSIASM
Solution 3 (Finite Differences by Arithmetic)
Note that the second differences of all quadratic sequences must be constant (but nonzero). One example is the following sequence of perfect squares:

Label equations (1),(2),(3), and (4) as Solution 2 does. Since the coefficients of x1,x2,x3,x4,x5,x6,x7, or (1,4,9,16),(4,9,16,25),(9,16,25,36),(16,25,36,49),(25,36,49,64),(36,49,64,81),(49,64,81,100), respectively, all form quadratic sequences with second differences 2, we conclude that the second differences of equations (1),(2),(3),(4) must be constant.
It follows that the second differences of (1,12,123,S) must be constant, as shown below:

Finally, we have d2=100, from which
S=123+d1=123+(111+d2)=334.
~MRENTHUSIASM
Solution 4 (Finite Differences by Algebra)
Notice that we may rewrite the equations in the more compact form as:
i=1∑7i2xii=1∑7(i+1)2xii=1∑7(i+2)2xii=1∑7(i+3)2xi=c1,=c2,=c3,=c4,
where c1=1,c2=12,c3=123, and c4 is what we are trying to find.
Now consider the polynomial given by f(z)=∑i=17(i+z)2xi (we are only treating the xi as coefficients).
Notice that f is in fact a quadratic. We are given f(0)=c1,f(1)=c2,f(2)=c3 and are asked to find f(3)=c4. Using the concept of finite differences (a prototype of differentiation) we find that the second differences of consecutive values is constant, so that by arithmetic operations we find c4=334.
Alternatively, applying finite differences, one obtains
c4=(23)f(2)−(13)f(1)+(03)f(0)=334.
Solution 5 (Assumption)
The idea is to multiply the first, second and third equations by a,b, and c, respectively.
We can only consider the coefficients of x1,x2, and x3:
a+4b+9c4a+9b+16c9a+16b+25c=16,=25,=36.
Subtracting (1) from (2), we get
3a+5b+7c=9.(4)
Subtracting 3⋅(4) from (3), we get
b+4c=9.(5)
Subtracting (1) from 4⋅(5), we get
7c−a=20.(6)
From (5) and (6), we have (a,b,c)=(7c−20,9−4c,c). Substituting this into (2) gives (a,b,c)=(1,−3,3).
Therefore, the answer is 1⋅1+12⋅(−3)+123⋅3=334.
Solution 6 (Assumption)
We let (x4,x5,x6,x7)=(0,0,0,0). Thus, we have
x1+4x2+9x34x1+9x2+16x39x1+16x2+25x3=1,=12,=123.
Grinding this out, we have (x1,x2,x3)=(4797,−229,4319) which gives 334 as our final answer.
~Pleaseletmewin
Solution 7 (Similar to Solutions 3 and 4)
Let sn=n2 be the sequence of perfect squares. By either expanding or via finite differences, one can prove the miraculous recursion
sn=3sn−1−3sn−2+sn−3.
Hence, the answer is simply
3⋅123−3⋅12+1=334.
I first saw this in a Mathologer video: https://www.youtube.com/watch?v=4AuV93LOPcE
~Ritwin
Note: You can prove this recursion through considering the coefficients for each xi as a2,(a+1)2,(a+2)2 for the equations respectively.
All we are left to do is find (a+3)2 in terms of the above 3 quadratics. Because we have an a2 as one, we don't have to worry about the a2 term, we can just manipulate it by adding or subtracting any number of the first quadratic.
We are left to find a combination of the second and third quadratics that have the linear term and constant of (a+3)2. With little experimentation we find that 3(a+2)2−3(a+1)2=6a+9. All we have to add back is one a2.
Thus, the recursion holds. That for any term xi the coefficients would be recursible by a2 = 3(a−1)2−3(a−2)2+(a−3)(Where we have set a as a−3)
~Avi_2009
Solution 8
We number our equations with (n) denoting equation n
x1+4x2+9x3+16x4+25x5+36x6+49x74x1+9x2+16x3+25x4+36x5+49x6+64x79x1+16x2+25x3+36x4+49x5+64x6+81x7=1=12=123(1)(2)(3)
See that we want to find the value of
7x1+9x2+11x3+13x4+15x5+17x6+19x7
and add that to (3). Keep this in mind.
Subtracting (1) from (2) yields
3x1+5x2+7x3+9x4+11x5+13x6+15x7=11 (4)
and subtracting (2) from (3) yields
5x1+7x2+9x3+11x4+13x5+15x6+17x7=111 (5)
subtracting (4) from (5) yields
2x1+2x2+2x3+2x4+2x5+2x6+2x7=100 (6)
Adding this back to (5) yields
7x1+9x2+11x3+13x4+15x5+17x6+19x7=211 (7)
Now, simply adding (7) to (3) yields
16x1+25x2+36x3+49x4+64x5+81x6+100x7=334
~shockfront99(omg this is my first AIME solve)
Video Solution
https://www.youtube.com/watch?v=4mOROTEkvWI ~ MathEx