write a pair of integer whose sum gives a negative integer
Answers
Answered by
19
ANSWER: Any positive integer added to any negative integer gives the sum as a negative integer.
Few examples:
▶3+(-4)
▶-12+6
▶-9+4
▶6+(-9)
Answered by
3
Answer:
- -1, -3
- -10, 4
Step-by-step explanation:
We need a pair of integers whose sum is negative, So:
2 CASES ARE POSSIBLE:
- Both the integers are negative
- One is negative & other is positive but the absolute value of negative integer is greater than the positive integer
1. Both integers are negative:
When both of the integers will be negative, their sum will automatically come negative
Eg. -1,-3 => -1+(-3) => -1-3 => -4
2.One is negative & other is positive but the absolute value of negative integer is greater than the positive integer
When the absolute value of negative integer is greater than the positive integer, it gives the answer as negative.
Eg. -10, 4 => -10+4 => -6
#SPJ2
Similar questions