Question 487734
<pre>
How would you put this into radical form: (8x)2/3.


{{{matrix(2,1, " ", (8x)^(2/3))}}} = {{{matrix(2,1, " ", (8 * x)^(2/3))}}} = {{{matrix(2,1, " ", 8^(2/3) * x^(2/3))}}} = {{{matrix(2,1, " ", 2^2 * x^(2/3))}}} = {{{matrix(1,3, matrix(2,1, " ", 4x^(2/3)), "=", highlight(4root(3, x^2)))}}}</pre>