document.write( "Question 58477: Could someone check my work on this problem:\r
\n" );
document.write( "\n" );
document.write( "x/(x-2)-2/x\r
\n" );
document.write( "\n" );
document.write( "x^2-2(x-2)/(x-2)x\r
\n" );
document.write( "\n" );
document.write( "x^2+(-2x-2(-2))/(x-2)x\r
\n" );
document.write( "\n" );
document.write( "x^2 + (-2x + 2 * 2)/(x - 2)x\r
\n" );
document.write( "\n" );
document.write( "x^2 + (-2x + 4)/(x-2)x\r
\n" );
document.write( "\n" );
document.write( "x^2 - 2x + 4/(x-2)x \n" );
document.write( "
Algebra.Com's Answer #40054 by stanbon(75887) ![]() You can put this solution on YOUR website! x/(x-2)-2/x \n" ); document.write( "The least common multiple is x(x-2) \n" ); document.write( "Write each fraction with the LCM as its denominator. \n" ); document.write( "x^2/LCM - 2(x-2)/LCM \n" ); document.write( "Combine the numerators to get: \n" ); document.write( "(x^2-2x+2)/(x(x-2)) \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |