Question 31375
{{{ sqrt(x^9) }}}
{{{ sqrt(x*x*x*x*x*x*x*x*x) }}}
pull out the x's in pairs ...
{{{ x*x*x*x*sqrt(x) }}} combine the x on the outside
{{{ x^4 * sqrt(x) }}}