Why this matters
Every math topic above this — algebra, calculus, linear algebra, neural network gradients — relies on getting signs right. A sign error in step 2 propagates to a wrong answer in step 10. We slow down here so the rest is built on a clean foundation.
A signed number is a number with a direction:
- Positive (, or just ) — to the right of zero on a number line.
- Negative () — to the left of zero.
The four rules
1. Adding numbers with the same sign
Add the values, keep the sign.
2. Adding numbers with different signs
Subtract the smaller value from the larger value, keep the sign of the larger.
3. Subtraction = adding the opposite
becomes . becomes .
4. Multiplication and division — same rule
- Same signs → positive: , .
- Different signs → negative: , .
A common trap
When you see , the exponent applies only to the : Parentheses change the meaning.