Complex Numbers and Quadratic Equations: Mathematics | JEE Main
The number of real roots of the equation x2−4x+3+x2−9=4x2−14x+6, is :
Your answer stays private
What feels right?
Hint 1 of 3
What linear factor is shared by all three quadratic radicands: x2−4x+3, x2−9, and 4x2−14x+6?
No score. Commit to your first instinct. We’ll show what your mind noticed and what it missed.
Step-by-step solutionView
Correct answer
The equation has exactly 1 real root, namely x=3.
Option analysis
Why each option works or fails
A · 3
Squaring the equation repeatedly without factoring creates extraneous roots of higher degree polynomials. Factor the quadratic expressions first to look for common terms before attempting to square radical equations.
B · 1
None. Factoring yields (x−3) common to all radicands, giving x=3 as a solution; the remaining equation has no roots in the valid domain. This is the correct option.
C · 2
Finding the algebraic candidate x=−1/2 by squaring both sides after dividing by x−3 without verifying it against the domain x≥3 or x≤−3. Always test candidate solutions in the original radicands to verify that every term inside a square root is non-negative.
D · 0
Assuming that because the remaining reduced equation has no valid roots, the whole equation has no solutions, ignoring x=3. Remember that the factor extracted to simplify the equation, here ∣x−3∣, provides a root when it equals zero.
Reviewed route
Solution
StepWorking
01given
Given equation: x2−4x+3+x2−9=4x2−14x+6.
02goal
Find the number of real solutions x satisfying the equation.
03approach
Factorize the quadratic expressions inside the square roots to identify common factors, extract x−3, and solve the resulting simpler equations while strictly checking the domain of definition.
04execute
Factor each quadratic under the radical:
x2−4x+3=(x−3)(x−1),
x2−9=(x−3)(x+3),
4x2−14x+6=2(2x2−7x+3)=2(2x−1)(x−3)=(4x−2)(x−3).
Rewrite the equation: (x−3)(x−1)+(x−3)(x+3)=(4x−2)(x−3).
05execute
Notice that x=3 makes each radicand zero (0+0=0), so x=3 is a valid real root.
For x>3, we can divide both sides by x−3:
x−1+x+3=4x−2.
06execute
Square both sides of x−1+x+3=4x−2:
(x−1)+(x+3)+2(x−1)(x+3)=4x−22x+2+2(x−1)(x+3)=4x−22(x−1)(x+3)=2x−4x2+2x−3=x−2.
Squaring both sides again:
x2+2x−3=x2−4x+46x=7⟹x=67.
✓verify
Check the validity of x=7/6. For the original terms to be real, we require x2−9≥0⟹x∈(−∞,−3]∪[3,∞).
Since 7/6∈(−3,3), (7/6)2−9 is not real.
Also, x2+2x−3=x−2 requires x−2≥0⟹x≥2. The value x=7/6 violates this condition since 7/6<2.
Thus, x=7/6 is extraneous. Only x=3 is a real solution. The total number of real roots is 1.
Hints that build this answer step by step
What linear factor is shared by all three quadratic radicands: x2−4x+3, x2−9, and 4x2−14x+6?
(x−3)
Evaluating at x=3 gives 0+0=0, confirming x=3 is a solution. What equation remains for x>3 after dividing both sides by x−3?
x−1+x+3=4x−2
Squaring both sides of x−1+x+3=4x−2 leads to 2x2+2x−3=2x−4. Does this have any valid solutions for x>3 or x≤−3?
No, squaring again yields x2+2x−3=x2−4x+4⟹6x=7⟹x=7/6, which fails the condition x≥2 and the initial domain.
Why is x = 7/6 rejected even though squaring produced it algebraically?
Squaring can introduce extraneous roots. Additionally, for the square roots in the original equation to exist in the real numbers, each term under the square root must be non-negative. For x=7/6, x2−9<0, making the expressions non-real.