How do you solve -4/(x-1)=7/(2-x)+3/(x+1)4x1=72x+3x+1?

2 Answers

Follow the steps below.

The rearranged equation is -13x+5=013x+5=0, to which the solution is #x=5/13.

Explanation:

(I'm doing this in more and slower steps than normal to make it super clear. We multiply be each denominator in turn and cancel, then multiply, collect like terms and simplify)

First multiply everything by (x-1)(x1) and cancel:

-4=(7(x-1))/(2-x)+(3(x-1))/(x+1)4=7(x1)2x+3(x1)x+1

Now multiply everything by (x+1)(x+1) and cancel:

-4(x+1)=(7(x-1)(x+1))/(2-x)+3(x-1)4(x+1)=7(x1)(x+1)2x+3(x1)

Now multiply everything by (2-x)(2x) and cancel:

-4(x+1)(2-x)=7(x-1)(x+1)+3(x-1)(2-x)4(x+1)(2x)=7(x1)(x+1)+3(x1)(2x)

First multiply out each set of parentheses:

-4(2x-x^2+2-x)=7(x^2+x-x-1)+3(2x-x^2-2+x)4(2xx2+2x)=7(x2+xx1)+3(2xx22+x)

Collect like terms within the parentheses:

-4(x-x^2+2)=7(x^2-1)+3(3x-x^2-2)4(xx2+2)=7(x21)+3(3xx22)

Multiply the constants through the parentheses:

-4x+4x^2-8 = 7x^2 - 7 + 9x - 3x^2 - 64x+4x28=7x27+9x3x26

Collect all like terms on one side and equate the total to zero:

(0x^2 )-13x+5=0(0x2)13x+5=0

We don't write the term with a coefficient of 00, so the equation is -13x+5=013x+5=0

Therefore x=(-5)/-13=5/13.x=513=513.

Jul 27, 2017

color(red)(x=5/13)x=513

Explanation:

Given:
color(white)("XXX")-4/(x-1)=7/(2-x)+3/(x+1)XXX4x1=72x+3x+1
(I will re-write (2-x)(2x) as standard form: (-x+2)(x+2) in the work below)

Multiplying all terms by (x-1)(-x+2)(x+1)(x1)(x+2)(x+1) to get rid of the denominators:
color(white)("XXX")-4(-x+2)(x+1)=7(x-1)(x+1)+3(x-1)(-x+2)XXX4(x+2)(x+1)=7(x1)(x+1)+3(x1)(x+2)

From here on, it is simply a matter of standard algebraic operations:
rarrcolor(white)("xx")-4(-x^2+x+2)=7(x^2-1)+3(-x^2+3x-2)xx4(x2+x+2)=7(x21)+3(x2+3x2)

rarrcolor(white)("xx")4x^2-4x-8=7x^2-7-3x^2+9x-6xx4x24x8=7x273x2+9x6

rarrcolor(white)("xx")4x^2-4x+8=4x^2+9x-13xx4x24x+8=4x2+9x13

rarrcolor(white)("xx")-4x+8=9x-13xx4x+8=9x13

rarrcolor(white)("xx")13x=5xx13x=5

rarrcolor(white)("xx")x=5/13xxx=513

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Here is the result verification in spreadsheet form:
enter image source here