Start by getting rid of the absolute-value symbols.
To state that the absolute value of some expression is greater than 1 means that this value is located more than one unit away from zero on the Real number line. But we can move away from zero in two different directions, so we need to consider both cases.
|expression| > constant
means:
expression > constant
OR
expression < -constant
Here's an example.
|x + 3/5| > 20
The solution set for this absolute-value inequality will be all numbers x that after being increased by three-fifths are located more than 20 units away from zero (in either direction).
To get rid of the absolute-value symbols, we write the two inequalities shown above.
x + 3/5 > 20
OR
x + 3/5 < -20
Now we solve each of these separately.
x > 97/5
OR
x < -103/5
If your instructor wants interval notation, then this solution can be written like so:
(-infinity, -103/5) U (97/5, infinity)
Let us know, if you still have questions about your exercise. Please show your work, or explain why you think you're stuck.