You can put this solution on YOUR website! The sum of two numbers is 12 and the sum of their squares is 74
-----------------------------
Equation:
x + y = 12
x^2 + y^2 = 74
---------------------
Substitute for "y" and solve for "x":
----
x^2 + (12-x^2)^2 = 74
----
x^2 + 144 -24x^2 + x^4 = 74
--------
x^4 -23x^2 + 70 = 0
----
Use the quadratic formula to find the 4 solutions.
================
Cheers,
Stan H.