The sum of all real values of ( x ) for which [ \frac{3x^2 - 9x + 17}{x^2 + 3x + 10} = \frac{5x^2 - 7x + 19}{3x^2 + 5x + 12} ] is equal to _____.

4 min read
5 views
Published June 26, 2025
Mathematics
Algebra
Equations
Rational Equations
Polynomial Factorisation

Detailed Explanation

1. Cross-multiplication – getting rid of denominators

For two rational expressions

P1(x)Q1(x)=P2(x)Q2(x)\frac{P_1(x)}{Q_1(x)} = \frac{P_2(x)}{Q_2(x)}

the standard move is:

P1(x)Q2(x)=P2(x)Q1(x)P_1(x)\,Q_2(x) = P_2(x)\,Q_1(x)

because multiplying both sides by the product Q1Q2Q_1\,Q_2 clears the fractions.

2. Expand carefully

After cross-multiplying we obtain a single polynomial equality. Expanding (multiplying out) is mechanical but you must keep terms in correct order:

  1. Multiply each term of the first quadratic with each term of the second.
  2. Collect like powers of xx.

3. Set everything to zero → get a polynomial equation

Once both sides are polynomials, bring all terms to one side. We end up with a quartic (degree-4) polynomial:

2x410x33x25x+7=02x^4 - 10x^3 - 3x^2 - 5x + 7 = 0

4. Factorisation insight

Instead of using the brutal quartic formula, we try to split it into two quadratics:

(x2+ax+b)(2x2+cx+d)\bigl(x^2 + ax + b\bigr)\bigl(2x^2 + cx + d\bigr)

Matching coefficients (comparing powers of xx) is a common JEE technique. Clues:

  • The constant term is 77, so bd=7b\,d = 7 → limited factor pairs (1,7) or (-1,-7).
  • Integers often work; test (b,d)=(1,7)(b,d)=(1,7) first.

Systematically solving the coefficient-matching system quickly gives

x2+x+1and2x212x+7x^2 + x + 1 \quad \text{and} \quad 2x^2 - 12x + 7

5. Discriminant check for real roots

  • For x2+x+1=0x^2 + x + 1 = 0, Δ=14=3<0\Delta = 1 - 4 = -3 < 0no real roots.
  • For 2x212x+7=02x^2 - 12x + 7 = 0, Δ=(12)24×2×7=14456=88>0\Delta = (-12)^2 - 4\times2\times7 = 144 - 56 = 88 > 0two real roots.

6. Sum of real roots

From Vieta’s formula, the sum of roots of 2x212x+7=02x^2 - 12x + 7 = 0 is (12)2=6\frac{-(-12)}{2} = 6.

Thus the answer is 6.

Simple Explanation (ELI5)

What is the problem?

We have two big fractions made of polynomials and we are asked to find all values of xx that make both sides exactly equal, and then add those values together.

How to think about it like a 10-year-old?

  1. Imagine two balanced see-saws – one fraction on the left, one on the right. We want to know which positions (values of xx) keep the see-saw perfectly balanced.
  2. Clear the fractions by cross-multiplying (just like multiplying both sides of an equality by the denominators so that the sticks under the see-saw vanish). Now we only have a single big polynomial equation – no more fractions!
  3. Break the big monster into smaller monsters by trying to factor the polynomial. Sometimes it splits into two smaller quadratics (like breaking a chocolate bar at the grooves).
  4. Check which smaller monsters give real roots (because sometimes the roots are imaginary, which means they are not on our real number line playground).
  5. Add the real roots you find. That sum is the answer.

Step-by-Step Solution

Step-by-step solution

  1. Start equation

3x29x+17x2+3x+10=5x27x+193x2+5x+12\frac{3x^2 - 9x + 17}{x^2 + 3x + 10} = \frac{5x^2 - 7x + 19}{3x^2 + 5x + 12}

  1. Cross-multiply

(3x29x+17)(3x2+5x+12)=(5x27x+19)(x2+3x+10)(3x^2 - 9x + 17)(3x^2 + 5x + 12) = (5x^2 - 7x + 19)(x^2 + 3x + 10)

  1. Expand both sides

Left side: 9x412x3+42x223x+2049x^4 - 12x^3 + 42x^2 - 23x + 204

Right side: 5x4+8x3+48x213x+1905x^4 + 8x^3 + 48x^2 - 13x + 190

  1. Bring everything to one side

9x412x3+42x223x+204(5x4+8x3+48x213x+190)=09x^4 - 12x^3 + 42x^2 - 23x + 204 - \bigl(5x^4 + 8x^3 + 48x^2 - 13x + 190\bigr) = 0

Simplify: 4x420x36x210x+14=04x^4 - 20x^3 - 6x^2 - 10x + 14 = 0

Divide by 22: 2x410x33x25x+7=02x^4 - 10x^3 - 3x^2 - 5x + 7 = 0

  1. Factor the quartic

Guessing a split into two quadratics: (x2+x+1)(2x212x+7)=0\bigl(x^2 + x + 1\bigr)\bigl(2x^2 - 12x + 7\bigr) = 0

  1. Solve each quadratic

(a) x2+x+1=0x^2 + x + 1 = 0Δ=3\Delta = -3 (no real roots).

(b) 2x212x+7=02x^2 - 12x + 7 = 0

x=12±884=3±222x = \frac{12 \pm \sqrt{88}}{4} = 3 \pm \frac{\sqrt{22}}{2}

  1. Sum of real roots

Using Vieta on 2x212x+72x^2 - 12x + 7, the sum is

(12)2=6\frac{-(-12)}{2} = 6

Hence, the required sum is 6.

Examples

Example 1

Mixing solutions where ratio of chemicals must stay equal, leading to equations of fractions.

Example 2

Finding points where two rational functions intersect on a graph.

Example 3

Electrical parallel-resistance problems that result in equal fractions of polynomials.

Visual Representation

References

  • [1]IIT JEE Previous Year Questions – Algebra (TMH Publication)
  • [2]"Higher Algebra" by Hall & Knight – Chapter on Equations
  • [3]Art of Problem Solving (AoPS) online forums – Factoring techniques thread
  • [4]K.C. Sinha, Algebra for JEE Main & Advanced – Rational expressions section

Want to explore more questions?

Try our AI-powered explainer for instant, detailed explanations