Question

Difficulty: Very hardQuadratic Equations and Polynomial Factoring
What is the product of all real solutions to the equation (x26x+10)22(x26x+10)35=0?(x^2 - 6x + 10)^2 - 2(x^2 - 6x + 10) - 35 = 0?

Answer: 3

Answer

The product of all real solutions to the equation is 3.
Substituting u=x26x+10u = x^2 - 6x + 10 converts the given equation into u22u35=0u^2 - 2u - 35 = 0, which factors as (u7)(u+5)=0(u - 7)(u + 5) = 0. Substituting back yields two quadratic equations: x26x+3=0x^2 - 6x + 3 = 0 and x26x+15=0x^2 - 6x + 15 = 0. Checking the discriminants reveals that x26x+3=0x^2 - 6x + 3 = 0 has D=24>0D = 24 > 0, producing two real roots with product ca=3\frac{c}{a} = 3, whereas x26x+15=0x^2 - 6x + 15 = 0 has D=24<0D = -24 < 0, producing no real roots. Therefore, the product of all real solutions is 3.

Step-by-Step Solution

1
Substitute a dummy variable to simplify the equation structure.
Let u=x26x+10u = x^2 - 6x + 10. The equation becomes u22u35=0u^2 - 2u - 35 = 0.
Recognizing the repeated quadratic expression allows transforming a fourth-degree equation into a standard quadratic form.
2
Factor the quadratic equation in terms of uu.
(u7)(u+5)=0    u=7 or u=5(u - 7)(u + 5) = 0 \implies u = 7 \text{ or } u = -5.
Finding the values of uu establishes the intermediate equations for xx.
3
Analyze the first case u=7u = 7 for real solutions.
x26x+3=0x^2 - 6x + 3 = 0. Discriminant D1=3612=24>0D_1 = 36 - 12 = 24 > 0. Product of real roots is 31=3\frac{3}{1} = 3.
A positive discriminant guarantees two real roots, and Vieta's formulas give their product directly.
4
Analyze the second case u=5u = -5 for real solutions.
x26x+15=0x^2 - 6x + 15 = 0. Discriminant D2=3660=24<0D_2 = 36 - 60 = -24 < 0. No real roots.
A negative discriminant indicates complex conjugate roots, which must be excluded when finding the product of real solutions.
5
Combine results to find the final product of all real solutions.
Product = 3.
Only the two roots from the first case are real, so their product is the product of all real solutions.

Key Concept

Solving disguised quadratics via algebraic substitution and testing discriminants to filter out non-real roots before applying Vieta's formulas.
Rate this question