asked 188k views
2 votes
Given an integer, how do you find its opposite

asked
User Sharline
by
8.2k points

1 Answer

2 votes

Answer:

To find the opposite of an integer, you simply change the sign of the integer from positive to negative or from negative to positive. Here's how you can do it:

If the integer is positive, change the sign to negative.

If the integer is negative, change the sign to positive.

For example:

The opposite of 5 is -5.

The opposite of -7 is 7.

In mathematical notation, if you have an integer "x", its opposite "y" can be expressed as:

If x is positive: y = -x

If x is negative: y = -x

Explanation:

answered
User AXO
by
8.0k points

No related questions found