Ask Question

How can you predict whether the sum of two integers is 0, positive, or negative?

+1
Answers (1)
  1. 30 May, 21:23
    0
    See explanation:

    Step-by-step explanation:

    Let a and b be integers.

    Sum means addition.

    So we are trying to figure out what a+b equals.

    It could result in as 0, negative, or positive.

    a+b is 0 when a and b are of opposite values. Example: 5 + (-5) or - 5+5 is 0 because 5 and - 5 are opposite values.

    a+b is positive when both a and b are positive. Example 5+3=5.

    a+b is positive when |a|>|b| and a is positive. Example: 5 + (-3) = 2 since |5|>|-3| and 5 is positive.

    a+b is positive when |a|<|b| and b is positive. Example: - 3+5=2 since |-3|<|5| and 5 is positive.

    a+b is negative when both a and b are negative. Example: - 5 + (-3) = -8.

    a+b is negative when |a|>|b| and a is negative. Example: - 5+3=-2 since |-5|>|3| and - 5 is negative.

    a+b is negative when |a|<|b| and b is negative. Example: 3 + (-5) = -2 since |3|<|-5| and - 5 is negative.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “How can you predict whether the sum of two integers is 0, positive, or negative? ...” in 📗 Mathematics if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers