Adding Positive and Negative Numbers
1) When adding numbers of the same sign, we add their absolute values, and give the result the same sign.
Examples:
2 + 5.7 = 7.7
(-7.3) + (-2.1) = -(7.3 + 2.1) = -9.4
(-100) + (-0.05) = -(100 + 0.05) = -100.05
2) When adding numbers of the opposite signs, we take their absolute values, subtract the smaller from the larger, and give the result the sign of the number with the larger absolute value.
Example:
7 + (-3.4) = ?
The absolute values of 7 and -3.4 are 7 and 3.4. Subtracting the smaller from the larger gives 7 - 3.4 = 3.6, and since the larger absolute value was 7, we give the result the same sign as 7, so 7 + (-3.4) = 3.6.
Example:
8.5 + (-17) = ?
The absolute values of 8.5 and -17 are 8.5 and 17. Subtracting the smaller from the larger gives 17 - 8.5 = 8.5, and since the larger absolute value was 17, we give the result the same sign as -17, so 8.5 + (-17) = -8.5.
Example:
-2.2 + 1.1 = ?
The absolute values of -2.2 and 1.1 are 2.2 and 1.1. Subtracting the smaller from the larger gives 2.2 - 1.1 = 1.1, and since the larger absolute value was 2.2, we give the result the same sign as -2.2, so -2.2 + 1.1 = -1.1.
Example:
6.93 + (-6.93) = ?
The absolute values of 6.93 and -6.93 are 6.93 and 6.93. Subtracting the smaller from the larger gives 6.93 - 6.93 = 0. The sign in this case does not matter, since 0 and -0 are the same. Note that 6.93 and -6.93 are opposite numbers. All opposite numbers have this property that their sum is equal to zero. Two numbers that add up to zero are also called additive inverses.