Question
Fixing a rational-equation simplification error
Original question: Problem 5: 4 \frac{3x}{x-9}=\frac{5x-72}{x-9} -\frac{3x}{x-9}=\frac{5x-72}{x-9}-4 -\frac{3x}{x-9}-\frac{5x-72}{x-9}=-4 \frac{-8x-72}{x-9} -\frac{8(x-9)}{x-9}=-4 -8=4
Expert Verified Solution
Key takeaway: This is the kind of work where one sign error can send everything sideways. The cleanest way to debug it is to go back to the original equation and combine terms with care.
Key idea
The expression
has the same denominator on both fractions, so the safest move is to multiply through by .
Step 1: Multiply both sides by
Step 2: Expand
Step 3: Combine like terms
Step 4: Solve
Add 72 to both sides:
So
Step 5: Check the domain
But the original equation is undefined at because the denominator becomes zero:
So must be rejected.
Final answer
Pitfalls the pros know π Donβt trust a candidate answer just because the arithmetic works. In rational equations, the last line of defense is always substitution into the original expression, not the simplified one.
What if the problem changes? If the denominator were instead of , the same algebra would likely produce a different candidate and a different validity check. The method stays the same; only the forbidden values change.
Tags: domain restriction, extraneous root, rational equation
FAQ
Why does x = 9 appear during the algebra?
It appears because the linear equation after clearing denominators leads to x = 9, but that value is not allowed in the original equation.
How do I know the solution is extraneous?
If substituting the answer into the original equation makes any denominator zero, the solution is extraneous.