Answer:
C
Explanation:
It’s convenient that there are only two x values you need to check, -2 and 2. Just insert it to see what y is appropriate.
x = -2: y > 6 + 3 = 9 (and y > -2 + 2 = 0 which is redundant here)
x = 2: y > 2 + 2 = 4 (and y > -6 + 3 = -3 which is redundant here)
So, neither B nor D is in the solution set with 5 < 9 and -5 < 9.
A isn’t in the solution set either with -5 < 4.
C is in the solution set with 5 > 4.