Why is it such that adding and subtracting negative numbers is the way it is? Ex : $$- 8 - 8 = - 16$$ How is one supposed to write it ? $(-8) + (-8) =$ or $(-8) - (-8) =$ Yes, I am conscious of the fact that the answer is $(-8) + (-8) = -16$ but why? Why does the rule follow as such that when you have two negative numbers you add them and you put the sign of the largest number? ( absolute value ) I wish to understand the logic when you have:
$- x - x =$ ( ADD them and put the sing of biggest absolute value )
$+ x - x =$ ( subtract them and put the sing of biggest absolute value )
$- x + x =$ ( subtract them and put the sing of biggest absolute value )
Could someone kindly provide me with some intuition as to why this is the case?
Let us first concentrate on addition. To find the result of $a+b$, you start at $a$ on the number line and move to the right if $b$ is positive and move to the left if $b$ is negative.
For example $$(+5)+(+7) = +12$$ and $$(+5)+(-7) = -2$$and $$(-5)+(+7) = +2$$ and $$(-5)+(-7) = -12$$.
For subtraction use the definition, $$ a-b = a+(-b)$$ where $(-b)$ is the opposite of $b$.
For example $$ (-5)-(-2) = (-5)+(2)=-3$$ and $$ (-5)-(+7) = (-5)+(-7)=-12.$$