Answer:
x = {-3, -2, -1, 0, 1}
Explanation:
We need to find the set that satisfies the inequality x > -4 ∩ x ≤ 1.
∩ means find the members that are common between two sets.
This means that we need to find the set of all integers that satisfy x > -4 and x ≤ 1
So, to find the low end, we find the lowest integer that satisfies x > -4, which is -3.
Now, to find the high end, we find highest integer that satisfies x ≤ 1, which is 1.
So x = {-3, -2, -1, 0, 1}