I need someone to show me how to solve this input/output problem

38 Views Asked by At

Alright, so I have: $4y^3 = x$

And now I have to solve for $y$, where I can later use that equation to answer other questions I have. Can someone hint me out on how to solve for $y$ given the above formula?

1

There are 1 best solutions below

0
On

community wiki answer so that the question can be closed

\begin{align*} 4y^3 & = x\\ y^3 & = \frac{x}{4}\\ y & = \left(\frac{x}{4}\right)^{\frac{1}{3}} \end{align*}