Question 99456
I'm not sure which operations you are referring to, but;
multiplication and division;
+ * + = +
+ * - = -
Addition and subtraction;
You keep the sign of the larger number, ex.
-5 + 2 = -3
5 + -2 = 3
:)