Answer:
Option #1, 3 and 4
Explanation:
7x - 1 <= 7
Let's try them one by one:
1)
x <= -1
-7 - 1 = -8 is less than or equal to 7: True
There could be multiple answers, so let's do the other ones:
2)
x <= 4
28 - 1 = 27 <= 7: False
3)
x <= 1
7 - 1 = 6 <= 7: True
4)
x >= -1
-7 - 1 <= 7
-8 <= 7: True
Therefore, #1, 3, and 4 are correct.
Hope this helped!