Question 1091536
(-27x^18/y^-36)^2/3
<pre>{{{((- 27x^18)/y^(- 36))^(2/3)}}}
{{{(root (3, (- 27x^18)/y^(- 36)))^2}}}
{{{(root (3, (- 27x^18))/root (3, (y^(- 36))))^2}}}
{{{((- 27^(1/3) * (x^18)^(1/3))/(y^(- 36))^(1/3))^2}}} =====> {{{((- 3 * x^6)/y^(- 12))^2}}} =====> {{{((- 3)^2 * (x^6)^2)/(y^(- 12))^2}}} ======> {{{(9 * x^12)/y^(- 24)}}} =======> {{{matrix(1,3, 9x^12, "÷", 1/y^24)}}} ======> {{{highlight_green(9x^12y^24)}}}