How do you simplify #(2)/(x) + (2)/(x-1) - (2)/(x-2)#?

1 Answer
May 8, 2018

#(2x^2 - 8x + 4)/(x^3-3x^2 + 2x)#

Explanation:

When adding rational expressions, it is most often the case that you will need to find common denominators. The reason for this is the algebraic rule:

#a/c + b/c = (a+b)/c#

That is, if you have common denominators, you can add the numerators and place them over the common denominator. What follows is a surefire way to find common denominators via a process of multiplying each term by a "clever #1#".

For each term in the sum, multiply the top and bottom of the term by all of the denominators in each other term. In our example, we have three terms, namely #2/x#, #2 / (x-1)# and #2 / (x-2)#. So we multiply the first term by #((x-1)(x-2))/((x-1)(x-2))#, since #(x-1)# and #(x-2)# are the denominators for the other terms.

Similarly, we multiply #2/(x-1)# by #((x)(x-2))/((x)(x-2))# and we multiply #2/(x-2)# by #((x)(x-1))/((x)(x-1))#. Note that we are multiplying each term by 1, so we are not changing the term's value.

Putting this together gives:

#2/x + 2/(x-1) - 2/(x-2)#
#= ((2)(x-1)(x-2))/((x)(x-1)(x-2)) + ((2)(x)(x-2))/((x)(x-1)(x-2)) - ((2)(x)(x-1))/((x)(x-1)(x-2))#

We have common denominators, so we can add/subtract the numerators and place them over the common denominator.

#(2(x-1)(x-2) + 2x(x-2) - 2x(x-1))/((x)(x-1)(x-2))#
#= (2(x^2 - 3x + 2) + 2x^2 - 4x - 2x^2 + 2x)/((x)(x^2 - 3x + 2))#
#= (2x^2 - 6x + 4 + 2x^2 - 4x - 2x^2 + 2x)/(x^3 - 3x^2 + 2x)#
#= (2x^2 -8x + 4)/(x^3 - 3x^2 + 2x)#

The expression cannot be simplified further, so this is our final answer.