You can put this solution on YOUR website! IF THE SUM OF TWO NUMBERS IS 7 AND THE SUM OF THEIR CUBES IS 133 FIND THE SUM OF THEIR SQUARES?
=============
They're small numbers, to trial and error is the easiest way.
1 & 6 --> 1 + 216 = 217 NG
2 & 5 --> 8 + 125 = 133
You can find the squares of 2 & 5.
===============
If the numbers were larger, or not integers:
x + y = 7
x^3 + y^3 = 133
Sub for y, y = 7-x
-----
x^3 + (7-x)^3 = 133
It's easy to solve for x when you know the answer.