document.write( "Question 32292: simplify/reduce
\n" );
document.write( "x^2/x^2-4
\n" );
document.write( "all minus
\n" );
document.write( "x+2/x-2 \n" );
document.write( "
Algebra.Com's Answer #18834 by mukhopadhyay(490) ![]() You can put this solution on YOUR website! [x^2/(x^2-4)] - (x+2)/(x-2) \n" ); document.write( "=x^2/[(x+2)(x-2)] - (x+2)/(x-2) \n" ); document.write( "=[x^2 - (x+2)^2]/[(x+2)(x-2)] \n" ); document.write( "=[x^2 - (x^2+4x+4)]/[(x+2)(x-2)] \n" ); document.write( "=-4(x+1)/[(x+2)(x-2)] \n" ); document.write( " \n" ); document.write( " |