document.write( "Question 38437: i need help with this problem, 3/x^2+4x+3-1/x^2-9 \n" ); document.write( "
Algebra.Com's Answer #23938 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! From \n" ); document.write( "3 / (x^2 + 4x + 3) - 1 / (x^2 - 9) \n" ); document.write( "we factor in order to find the lowest common denominator and get \n" ); document.write( "3 / (x + 3)(x + 1) - 1 / (x - 3)(x + 3) \n" ); document.write( "and the LCD would be (x+3)(x-3)(x+1) \n" ); document.write( "Now convert each fraction \n" ); document.write( "3(x - 3) / (x+3)(x-3)(x+1) - (x + 1) / (x+3)(x-3)(x+1) \n" ); document.write( "= (3x - 9 - x - 1) / (x+3)(x-3)(x+1) \n" ); document.write( "= (2x - 10) / (x+3)(x-3)(x+1) \n" ); document.write( " |