.
1. If you are given inequality |a| > 3 for real number "a", it means that
EITHER a > 3 OR a < -3.
It is VERY FIRST thing you need to understand.
The rest is just technique, which I'll show you below.
To get this understanding, use the visual image of the number line and remember that |a| > 3 means that the distance from "a" to 0
(to zero) is greater than 3.
2. After you got this understanding, the rest is MUCH EASIER.
So, |5x+1| > 3 means that
EITHER 5x+1 > 3 OR 5x+1 < -3.
3. Let us consider the case
5x+1 > 3 (1)
first. Subtract 1 from both sides. You will get
5x > 3 - 1 = 2. Divide by 5 both sides. You will get
x > , or x > 0.4.
It is your solution for the case (1).
4. Next consider the case
5x + 1 < -3.
Subtract 1 from both sides. You will get
5x < -3 -1 = -4.
Divide by 5 both sides. You will get
x < or x < -0.8.
It is your solution for the case (2).
5. Thus the set of solutions to the given inequality is the UNION of two semi-infinite intervals
{ x < -4/5 } U { x > 2/5 }.
Solved.
If after my explanations you still have questions, do not hesitate post them to the forum.
===============
I wrote my solution, because the solution by the other tutor contained some errors on the way, that could confuse you.
So, I rectified his solution and his answer as well.