SOLUTION: How do you solve absolute value equations?

Algebra ->  Equations -> SOLUTION: How do you solve absolute value equations?      Log On


   



Question 762079: How do you solve absolute value equations?
Answer by tanjo3(60) About Me  (Show Source):
You can put this solution on YOUR website!
You can remove the absolute value sign by splitting it up into two cases: positive and negative.
For example:
|x+2|=12
becomes
x+2=12 and -(x+2)=12
-------------------------------
For x+2=12:
x = 10
For -(x+2)=12
-x-2=12
x=-14
Therefore, x=-14,10