Square root and Cube root in the same equation

113 Views Asked by At

In a recent test I took, I received a question in an awkward form: $$\sqrt y-\sqrt[3]{1000-y}=16$$ How would I go about solving this?

1

There are 1 best solutions below

4
On

Let $x = \sqrt{y}$ and then you have that $$(x-16)^3 = 1000-x^2$$ which gives you a cubic that you can solve using standard methods.