answersLogoWhite

0


Best Answer

Call the numbers "a" and "b":

a + b > a - b

b > -b

2b > 0

b > 0

In other words, when the second number is greater than zero.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: When is the sum of two integers greater than the difference?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Why isn't the sum of two integers always greater than the difference between them?

That's because the integers may be negative. For example, the sum of (-6) and (-6) is (-12), which is less than their difference (0).


When is the sum of two integers less than the difference?

When the integers are negative.


Is the sum of 2 integers always greater than the difference between them?

No. Consider 0 and 1. Or negative numbers, whose sum produces a smaller number.


What integers when added to -7 give a sum greater than 0?

Any integer greater than +7.


What is the sum of all integers greater than -30 and less than 30?

It is 0.


Cindy had three consecutive even integers She found that the product of their sum and 3 was 20 greater than 8 times the third integerWhat were Cindys integers?

greater


What are the two smallest consecutive odd integers whose sum is greater than 17?

9 and 11.


What methods can you use to solve for the sum or difference of integers?

To find the sum of integers, you use addition.To find the difference, you use subtraction.


How many even integers greater than 2 and less than 20 are equal to the sum of two prime numbers?

Seven of them.


What two integers have a difference of 2 and a sum of -12?

The integers are -7 and -5.


Write a program that will accept two numbers and find their sum anddifferences. If the sum is more than the difference, display the sum otherwisedisplay the difference. Pascal programming?

program SumAndDifference; var num1, num2, sum, difference: integer; begin write('Enter first number: '); read(num1); write('Enter second number: '); read(num2); sum := num1 + num2; difference := num1 - num2; if sum > difference then written('The sum is greater: ', sum) else written('The difference is greater: ', difference); end. This program will prompt the user to enter two numbers, calculate their sum and difference, and then compare the two values. If the sum is greater than the difference, it will display the sum; otherwise, it will display the difference.


How many even integers greater than two and less than twenty are equal in value to the sum of two prime numbers?

All of them.