SOLUTION: Solve |x+2|=7

Algebra ->  Linear-equations -> SOLUTION: Solve |x+2|=7      Log On


   



Question 1013037: Solve
|x+2|=7

Found 4 solutions by josmiceli, MathLover1, rothauserc, fractalier:
Answer by josmiceli(19441) About Me  (Show Source):
You can put this solution on YOUR website!
The absolute value signs on the left side convert
whatever is inside the absolute value signs to a
positive number. The right side is also a positive
number, so the equation makes sense.
[ positive number ] = [ positive number ]
----------------------------------
Inside the absolute value signs can be +7+ or
it can be +-7+ and the equation is still true.
+x+%2B+2+=+7+
+x+=+5+
and
+x+%2B+2+=+-7+
+x+=+-9+
Those are the 2 solutions
check:
(1) +abs%28+7+%29+=+7+
(1) +7+=+7+
and
(2) +abs%28-7%29+=+7+
(2) +7+=+7+
OK

Answer by MathLover1(20850) About Me  (Show Source):
You can put this solution on YOUR website!
abs%28x%2B2%29=7
same as
sqr%28%28x%2B2%29%5E2%29=7
x%2B2=7 or -%28x%2B2%29=7
if x%2B2=7 =>x=7-2=>x=5
if -%28x%2B2%29=7 =>-x-2=7 =>-7-2=x=>x=-9


Answer by rothauserc(4718) About Me  (Show Source):
You can put this solution on YOUR website!
We have two cases
1) x + 2 = 7
x = 5
2) -(x + 2) = 7
-x - 2 = 7
-x= 9
x = -9
*****************************
Therefore, x = 5 or x = -9

Answer by fractalier(6550) About Me  (Show Source):
You can put this solution on YOUR website!
To solve absolute value equations, we break this, |x+2|=7, into two equations and solve them separately...
x + 2 = 7 and x + 2 = -7
We get
x = 5 and x = -9