Question

Difficulty: Very hardRational and Radical Expressions and Equations
What is the sum of all real values of xx that satisfy the equation x23xx23x+2+x23x1x23x3=113\frac{x^2 - 3x}{x^2 - 3x + 2} + \frac{x^2 - 3x - 1}{x^2 - 3x - 3} = \frac{11}{3}?

Answer: 3

Answer

The sum of all real values of xx that satisfy the equation is 33.
Substituting y=x23xy = x^2 - 3x simplifies the original rational equation into the quadratic form y2y12=0y^2 - y - 12 = 0. Solving for yy yields the values 44 and 3-3. Substituting back x23xx^2 - 3x for yy produces two quadratic equations. The first, x23x4=0x^2 - 3x - 4 = 0, has real solutions of 44 and 1-1. The second, x23x+3=0x^2 - 3x + 3 = 0, has a negative discriminant and produces no real solutions. Summing the valid real solutions gives 4+(1)=34 + (-1) = 3.

Step-by-Step Solution

1
Substitute y=x23xy = x^2 - 3x into the equation to simplify the rational terms.
yy+2+y1y3=113\frac{y}{y+2} + \frac{y-1}{y-3} = \frac{11}{3}
Using a temporary variable simplifies the algebraic manipulation of the rational expressions.
2
Multiply the entire equation by the least common denominator, 3(y+2)(y3)3(y+2)(y-3), to eliminate all fractions.
3y(y3)+3(y1)(y+2)=11(y+2)(y3)3y(y-3) + 3(y-1)(y+2) = 11(y+2)(y-3), where y2y \neq -2 and y3y \neq 3
This clears the denominators so the equation can be solved as a polynomial.
3
Expand the terms on both sides of the equation.
(3y29y)+(3y2+3y6)=11y211y66(3y^2 - 9y) + (3y^2 + 3y - 6) = 11y^2 - 11y - 66
Expanding allows for combining like terms.
4
Combine like terms and move all terms to one side of the equation to set it equal to zero.
5y25y60=05y^2 - 5y - 60 = 0
This sets up the expression in the standard quadratic form ay2+by+c=0ay^2 + by + c = 0.
5
Divide the entire quadratic equation by its greatest common factor, 55, and factor the resulting expression.
y2y12=0    (y4)(y+3)=0    y=4 or y=3y^2 - y - 12 = 0 \implies (y-4)(y+3) = 0 \implies y = 4 \text{ or } y = -3
Factoring solves for the possible values of the substituted variable yy.
6
Substitute back y=x23xy = x^2 - 3x for each case and solve the resulting quadratic equations for xx.
For y=4y = 4: x23x4=0    (x4)(x+1)=0    x=4 or x=1x^2 - 3x - 4 = 0 \implies (x-4)(x+1) = 0 \implies x = 4 \text{ or } x = -1.
For y=3y = -3: x23x+3=0x^2 - 3x + 3 = 0. The discriminant is (3)24(1)(3)=3<0(-3)^2 - 4(1)(3) = -3 < 0, which means there are no real solutions.
This determines the real values of xx that solve the original equation.
7
Verify that neither solution makes the original denominators zero, and add the valid real solutions.
4+(1)=34 + (-1) = 3
Since both x=4x = 4 and x=1x = -1 result in non-zero denominators, both are valid real solutions. Their sum is 33.

Key Concept

Solving rational equations by utilizing algebraic substitution to reduce complexity and analyzing quadratic equations for real solutions.
Rate this question