Step 1
y > x means that y is greater than x
Step 2
( 4, 5) True
x = 4, y = 5
5 > 4
(-5, -3) True
x = -5 , y = -3
-3 > -5
(-2, -2) Not true
x = -2, y = -2
-2 = -2
(-10, 0) True
x = -10, y = 0
0 > -10
(-8 , 5) True
x = -8, y = 5
5 > - 8
Final answer
C. (-2, -2) Not true