John F. answered 09/09/20
Berkeley Master's in Electrical Engineering, Circuits, Programming
|4x - 1| >= 4
Part 1 (Positive Half)
4x - 1 >= 4
4x >= 5
x >= 5/4
Part 2 (Negative Half with inequality flipped)
4x - 1 <= -4
4x <= -3
x <= -3/4
(-inf, -3/4] or [5/4, inf)