Question 890435
Starting with, {{{highlight_green(24/(2sqrt(x))^3)}}}


{{{24/(2^3*(sqrt(x))^3)}}}


{{{(24/2^3)/(sqrt(x))^3}}}


{{{(2^3*3/2^3)/(x^(1/2))^3}}}


{{{(cross(2^3)*3/cross(2^3))/(x^(1/2))^3}}}


{{{3/(x^(1/2))^3}}}


{{{3*(x^(1/2))^(-3)}}}


{{{highlight(3*x^(-3/2))}}}