Question

Solve a rational equation with two different denominators

Original question: [?] $4-\frac{3x}{x-9}=\frac{5x-72}{x+1}$ $-\frac{3x}{x-9}=\frac{5x-72}{x+1}-4$ $-\frac{3x}{x-9}=\frac{5x-72}{x+1}-\frac{4(x+1)}{x+1}$ $-\frac{3x}{x-9}=\frac{5x-72-4(x+1)}{x+1}$ $-\frac{3x}{x-9}=\frac{5x-72-4x-4}{x+1}$ $-\frac{3x}{x-9}=\frac{x-76}{x+1}$ $-3x(x+1)=x-76(x-9)$ $-3x(x+1)=x-76x+684$ $-3x^2-3x=-75x+684$ $-3x^2+72x-684=0$ $-3(x^2-24x+228)=0$ $x^2-24x+228=0$ $x=12\pm2\sqrt{6}$

Expert Verified Solution

thumb_up100%(1 rated)

Expert intro: Once the denominators are different, the equation stops being a quick linear cleanup. You have to clear both denominators carefully, then watch for invalid roots at the end.

Detailed walkthrough

Step 1: Identify the restrictions

From

4βˆ’3xxβˆ’9=5xβˆ’72x+14-\frac{3x}{x-9}=\frac{5x-72}{x+1}

we need

xβ‰ 9,xβ‰ βˆ’1x\ne 9,\quad x\ne -1

Step 2: Move the constant

Subtract 4 from both sides:

βˆ’3xxβˆ’9=5xβˆ’72x+1βˆ’4-\frac{3x}{x-9}=\frac{5x-72}{x+1}-4

Write 44 with denominator x+1x+1:

βˆ’3xxβˆ’9=5xβˆ’72βˆ’4(x+1)x+1-\frac{3x}{x-9}=\frac{5x-72-4(x+1)}{x+1}

Simplify the numerator:

βˆ’3xxβˆ’9=xβˆ’76x+1-\frac{3x}{x-9}=\frac{x-76}{x+1}

Step 3: Cross-multiply

βˆ’3x(x+1)=(xβˆ’76)(xβˆ’9)-3x(x+1)=(x-76)(x-9)

Expand both sides:

βˆ’3x2βˆ’3x=x2βˆ’85x+684-3x^2-3x=x^2-85x+684

Step 4: Bring everything to one side

βˆ’4x2+82xβˆ’684=0-4x^2+82x-684=0

Divide by βˆ’2-2 to simplify:

2x2βˆ’41x+342=02x^2-41x+342=0

Step 5: Solve

Use the quadratic formula:

x=41Β±412βˆ’4(2)(342)4x=\frac{41\pm\sqrt{41^2-4(2)(342)}}{4}

The discriminant is

412βˆ’2736=1681βˆ’2736=βˆ’105541^2-2736=1681-2736=-1055

Since it is negative, there are no real solutions.

Final answer

NoΒ realΒ solution\boxed{\text{No real solution}}

πŸ’‘ Pitfall guide

A common slip is treating (xβˆ’9)(x-9) and (x+1)(x+1) as if they cancel somewhere in the algebra. They do not. Also, if the quadratic discriminant is negative, that means no real solution even if the intermediate steps looked neat.

πŸ”„ Real-world variant

If the right-hand denominator changed from x+1x+1 to another linear factor, the setup would be the same: list restrictions first, clear denominators, then solve the resulting quadratic. A different constant could easily change the discriminant from negative to zero or positive.

πŸ” Related terms

cross-multiplication, quadratic equation, restricted values

FAQ

Why do the restrictions matter before solving?

They tell you which values cannot be part of the solution because they would make a denominator equal to zero.

What does a negative discriminant mean?

It means the quadratic has no real solutions.

chat