Find the sum of the real roots of the equation $x^2+ 5|x|+ 6=0$
- $5$
- $10$
- $-5$
-
None of these
The equation x^2 + 5|x| + 6 = 0 can be written as |x|^2 + 5|x| + 6 = 0. Let u = |x|, then u^2 + 5u + 6 = 0, which factors to (u+2)(u+3) = 0. This gives |x| = -2 or |x| = -3. Since the absolute value cannot be negative, there are no real roots.
We analyze the absolute value equation x^2 + 5|x| + 6 = 0 by considering two cases. If x is positive or zero, the equation is x^2 + 5x + 6 = 0, which factors to (x+2)(x+3) = 0, giving roots x = -2 and x = -3, neither of which are positive. If x is negative, the equation is x^2 - 5x + 6 = 0, which factors to (x-2)(x-3) = 0, giving roots x = 2 and x = 3, neither of which are negative. Therefore, the equation has no real roots, making the sum of the real roots undefined.