What Counts as a Negative Number

A negative number is any value that falls below zero. Sketch a number line and the picture is immediate: positive values sit to the right of zero, negative values sit to the left. These come up constantly whenever something can drop past a natural starting point - a temperature falling below freezing, a bank balance going into the red, land sitting below sea level, or motion running opposite to whatever direction got called "forward."

...−5, −4, −3, −2, −1, 0, 1, 2, 3, 4, 5...

The number line makes the direction obvious: moving right is adding, moving left is subtracting. Negative numbers simply mean that line has no end going left, either.

Absolute Value: Distance Without Direction

A number's absolute value is just its distance from zero, and distance can't be negative by definition. You write it with two vertical bars around the number, like |n|.

|−7| = 7
|5| = 5
|0| = 0

Absolute value throws away the direction and keeps only the size. That matters whenever you only care about the amount of a change, not which way it went - if a temperature "swung by 12 degrees," it makes no difference whether it climbed or dropped, since the size of the swing is identical either way.

Adding and Subtracting With Negatives

This is where most people start second-guessing themselves. The shortcut that actually helps: adding a negative acts exactly like subtracting, and subtracting a negative acts exactly like adding.

Adding a Negative Number

a + (−b) = a − b

5 + (−3) = 5 − 3 = 2
−4 + (−6) = −4 − 6 = −10

Think of it in cash terms: you start with £5, then £3 gets removed, and you're left holding £2. Adding a negative number is nothing more than a different way of writing a subtraction.

Subtracting a Negative Number

a − (−b) = a + b

8 − (−3) = 8 + 3 = 11
−5 − (−2) = −5 + 2 = −3

Why does removing a negative turn into addition? Picture a debt getting cancelled. Suppose you owe £3 - that's a "−3" on your ledger. If someone wipes that debt out (which is the same as subtracting the negative), your position goes up by £3. Erasing a loss has the same effect as receiving a gain.

Sign Rules for Addition and Subtraction, at a Glance

OperationBecomesExample
+ positive+ (add)5 + 3 = 8
+ negative− (subtract)5 + (−3) = 2
− positive− (subtract)5 − 3 = 2
− negative+ (add)5 − (−3) = 8

Adding Two Negative Numbers

If both values being added are negative, add up their absolute values like normal, then attach a negative sign to the total.

(−4) + (−7) = −(4 + 7) = −11
(−3) + (−3) = −6

Adding a Positive and a Negative Number

Subtract the smaller absolute value from the larger one, and give the answer the sign that belonged to whichever number had the bigger absolute value.

(−8) + 5: |−8| > |5|, so the result is negative → −(8−5) = −3
(−3) + 9: |9| > |−3|, so the result is positive → +(9−3) = 6

Multiplying and Dividing With Negatives

Multiplication and division are honestly easier here - you settle the sign and the number itself as two separate, independent steps.

The Sign Rules

SignsResult SignExample
Positive × PositivePositive4 × 3 = 12
Positive × NegativeNegative4 × (−3) = −12
Negative × PositiveNegative(−4) × 3 = −12
Negative × NegativePositive(−4) × (−3) = 12

Division uses the same logic: work out the absolute values first, then apply that same sign table to the result.

(−15) ÷ 3 = −5
(−15) ÷ (−3) = 5
20 ÷ (−4) = −5

Why Does Negative Times Negative Equal Positive?

More people get stuck on this than on any other rule in the list, so rather than just declaring it true, let's build it from a pattern.

Start with an ordinary multiplication table for 3:

3 × 3 = 9
2 × 3 = 6
1 × 3 = 3
0 × 3 = 0
−1 × 3 = −3
−2 × 3 = −6

Each step down drops the result by 3, matching the first number dropping by 1. Now repeat the exercise multiplying by −3 instead:

2 × (−3) = −6
1 × (−3) = −3
0 × (−3) = 0
−1 × (−3) = ?
−2 × (−3) = ?

This time the results climb by 3 with each row: −6, then −3, then 0. Keep the same pattern going and the next two entries have to be +3 and +6. So −1 × (−3) = 3 and −2 × (−3) = 6 - the pattern leaves no other option, since any other answer would break the sequence.

There's a second way to see it, too: treat a negative sign as "reverse direction." Reverse something twice and you're facing the way you started. Two flips cancel out, same as no flip at all.

Negative Numbers in Everyday Contexts

ContextNegative MeansExample
TemperatureBelow freezing−10°C (10 degrees below zero)
FinanceDebt / lossAccount balance: −£250
ElevationBelow sea levelDead Sea: −430m
CoordinatesLeft or below originPoint (−3, −2) on a graph
TimeBefore a reference point−5 seconds (countdown)
VelocityMoving in reverse−20 km/h (moving backwards)

A Note on Negative Exponents

Negative exponents run on the same underlying logic as everything above, but they don't behave like a negative number in the usual sense - a negative exponent is really an instruction to flip to a reciprocal. That's why 2⁻³ comes out to 1/8, not −8. Don't let the minus sign in the exponent trick you into expecting a negative answer.

a⁻ⁿ = 1/aⁿ

3⁻² = 1/3² = 1/9
10⁻³ = 1/1000 = 0.001

Ordering Negative Numbers Correctly

This is a common stumbling block: −10 is smaller than −2, even though 10 is the bigger number. On the number line, −10 sits farther left, meaning it's farther from zero in the negative direction. So among two negative numbers, the one with the larger absolute value is actually the smaller number overall.

−10 < −5 < −1 < 0 < 1 < 5 < 10

Entering Negatives on a Calculator

SolverCalc's calculator takes negative values without any fuss - either use the ± key or just type a minus sign right before the digit. One thing to watch for: (−3)² and −3² aren't the same expression. Parentheses change the outcome: (−3)² = 9, but −3² = −9, because without parentheses tying the minus sign to the 3, order of operations applies the exponent first and the negation second.

Bringing It Together

Once you have a mental anchor - the number line does the job for most people - negative numbers stop feeling like a trap. Addition and subtraction click once you see "canceling a debt equals gaining" and "adding a negative equals taking away." The multiplication and division rule (matching signs give a positive result, mismatched signs give a negative one) is worth committing to memory outright, but the pattern behind it shows the rule isn't arbitrary - it's the only version that keeps the whole number system consistent. Nail down these basics and negative signs stop being the part of a calculation where things go wrong.