document.write( "Question 348030: Perform indicated operations, simplify when possible\r
\n" );
document.write( "\n" );
document.write( "(x-7)/(x^2-16)-(x-1)/(16-x^2) \n" );
document.write( "
Algebra.Com's Answer #248894 by Jk22(389)![]() ![]() You can put this solution on YOUR website! (x-7)/(x^2-16)-(x-1)/(16-x^2) \n" ); document.write( " \n" ); document.write( "=[(x-7)+(x-1)]/(x^2-16) | by collecting \n" ); document.write( " \n" ); document.write( "=(2x-8)/[(x-4)(x+4)] | by simplifying and factorizing denominator \n" ); document.write( " \n" ); document.write( "=2(x-4)/[(x-4)(x+4)] | by factorizing numerator \n" ); document.write( " \n" ); document.write( "=2/(x+4) | by simplifying \n" ); document.write( " \n" ); document.write( " |