SOLUTION: what are the steps to solving a problem like this: (x+5)/(x+1)+(5)/(x-2)

Algebra ->  Linear-equations -> SOLUTION: what are the steps to solving a problem like this: (x+5)/(x+1)+(5)/(x-2)       Log On


   



Question 492504: what are the steps to solving a problem like this: (x+5)/(x+1)+(5)/(x-2)

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
what are the steps to solving a problem like this:
(x+5)/(x+1)+(5)/(x-2)
----------------------
Least common denominator: (x+1)(x-2)
---
Rewrite each fraction with the lcd as its denominator:
= [(x+5)(x-2)/lcd] + [5(x+1)/lcd]
----
Combine the numerators over the lcd:
= [x^2+3x-10 +5x+5]/lcd
---
= [x^2+8x-5]/[(x+1)(x-2)]
====================================
Cheers,
Stan H.
=============