You can
put this solution on YOUR website!|x-3|>|2x+1|
---------------
if x = 0, you get |-3|>|1|, which is true: so x=0 is part of the solution.
--------------
If both x-3 and 2x+1 are positive you get:
x-3 > 2x+1
x<-4
Testing x=-10 you get:
|-13| > |-19| which is false.
---------------------
If both x-3 and 2x+1 are negative you get:
-x+3 > -2x-1
x > -4
Testing x=0 you know already this is true so x>-4 is part of the solution.
--------------------
If x-3 is positive and 2x+1 is negative you get:
x-3 > -2x-1
3x > 2
x>2/3
Testing x=1 you get:
|1-3| > |2+1| which is false
---------------------------------
If x-3 is negative and 2x+1 is positive you get:
-x+3 > 2x+1
3x<2
x <2/3
Testing 0 you know already this is true so x < 2/3
-----------------------
Putting that all together you get -4 < x < 2/3
==================
PS: Graphing it is easier.
==================
Cheers,
Stan H.