So, let's think about our options. If m and n are both the same sign and we add them, we add the absolute values and keep the sign.
5 + 2 = 7 -----> |7| = 7
-5 + (-2) = -7 ---> |-7| = 7
Now, let's say they have different signs. We subtract the absolute values and keep the sign of the greater absolute value.
-5 + 2 = -3 ---> |-3| = 3
-2 + 5 = 3 ----> |3| = 3
Now, let's look at the right side.
|5| + |2| = 7 -----> 7 = 7
|-5| + |-2| = 7 ----> 7
|5| + |-2| = 7
|-5| + |2| = 7
So, the left side equals 3 or 7, but the right side always equals 7, sooo...
2