document.write( "Question 1071875: Can someone walk me through how to solve this? Thanks!\r
\n" );
document.write( "\n" );
document.write( "Simplify the 4th root of x^20y^28z^10 \n" );
document.write( "
Algebra.Com's Answer #686800 by Boreal(15235) You can put this solution on YOUR website! You divide the exponents by 4 \n" ); document.write( "=x^5*y^7*z^2*z(2/4); z^10 is z^2.5 or z^2 * 4th root of z^2 OR z^2* sqrt of z \n" ); document.write( "sqrt is ^(1/2) \n" ); document.write( "=x^5*y^7*z^2*sqrt(z) \n" ); document.write( " |