For the equation x2 + |x| - 6 = 0, analyse the four statements below for correctness.
Reveal answer
Fill a bubble to check yourself
For the equation x2 + |x| - 6 = 0, analyse the four statements below for correctness.
There is only one root.
Sum of the roots is +1.
Sum of the roots is zero.
The product of the roots is +4.
x^2 + |x| - 6 = 0. If x >= 0, x^2 + x - 6 = 0 => (x+3)(x-2)=0 => x=2. If x < 0, x^2 - x - 6 = 0 => (x-3)(x+2)=0 => x=-2. Roots are 2, -2. Sum = 0.
Because |x|^2 is identical to x^2 for all real numbers, the equation can be rewritten as |x|^2 + |x| - 6 = 0. Treating |x| as a single variable yields the factors (|x| + 3)(|x| - 2) = 0, giving |x| = 2 since |x| cannot be negative. This produces two roots, x = 2 and x = -2, making the sum of the roots zero.