1.1.17 · D3Arithmetic & Number Systems

Worked examples — Operations on decimals — all four operations

3,321 words15 min readBack to topic

Before anything else, one word we must earn: a decimal place is simply how many digits sit to the right of the point. So has one decimal place, has two, and (no point) has zero. Keep that meaning in your pocket — every rule below counts these.


The scenario matrix

Every problem on this topic falls into one of these cells. Each worked example below is tagged with the cell it covers.

# Case class What makes it tricky Example
C1 Add, ragged places one number has more digits after the point Ex 1
C2 Subtract crossing whole part / borrow borrowing across the point Ex 2
C3 Subtract giving a zero-ish small result answer smaller than either input, watch the leading zero Ex 3
C3z Subtract giving an exact zero equal inputs cancel — degenerate case Ex 3b
C4 Multiply, leading-zero factor eats extra places Ex 4
C5 Multiply by a power of ten (limiting/shift) the point just slides — no long multiply Ex 5
Cn Negative decimal input (all four ops) sign rules on top of the point bookkeeping Ex 5b
C6 Divide by a decimal (both shift) must scale top and bottom Ex 6
C7 Divide small ÷ big (answer ) quotient starts Ex 7
C8 Divide that never ends (repeating) when to stop, how to round Ex 8
C9 Word problem (money, real units) translate words → operation Ex 9
C10 Exam twist (mixed operations, order) do the right operation first Ex 10

See Place Value and Powers of Ten for why the columns carry the weights they do.


Ex 1 — Addition with ragged places (C1)


Ex 2 — Subtraction with borrowing across the point (C2)


Ex 3 — Subtraction giving a small, leading-zero answer (C3)


Ex 3b — Subtraction giving an exact zero (degenerate case) (C3z)


Ex 4 — Multiplication with a leading-zero factor (C4)


Ex 5 — Multiply by a power of ten (limiting case: the shift) (C5)

Figure — Operations on decimals — all four operations

Figure Ex 5 — The digits stay fixed in place while only the decimal point moves: a coral arrow slides it two steps right for (giving ), and a mint arrow slides it two steps left for (giving ). The picture shows that multiplying by a power of ten never touches the digits — it only relocates the point.


Ex 5b — Negative decimals across ALL four operations (Cn)


Ex 6 — Divide by a decimal, both shift (C6)


Ex 7 — Small ÷ big, answer below one (C7)


Ex 8 — A division that never ends (C8)


Ex 9 — Money word problem (C9)


Ex 10 — Exam twist: order of operations (C10)


Active Recall

Recall Ex 4: why did

turn into ? Because the factors had decimal places total, and has only two digits, so we pad zeros on the left to fill four places: .

Recall Ex 5: which way does the point move when multiplying by

? Two places to the left (the number shrinks), because means dividing by .

Recall Ex 5b: what is the sign of a negative decimal

divided by a positive decimal? Negative — division follows the same "unlike signs ⇒ negative" rule as multiplication (it is multiplication by the reciprocal). E.g. .

Recall Ex 8: why does

never terminate? The remainder returns every step, so the digit repeats forever — the denominator has a prime factor other than or .


Connections