Solution 1
Rewrite the system of equations as
t−1x2+t−32y2+t−52z2+t−72w2=1.
This equation is satisfied when t∈{4,16,36,64}. After clearing fractions, for each of the values t=4,16,36,64, we have the equation
x2P1(t)+y2P3(t)+z2P5(t)+w2P7(t)=F(t),
where F(t)=(t−12)(t−32)(t−52)(t−72) and Pk(t)=F(t)/(t−k2), for k=1,3,5,7.
Since the polynomials on each side are equal at t=4,16,36,64, we can express the difference of the two polynomials by a quartic polynomial that has roots at t=4,16,36,64, so
x2P1(t)+y2P3(t)+z2P5(t)+w2P7(t)−F(t)=−(t−4)(t−16)(t−36)(t−64)(†)
The leading coefficient of the RHS is −1 because the leading coefficient of the LHS is −1.
Plug in t=12,32,52,72 in succession, into (†). In each case, most terms drop, and we end up with
x2=21032⋅52⋅72,y2=21033⋅5⋅7⋅11,z2=21032⋅7⋅11⋅13,w2=21032⋅5⋅11⋅13
Adding them up we get the sum as 32⋅4=036.
Postscript for the puzzled: This solution which is seemingly unnecessarily redundant in that it computes x2,y2,z2, and w2 separately before adding them to obtain the final answer is appealing because it gives the individual values of x2,y2,z2, and w2 which can be plugged into the given equations to check. Rewrite By MESITEMATH
Solution 2
As in Solution 1, we have
x2P1(t)+y2P3(t)+z2P5(t)+w2P7(t)=F(t),
where F(t)=(t−12)(t−32)(t−52)(t−72) and Pk(t)=F(t)/(t−k2), for k=1,3,5,7.
Now the coefficient of t3 on both sides must be equal. So instead of expanding it fully, we will find what the coefficients of the t4 and t3 terms are, so we can eventually apply Vieta's. We can write the long equation as
(x2+y2+z2+w2)t3+⋯=t4−(12+32+52+72)t3+…
Rearranging gives us
t4−(12+32+52+72+x2+y2+z2+w2)t3⋯=0.
By Vieta's, we know that the sum of the roots of this equation is
12+32+52+72+x2+y2+z2+w2=22+42+62+82.
(recall that the roots of the original and this manipulated form of it had roots 22,42,62, and 82). Thus,
x2+y2+z2+w2=22+42+62+82−12−32−52−72=36.
Solution 3 (Highly Unrecommended)
Before starting this solution, I highly recommend never following this unless you have no idea what to do with an hour of your time. Even so, learning the above solutions will be more beneficial.
22−1x2+22−32y2+22−52z2+22−72w2=142−1x2+42−32y2+42−52z2+42−72w2=162−1x2+62−32y2+62−52z2+62−72w2=182−1x2+82−32y2+82−52z2+82−72w2=1
can be rewritten as
3x2−5y2−21z2−45w2=115x2+7y2−9z2−33w2=135x2+27y2+11z2−13w2=163x2+55y2+39z2+15w2=1
You might be able to see where this is going. First off, find lcm(3,5,21,45),lcm(15,7,9,33),lcm(35,27,11,13), and lcm(63,55,39,15). Then, multiply by the respective lcm to clear all of the denominators. Once you do that, manipulate the equations to solve for w2+x2+y2+z2.
Now, most of this is just a brainless bash, and reemphasizing, please try to learn the above solutions. This is only a last resort and only to be used if you have too much time left. The exact amount of time this bash takes depends on the person and how quickly they can manipulate the equations.
Solution 4 (Fast, Efficient, Smart, Highly Recommended, Best)
Notice how on each line, we have equations of the form a−12x2+a−32y2+a−52z2+a−72w2=1. We can let this be a polynomial, with respect to a. We can say that w2, x2, y2, and z2 are coefficients, and not variables. So, we can now expand the fractions to get (a−1)(a−9)(a−25)(a−49)=x2(a−9)(a−25)(a−49) +y2(a−1)(a−25)(a−49) +z2(a−1)(a−9)(a−49) +w2(a−1)(a−9)(a−25).
Now, we have arrived at this huge expression, but what do we do with it?
Well, we can look at what we want to find - x2+y2+z2+w2. So, we want the sum of x2, y2, z2, and w2. Looking back to our expression, we can note how on the right hand side, the a3 terms add to x2+y2+z2+w2. Also, on the left hand side, the a3 coefficient is −84 (which is achievable by Vieta's formulas rather than expanding if you want to save a few seconds). So, moving all the a3 terms to the left hand side, then we have that by Vieta's formulas, the sum of the roots is −84−x2−y2−z2−w2=−(22+42+62+82). Then, we can solve to find that x2+y2+z2+w2=120−84=036.