107k views
9 votes
If x is a positive integer and y is a negative integer,which of the following comparisons must be true?

If x is a positive integer and y is a negative integer,which of the following comparisons-example-1
User Jean S
by
4.1k points

1 Answer

8 votes

Answer:

C. x - y > x

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).

A

y > x + y

-1 > 1 + (-1)

- 1 > 0 . . . . . . false

B

y < xy

-1 < (1)(-1)

-1 < -1 . . . . . . false

C

x - y > x

1 - (-1) > 1

2 > 1 . . . . . . true

D

-xy < x

-(1)(-1) < 1

1 < 1 . . . . . . . false

User Joar
by
5.3k points