document.write( "Question 170073: perform the indicated operation
\n" );
document.write( "5/x-5 - 8/x+8 \n" );
document.write( "
Algebra.Com's Answer #125531 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! perform the indicated operation \n" ); document.write( "5/x-5 - 8/x+8 \n" ); document.write( "--------------- \n" ); document.write( "lcd = (x-5)(x+8) \n" ); document.write( "--- \n" ); document.write( "Rewrite each fraction with the lcd as its denominator: \n" ); document.write( "5(x+8)/lcd - 8(x-5)/lcd \n" ); document.write( "------- \n" ); document.write( "Combine the numerators over the lcd: \n" ); document.write( "[5x+40-8x+40]/lcd \n" ); document.write( "----- \n" ); document.write( "Simplify: \n" ); document.write( "[-3x+80]/[(x-5)(x+8] \n" ); document.write( "==================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |