minns
I have a question. Can the value of RHS be negative i.e -6. Although the expression can give us two possible values, as we have square root on LHS -6 is impossible. So even if the options have the value -1000, the right answer will be 8 right. Please correct me if i am wrong.
Bunuel
\((\sqrt[3]{64}+\sqrt[3]{x})^2=36\)
For the equation shown above, what is the value of x ?
I think the wording of this question was fixed -- the equation has two solutions, so it needs to ask "what could be the value of x" if only one of those two solutions will appear among the answer choices. A lot of the posts above I'm guessing quoted the question before it was edited.
If an equation says:
y^2 = 36
then that equation has two solutions; y can be 6 or -6. That's what is happening here:
\(\\
\sqrt[3](64) + \sqrt[3]{x} = 6\\
\)
or
\(\\
\sqrt[3](64) + \sqrt[3]{x} = -6\\
\)
The first equation above has the solution x = 8. The second equation, though, also has a solution, x = -1000. We're taking a cube root in that equation, not a square root, and it's perfectly fine to take a cube root of a negative number.