How do you simplify the expression #(x+6)/(x^2-4) - (x-3)/(x+2) + (x-3)/(x-2)#?

1 Answer
Mar 2, 2018

#(5x-6)/[(x+2)(x-2)]= (5x-6)/[(x^2+4)#

Explanation:

Rewrite #x^2-4# as #x^2-2^2#

#(x+6)/(x^2−2^2)-(x−3)/(x+2)+(x−3)/(x−2)#

Since #color(red)(a^2-b^2=(a+b) (a-b),#

#= (x+6)/color(red)[(x+2)(x-2)]-(x-3)/(x+2)+(x-3)/(x-2)#

Taking the LCM

#= [(x+6)-(x-3)(x-2)+(x-3)(x+2)]/[(x+2)(x-2)]#

Expand

#=[x+6-x^2+2x+3x-6+x^2+2x-3x-6]/[(x+2)(x-2)]#

Collect like terms

#= [(x+2x+3x+2x-3x)+(6-6-6)+(-x^2+x)]/[(x+2)(x-2)]#

Simplify

#= (5x-6)/[(x+2)(x-2)] = (5x-6)/[(x^2+4)#

~Hope this helps! :)