Integrated Math 1 · Unit 0 · Review of the Essentials
Counting stops at zero; measuring does not. Signed numbers say both how much and which direction — and every rule in this section is a fact about one fold at zero.
bookSHelf · Integrated Math 1 · §0.2 · a self-paced section
Outline — by the end of this section you will be able to
§0.2.1 — Negative numbers and the number line
A thermometer keeps reading past the freezing mark, a bank balance keeps dropping past empty, an elevation keeps descending past the shoreline.
In every one of those we need a number that says both how much and which direction — and a whole number cannot do that.
§0.2.1 — Each one already had a zero
| Situation | Described in words | As an integer |
|---|---|---|
| Lowest point in Death Valley | 282 feet below sea level | −282 |
| Home freezer setting | 4 degrees below zero | −4 |
| Overdrawn checking account | 65 dollars owed to the bank | −65 |
| Golf score for the round | 3 strokes under par | −3 |
| Parking garage level | 2 floors below the lobby | −2 |
Table 0.2.1: Everyday quantities that fall below a natural zero.
Sea level, the freezing mark, an empty account, par, the lobby — each situation supplies its own zero, and the minus sign records that we are on the far side of it.
§0.2.1 — Definition
Definition 0.2.1 — Integer
The integers are the whole numbers together with their negatives:
…,−4,−3,−2,−1,0,1,2,3,4,…Every integer is either negative, zero, or positive, and no integer is more than one of those.
§0.2.1 — Definition
Definition 0.2.2 — Number line
A number line is a line with one point chosen as zero and a fixed unit distance marked off in both directions. The positives sit to the right of zero; the negatives sit the same distances to the left.
The spacing matters. Each step of one unit is the same size everywhere, which is what makes the picture trustworthy — the gap from −7 to −6 is exactly the gap from 40 to 41.
Definition 0.2.2: one point chosen as zero, one unit distance, repeated.
Insight — a mirror at zero
Fold the number line at zero and the two halves land on each other: 3 covers −3, 8 covers −8.
Every fact about negatives in this section is really a fact about that fold. Zero is the crease, which is why it is neither positive nor negative.
§0.2.1 — Order
| Comparison | True statement | Why |
|---|---|---|
| 3 and 8 | 3<8 | 3 is left of 8 |
| −3 and 8 | −3<8 | every negative is left of every positive |
| −3 and −8 | −3>−8 | −3 is right of −8 |
| −3 and 0 | −3<0 | negatives are left of zero |
| −100 and −1 | −100<−1 | −100 is far to the left |
That single rule settles every comparison, including the ones that feel backwards.
Where intuition misfires. Five is bigger than two, so it feels like −5 should beat −2. It does not.
−2∘ is a warmer day than −5∘. Owing $2 leaves you better off than owing $5.
§0.2.1 — Worked example
Example 0.2.1 — arrange −9,4,0,−1,7,−12 from least to greatest, and say which two are farthest apart
Step 1 — Separate by sign. Negatives as a block, then 0, then positives.
Steps 2–3 — Order within each block. Among negatives, the larger digit sits farther left and is therefore smaller.
−12,−9,−1,0,4,7Step 4 — Farthest apart. The extremes are −12 and 7: 12 units up to zero, then 7 more — 19 units.
§0.2.1 — Definition
Definition 0.2.3 — Opposite (additive inverse)
The opposite of a number is the number the same distance from zero on the other side. The opposite of 6 is −6; the opposite of −6 is 6. Zero is its own opposite.
A pair of opposites always sums to zero:
a+(−a)=0Definition 0.2.3: a number and its opposite sit the same distance from zero, on opposite sides.
That fact is the whole engine behind subtraction — §0.2.3 spends its time on it.
§0.2.1 — One symbol, three jobs
| Use | Example | Read as |
|---|---|---|
| A negative number | −7 | "negative seven" |
| The opposite of | −a | "the opposite of a" |
| Subtraction | 9−4 | "nine minus four" |
The middle row is the one that trips people up.
−a is not necessarily a negative number. If a=−3, then −a=3. The expression means "flip the sign of whatever a is" — and flipping twice returns you to the start: −(−6)=6.
§0.2.1 — Worked example
Example 0.2.2 — evaluate −a at a=11 and at a=−11; then simplify −(−(−4))
Both came from the same expression. The sign of the result depends entirely on the sign of a — which is exactly why −a cannot be read as "a negative number."
−(−(−4))=−(4)=−4Three flips starting from 4 leave you on the opposite side; an odd number of flips always does.
§0.2.1 — Your turn
Try It Now 0.2.1 — order −6,2,−15,0,−1; evaluate −x at x=−9; simplify −(−(−(−2)))
Substitute with parentheses so the two signs stay separate: −x=−(−9)=9.
Four opposite signs applied to 2 — an even count returns to the start: −(−(−(−2)))=2.
§0.2.2 — Absolute value
A hiker 400 feet below the trailhead and a drone 400 feet above it are in opposite directions but the same distance away.
A tool that reports distance only, ignoring direction, is exactly what absolute value is.
§0.2.2 — Definition
Definition 0.2.4 — Absolute value (magnitude)
The absolute value of a number is its distance from zero, written with vertical bars. Distance is never negative, so ∣a∣≥0 always, and ∣a∣=0 only when a=0.
∣6∣=6∣−6∣=6∣0∣=0Definition 0.2.4: absolute value reports the distance from zero, so it is never negative.
Opposites always have equal absolute values, so ∣a∣=∣−a∣. And ∣n∣=12 leaves two candidates, 12 and −12 — not a flaw, but the correct answer to a question that only asked about distance.
Context Pause — size and direction are separate questions
A quality report might ask how far a part is from spec, not whether it is oversized or undersized.
Absolute value answers the first question and deliberately discards the second, which is why ∣−0.04∣=∣0.04∣=0.04 treats both misses as the same size error.
§0.2.2 — Absolute value as a grouping symbol
| Expression | Value | Note |
|---|---|---|
| ∣−4∣ | 4 | distance from zero |
| −∣−4∣ | −4 | negate after taking absolute value |
| ∣5−9∣ | 4 | simplify inside first |
| ∣5∣−∣9∣ | −4 | a different expression entirely |
| ∣−3∣+∣−8∣ | 11 | two separate distances, then add |
The middle two rows differ only in where the bars sit — and disagree by a sign.
Do not distribute across the bars. ∣3−10∣=7, not ∣3∣−∣10∣=−7.
A minus sign outside stays outside: −∣−9∣=−9. The bars protect only what is inside them.
§0.2.2 — Worked example
Example 0.2.3 — simplify (a) ∣6−14∣; (b) −∣6−14∣; (c) ∣6∣−∣14∣; (d) 8−∣2−7∣
Parts (a) and (c) use the same three symbols in a different arrangement and disagree by a sign. The bars are grouping symbols, so where they open and close changes the problem.
§0.2.2 — Worked example
Example 0.2.4 — find every integer n with ∣n∣=7; then explain why none satisfies ∣n∣=−7
∣n∣=7 says n sits exactly 7 units from zero. Going right lands on 7; going left lands on −7. Nothing else is 7 units away.
n=7orn=−7∣n∣=−7 asks for a number whose distance from zero is negative. Distance counts units travelled, and travelling a negative number of units is not a thing you can do — no solution.
§0.2.2 — Your turn
Try It Now 0.2.2 — simplify ∣3−11∣, −∣3−11∣, ∣−5∣+∣−2∣; then find every n with ∣n∣=4
Two integers sit 4 units from zero, one on each side: n=4 or n=−4.
§0.2.3 — Adding and subtracting integers
Start at the first number; a positive addend moves right, a negative addend moves left. Two cases cover everything.
Add the magnitudes, keep the sign — both movements go the same way, so they accumulate.
4+7=11−4+(−7)=−11Subtract the smaller magnitude from the larger, take the sign of the larger — the movements partly cancel.
−9+4=−59+(−4)=5Insight — a tug of war decides the sign
Picture the two numbers as teams pulling in opposite directions. Same signs means both pull the same way, so the pulls add. Different signs means they pull against each other.
The smaller pull cancels part of the larger, and the winner's direction is the sign of the answer.
§0.2.3 — Every case in one table
| Problem | Signs | Work | Result |
|---|---|---|---|
| −6+(−8) | same | 6+8=14, keep negative | −14 |
| −6+8 | different | 8−6=2, take sign of 8 | 2 |
| 6+(−8) | different | 8−6=2, take sign of −8 | −2 |
| 6+8 | same | 6+8=14, keep positive | 14 |
| −7+7 | different | equal magnitudes cancel | 0 |
The magnitudes decide who crosses zero, and crossing zero is what decides the sign.
That last row is the additive-inverse fact from §0.2.1 showing up inside the addition rule.
§0.2.3 — Worked example
Example 0.2.5 — an account starts at $120; a $200 rent payment clears Monday, a $65 deposit arrives Wednesday, a $30 fee is charged Friday
Step 1 — Signed numbers. Money in is positive, money out is negative.
120+(−200)+65+(−30)Steps 2–4 — Combine left to right.
120+(−200)=−80→−80+65=−15→−15+(−30)=−45Answer: a balance of −45 — the account is overdrawn by $45.
§0.2.3 — Definition
Definition 0.2.5 — Subtraction
For any numbers a and b, the difference a−b is the sum of a and the opposite of b:
a−b=a+(−b)To subtract, add the opposite. This does not sit alongside the addition rules — it replaces the need for separate subtraction rules.
Definition 0.2.5: rewriting a subtraction as adding the opposite turns it into one walk.
§0.2.3 — The line worth slowing down on
| Expression | Rewritten | Result |
|---|---|---|
| 12−20 | 12+(−20) | −8 |
| −12−20 | −12+(−20) | −32 |
| −12−(−20) | −12+20 | 8 |
| 12−(−20) | 12+20 | 32 |
| 0−(−6) | 0+6 | 6 |
Rewriting before computing costs one extra line and eliminates most sign errors.
Read it as removing a debt. You are $3 in the hole; someone cancels a $7 debt. Going up $7 from $3 in the hole leaves you $4 to the good.
Or as a missing addend. −3−(−7) asks what you add to −7 to reach −3: move 4 units right, so +4.
§0.2.3 — Worked example
Example 0.2.6 — 6 a.m. is −11∘F and 2 p.m. reaches 9∘F; that evening it falls back to −4∘F
A change is the ending value minus the starting value.
9−(−11)=9+11=20A rise of 20 degrees — matching the line: 11 units up to zero, then 9 more.
−4−9=−4+(−9)=−13A change of −13 means it dropped, and the size of the drop is ∣−13∣=13 degrees.
§0.2.3 — Worked example
Example 0.2.7 — simplify 7−15−(−4)+(−6)−(−9)
Step 1 — Rewrite every subtraction. Three subtraction signs, each becoming an addition of the opposite.
7+(−15)+4+(−6)+9Steps 2–5 — Left to right.
−8→−4→−10→−1Check by grouping. Positives total 7+4+9=20; negatives total 15+6=21. One unit onto the negative side — agrees.
§0.2.3 — Your turn
Try It Now 0.2.3 — simplify −14+6, −14−6, −14−(−6), and 5−12−(−8)+(−3)
The first and third land on the same answer by different routes — one is already an addition, the other becomes one.
5+(−12)+8+(−3)=−7→1→−2§0.2.4 — Multiplying and dividing integers
| First factor | Second factor | Sign of product | Example |
|---|---|---|---|
| positive | positive | positive | 4⋅6=24 |
| negative | negative | positive | (−4)(−6)=24 |
| positive | negative | negative | 4(−6)=−24 |
| negative | positive | negative | (−4)(6)=−24 |
Like signs give a positive result; unlike signs give a negative one.
The magnitude never depends on the signs — in every row the digits are the same and only the sign changes.
Division obeys the identical table, and not by coincidence: 4−20=−5 is right precisely because (−5)(4)=−20.
§0.2.4 — Why two negatives make a positive
| Product | Value | Change from the row above |
|---|---|---|
| (−3)(2) | −6 | — |
| (−3)(1) | −3 | up 3 |
| (−3)(0) | 0 | up 3 |
| (−3)(−1) | 3 | up 3 |
| (−3)(−2) | 6 | up 3 |
Table 0.2.2: Products of −3 with a factor decreasing by 1 each row.
Continuing the pattern past zero forces (−3)(−1) to be +3. It is not a convention chosen for convenience.
A second argument uses only the distributive property:
0=(−3)(5+(−5))=−15+(−3)(−5)Only +15 cancels the −15.
Context Pause — reversing a reversal
Multiplying by a negative flips direction on the number line, the way playing a video in reverse flips the action. Do it twice and you are running forward again.
That is the whole content of "a negative times a negative is a positive."
§0.2.4 — Counting the negative factors
Each pair of negatives cancels, so an even count pairs off completely.
(−2)4=16One unmatched negative is left to set the sign.
(−2)(−3)(−4)=−24(−2)3=−8† The placement caution from §0.1.4 still applies: (−2)4=16 but −24=−16, because in the second the exponent attaches only to the 2.
§0.2.4 — Worked example
Example 0.2.8 — predict the sign, then compute: (a) (−2)(3)(−5); (b) (−1)(−2)(−3)(−4)(−5); (c) −9−72; (d) (−3)4; (e) −34
Parts (d) and (e) use the same digits and disagree by a sign, exactly as −42 and (−4)2 did in §0.1.
§0.2.4 — Definition
Definition 0.2.6 — Division by zero is undefined
For every number a, the quotient 0a is undefined — it names no number at all. An expression is undefined when no value satisfies what it asks for, or when more than one does.
05 asks what times 0 gives 5 — nothing does. 00 asks what times 0 gives 0 — everything does.
Definition 0.2.6: both 5/0 and 0/0 are undefined, for opposite reasons.
One case has no candidates, the other has too many. Zero divided by a nonzero number is fine: 50=0, since 0⋅5=0.
§0.2.4 — Order of operations with negatives
| Step | Expression | Reason |
|---|---|---|
| 1 | −2(−3)2+3 | grouping first: 5−8=−3 |
| 2 | −2(9)+3 | exponent: (−3)2=9 |
| 3 | −18+3 | multiplication |
| 4 | −15 | addition |
Evaluating −2(5−8)2+3, one rule per line.
Substituting keeps the parentheses habit from §0.1.4. Evaluate x2−4x at x=−5:
(−5)2−4(−5)=25+20=45Two places to lose a sign — the squaring, and subtracting a negative. Parentheses protect both.
§0.2.4 — Worked example
Example 0.2.9 — simplify −2−4(3−7)−(−5)
The fraction bar groups. Simplify numerator and denominator separately before dividing.
3−7=−4→−4(−4)=16→−216=−8Then the remaining subtraction. Subtracting a negative adds.
−8−(−5)=−8+5=−3§0.2.4 — Worked example
Example 0.2.10 — evaluate −x2+3x−8 when x=−4
Substitute with parentheses. The leading minus sign stays exactly where it was.
−(−4)2+3(−4)−8Exponent first. The parentheses make the base −4, and an even power of a negative is positive, so (−4)2=16 and the first term is −16.
−16+(−12)−8=−36§0.2.4 — Your turn
Try It Now 0.2.4 — simplify (−4)(−3)(−2), 9−45, −3(2−6)2+10; then evaluate x2−5x at x=−3
Three negative factors is odd, so part 1 is negative. Part 4 is the parentheses habit again.
Key Terminology — the seven words this section defines
integer — a whole number or the negative of a whole number.
number line — a line with a marked zero and a fixed unit distance, positives right, negatives left.
opposite — the number the same distance from zero but on the other side.
additive inverse — another name for the opposite; the two sum to zero.
absolute value — the distance a number sits from zero, written ∣a∣, never negative.
magnitude — the size of a number with its sign ignored.
undefined — describes an expression that names no number, as division by zero does.
The headline result
Subtraction is not a second operation
a−b=a+(−b) — every subtraction is an addition once you take the opposite, so the two addition cases are the only rules you need.
And the opposite is just the fold at zero. One picture generates the order rule, absolute value, the addition cases, and the sign rules.
† This is why rewriting before computing is worth its extra line: it converts every problem into the one case you have already practised, instead of asking you to hold two rule sets at once.
§0.2 — Conclusions
A signed number carries size and direction at once. Absolute value asks only for the size; the sign rules track only the direction. Separating the two questions is what makes every computation in this section routine.
Reading −100 as larger than −1, distributing across absolute-value bars, dropping a sign in a chain instead of rewriting first, and letting an exponent reach a minus sign it was never attached to.
Next: §0.3 Fractions — where the same "rewrite it into a form you already know" move does the work again. Back to start.