document.write( "Question 267799: Can you please do this problem step by step.
\n" );
document.write( "x/(x+1)^2 + 2/X+1 \n" );
document.write( "
Algebra.Com's Answer #196426 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! x/(x+1)^2 + 2/X+1 \n" ); document.write( "-------------------- \n" ); document.write( "least common denominator: (x+1)^2 \n" ); document.write( "-------------- \n" ); document.write( "Rewrite each fraction with the lcd as its denominator: \n" ); document.write( "x/(x+1)^2 becomes x/lcd \n" ); document.write( "2/(x+1) becomes 2(x+1)/lcd \n" ); document.write( "--- \n" ); document.write( "The problem is now: \n" ); document.write( "x/lcd + 2(x+1)/lcd \n" ); document.write( "---- \n" ); document.write( "Combine the numerators over the lcd: \n" ); document.write( "(x+2(x+1))/lcd \n" ); document.write( "--- \n" ); document.write( "(3x+2)/(x+1)^2\r \n" ); document.write( "\n" ); document.write( "===================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |