document.write( "Question 279732: how do I divide the square root of x-2 by the square root of x-7 \n" ); document.write( "
Algebra.Com's Answer #203334 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! divide the square root of x-2 by the square root of x-7 \n" ); document.write( "-------------- \n" ); document.write( "sqrt(x-2)/sqrt(x-7) \n" ); document.write( "---- \n" ); document.write( "Multiply numerator and denominator by sqrt(x-7) to get: \n" ); document.write( "--- \n" ); document.write( "sqrt[(x-2)(x-7)]/(x-7) \n" ); document.write( "--- \n" ); document.write( "sqrt[x^2-9x+14]/(x-7) \n" ); document.write( "=========================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |