document.write( "Question 194526: simplify\r
\n" );
document.write( "\n" );
document.write( "the square root of 32x^2/the square root of 2x \n" );
document.write( "
Algebra.Com's Answer #145981 by RAY100(1637)![]() ![]() ![]() You can put this solution on YOUR website! sqrt(32x^2) / sqrt(2x) \n" ); document.write( "sqrt (16*2*x^2) / sqrt (2x) \n" ); document.write( "(4xsqrt2) /sqrt2 *sqrtx \n" ); document.write( "4x / sqrtx \n" ); document.write( "4x sqrtx /(sqrtx *sqrtx) \n" ); document.write( "4x sqrtx / x \n" ); document.write( "4 sqrt(x) \n" ); document.write( " |