SOLUTION: Going to use this symbol as the absolute value symbol: # # x + 1/ 2 # ≥ 3 IN english: the absolute value of x+1 over 2 is greater than or equal to 3

Algebra ->  Inequalities -> SOLUTION: Going to use this symbol as the absolute value symbol: # # x + 1/ 2 # ≥ 3 IN english: the absolute value of x+1 over 2 is greater than or equal to 3      Log On


   



Question 992343: Going to use this symbol as the absolute value symbol: #
# x + 1/
2 # ≥ 3

IN english: the absolute value of x+1 over 2 is greater than or equal to 3

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
IN english: the absolute value of x+1 over 2 is greater than or equal to 3
----
|(x+1)/2| >= 3
------
(x+1)/2 <= -3 or (x+1)/2 >= 3
-------
x+1 <= -6 or x+1 >= 6
--------
x <= -7 or x >= 5
----------
Cheers,
Stan H.
-----------