`2|(2x)/3 + 1|>=4`
This gives
`|(2x)/3 + 1|>=2`
So either...
`(2x)/3+1<=-2`
OR
`(2x)/3+1>=2`
Multiply both sides by 3
`2x + 3 ≤ -6 ` `2x ≤ -9` `x<=-9/2`
`2x ≤ -9`
`x<=-9/2`
`2x + 3 ≥ 6 ` `2x ≥ 3` `x>=3/2`
`2x ≥ 3`
`x>=3/2`
Solution: `x<=-9/2\ "or"\ x>=3/2`