Ask Question
26 December, 04:56

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

+1
Answers (1)
  1. 26 December, 08:54
    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?
Get an answer to your question ✅ “How can you predict whether the sum of two integers is 0, positive, or negative? ...” in 📙 Mathematics if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers