I stumbled upon the following in an old math book and could use a hint:
The sum of the volumes of two cubes is 35, whereas the sum of the surface area of the two cubes is 78. Calculate the lengths of the sides of the two cubes.
So, if we let $x$ be the length of the side of one cube, and $y$ be the length of the side of the other, we must have:
$$x^3 + y^3 = 35$$ $$6x^2 + 6y^2 = 78$$
i.e.:
$$x^3 + y^3 = 35$$ $$x^2 + y^2 = 13$$
How to proceed from there? If I try the obvious things like isolating x or y and plug into the other one I get a mess. Is there some type of substitution required?
Hint: $\,(2,3),(3,2)\,$ are "obvious" solutions, then equating $\,x^6 = (35-y^3)^2=(13-y^2)^3\,$ gives:
$$ 0 = 2 y^6 - 39 y^4 - 70 y^3 + 507 y^2 - 972 = (y - 2) (y - 3) (2 y^4 + 10 y^3 - y^2 - 135 y - 162) $$
What's left to prove is that the quartic factor does not have two positive real roots.