document.write( "Question 200827: Please walk me through each step in solving this problem:
\n" );
document.write( "Square root of 25x - 25 minus square root of 9x-9. (Sorry, I cannot product the square root symbol). They say the answer is 2times square root of x-1 \n" );
document.write( "
Algebra.Com's Answer #151088 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! sqrt(25x-25)-sqrt(9x-9) \n" ); document.write( "sqrt25(x-1)-sqrt9(x-1) \n" ); document.write( "5sqrt(x-1)-3sqrt(x-1) \n" ); document.write( "5-3sqrt(x-1) \n" ); document.write( "2sqrt(x-1) \n" ); document.write( " |