document.write( "Question 1071879: Can I get some help on simplifying sqrt(5x^4y) / sqrt(2x^2y^3)
\n" );
document.write( "I don't need an answer, just need how to get started on solving explained. Thank you! \n" );
document.write( "
Algebra.Com's Answer #686803 by Boreal(15235) You can put this solution on YOUR website! Start by dealing with the constants, which here are sqrt(5/2) \n" ); document.write( "that will rationalize to 5*sqrt(2)/2 \n" ); document.write( "then deal with the first variable. That is x^4/x^2, which is x^2, and the sqrt (x^2)=x \n" ); document.write( "then the second variable, which is sqrt(y/y^3) or sqrt (1/y^2) which is (1/y) \n" ); document.write( "then combine all the parts \n" ); document.write( "5 sqrt (2)*x/y \n" ); document.write( " |