How do you solve 2/(x-1 )- 2/3 =4/(x+1)?
1 Answer
Explanation:
The first thing to note here is that the solution set cannot include
Now, rearrange the equation to get the all the terms on one side
2/(x-1) - 4/(x+1) - 2/3 = 0
The common denominator here will be
3(x-1)(x+1)
which means that you must multiply the first fraction by
2/(x-1) * (3(x+1))/(3(x+1)) - 4/(x+1) * (3(x-1))/(3(x-1)) - 2/3 * ((x-1)(x+1))/((x-1)(x+1)) = 0
This will be equivalent to
(6(x+1) - 12(x-1) - 2(x-1)(x+1))/(3(x-1)(x+1)) = 0
Next, focus on the numerator. Expand the parentheses and group like terms to get
6x + 6 - 12x + 12 -2x^2 + 2 = 0
-2x^2 - 6x +20 = 0
You can divide all the terms by
x^2 + 3x - 10 = 0
Two numbers that add up to give
(x-2)(x+5) = 0 implies {(x_1 = 2), (x_2 = -5) :}
Since
x_1, x_2 !=+-1
you can say that the original equation has two possible solutions
x = 2" " "or" " "x = -5
Do a quick check to make sure that the calculations are correct
x = 2:" " 2/(2-1) - 2/3 = 4/(2+1) <=> 2 - 2/3 = 4/3 " "color(green)(sqrt())
x = -5: " " 2/(-5 -2) -2/3 = 4/(-5 + 1) <=> -1/3 - 2/3 = -1 " "color(green)(sqrt())