Question 992343
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.
-----------