50.4k views
1 vote
How can you find the difference of two integers using absolute value?

A) Subtract the larger integer from the smaller integer.
B) Take the absolute value of the larger integer.
C) Take the absolute value of the difference between the two integers.
D) Add the two integers together.

User Katara
by
7.6k points

1 Answer

4 votes

Final answer:

To find the difference of two integers using absolute value, take the absolute value of the difference between the two integers.

Step-by-step explanation:

To find the difference of two integers using absolute value, you should take the absolute value of the difference between the two integers.

For example, if we have two integers, -7 and -4, the difference between them would be (-7) - (-4) = -3. However, if we take the absolute value of the difference, we would get |-3| = 3.

So, the correct answer is C) Take the absolute value of the difference between the two integers.

User Radihuq
by
7.3k points