If x is a positive integer and y is a negative integer,which of the following comparisons must be true?

Answer:
C. x - y > x
Step-by-step explanation:
You can compare the values of these expressions by using numerical values for x and y.
__
We can let x = 1 (a positive integer), and y = -1 (a negative integer).
y > x + y
-1 > 1 + (-1)
- 1 > 0 . . . . . . false
y < xy
-1 < (1)(-1)
-1 < -1 . . . . . . false
x - y > x
1 - (-1) > 1
2 > 1 . . . . . . true
-xy < x
-(1)(-1) < 1
1 < 1 . . . . . . . false