Initially, there appears to be four possibilities from this:
x2 - 2x = x2 + 6x
x2 - 2x = -(x2 + 6x)
-(x2 - 2x) = -(x2 + 6x)
-(x2 - 2x) = x2 + 6x
After further examination, multiplying the first equation by -1 produces the third equation and multiplying the second equation by -1 produces the fourth equation. We only need to solve two problems:
x2 - 2x = x2 + 6x and x2 - 2x = -(x2 + 6x)
For the first possibility:
x2 - 2x = x2 + 6x Equation found when absolute value signs removed
x2 - 2x - x2 = x2 + 6x - x2 Subtract x2 from each side
-2x = 6x Simplify
-2x - 6x = 6x - 6x Subtract 6x from each side
-8x = 0 Simplify
-8x/(-8) = 0/(-8) Divide each side by -8
x = 0 Simplify
For the second possibility:
x2 - 2x = -(x2 + 6x) Second equation found when removing absolute value signs
x2 - 2x = -x2 - 6x Distribute the negative
x2 - 2x + x2 = -x2 - 6x + x2 Add x2 to both sides
2x2 - 2x = -6x Simplify
2x2 - 2x + 6x = -6x + 6x Add 6x to both sides
2x2 + 4x = 0 Simplify
2x(x + 2) = 0 Factor the left side
2x = 0 x + 2 = 0 Set each factor equal to 0
x = 0 x = -2 Solve each factor for x
The possible answers are 0 and -2. x = {-2,0}
To check the problem, lets plug the answers into the originals and see if they are correct.
l(-2)2 - 2(-2)l = l(-2)2 + 6(-2)l
l(4 + 4)l = l4 - 12l
l8l = l-8l
8 = 8
-2 checked as an answer
l02 - 2*0l = l02 + 6*0l
l0-0l = l0 -0l
l0l = l0l
0 = 0
0 checked as an answer.