Positional Notation
Part of Mathematics
How the position of a digit determines its value — the foundational concept behind all efficient arithmetic.
Why This Matters
Positional notation is the single most important invention in the history of mathematics. It transformed arithmetic from a skill requiring an abacus or counting board into one that could be performed entirely on paper with simple, learnable algorithms. Without it, multiplication and division are so cumbersome that even educated adults use physical aids and lookup tables. With it, a child can multiply thousand-digit numbers using a method that always works.
The concept is simple to state: in a positional number system, the value of a digit depends on where it appears in the number, not just what digit it is. The “3” in 300 is worth one hundred times more than the “3” in 3. This seems obvious to anyone who grew up with it — but it was a revolutionary idea that took thousands of years to develop and was invented independently only twice in human history (in India and in pre-Columbian Mesoamerica).
When rebuilding mathematical education from scratch, positional notation must be taught explicitly and thoroughly. Students who understand why 47 means “4 tens and 7 ones” — not just that it is how numbers are written — will learn arithmetic far more easily and be able to reconstruct algorithms they have forgotten rather than being helpless without memorized procedures.
The Positional System Explained
In the decimal (base 10) positional system, each position represents a power of 10:
| Position | Name | Value |
|---|---|---|
| Ones | 10⁰ | 1 |
| Tens | 10¹ | 10 |
| Hundreds | 10² | 100 |
| Thousands | 10³ | 1,000 |
| Ten-thousands | 10⁴ | 10,000 |
| Hundred-thousands | 10⁵ | 100,000 |
To find the value of a number, multiply each digit by its position value and sum:
4,728 =
- 4 × 1,000 = 4,000
- 7 × 100 = 700
- 2 × 10 = 20
- 8 × 1 = 8
- Total: 4,728
This may seem circular — we are just reading the number — but the point is that this structure enables algorithms. When you add two numbers by column, you are adding ones-to-ones and tens-to-tens, exploiting the positional structure. When you multiply 47 × 3, you multiply 7×3 and 4×3 separately and then combine, again using positional structure.
The Role of Zero as Placeholder
The digit zero is not merely the absence of a value — it is an active placeholder that preserves the positional meaning of all other digits.
Without zero, how do you write “four hundred and three”? You cannot write “43” — that means “forty-three.” You need a symbol to indicate that the tens position is empty: 403.
This is why zero is counted among the great mathematical inventions. Ancient Babylonian and early Mayan positional systems had the concept but used a space or special symbol; the Indian mathematicians who developed the Hindu-Arabic system we use today gave zero full digit status and eventually extended the system to negative numbers and fractions.
Zero rules:
- Any number × 0 = 0
- Any number + 0 = itself
- 0 as a placeholder: 5,009 ≠ 59 ≠ 509
Teaching exercise: Show students the difference between 205, 250, and 520. Ask them to explain in words what each zero “does.” Correct answers:
- 205: the zero holds the tens place (there are no tens)
- 250: the zero holds the ones place (there are no ones)
- 520: the zero holds the ones place (there are no ones)
Carrying and Borrowing: Positional Arithmetic in Action
The algorithms for addition and subtraction rely entirely on positional structure.
Addition with Carrying
When the sum of a column exceeds 9, carry the excess to the next higher position.
Example: 456 + 387
4 5 6
+ 3 8 7
-------
- Ones: 6 + 7 = 13. Write 3, carry 1 to tens
- Tens: 5 + 8 + 1(carry) = 14. Write 4, carry 1 to hundreds
- Hundreds: 4 + 3 + 1(carry) = 8. Write 8.
- Result: 843
Why carrying works: When ones exceed 9, you have at least 10 ones — which equals 1 ten. Carrying moves that ten to the tens column, where it belongs. This is positional structure in action.
Subtraction with Borrowing
When a digit is smaller than the digit being subtracted from it, borrow from the next higher position.
Example: 703 − 248
7 0 3
- 2 4 8
-------
- Ones: 3 − 8 impossible. Borrow 1 ten from tens column. But tens is 0 — borrow from hundreds.
- Hundreds lends 1 to tens (hundreds becomes 6, tens becomes 10)
- Tens lends 1 to ones (tens becomes 9, ones becomes 13)
- Ones: 13 − 8 = 5
- Tens: 9 − 4 = 5
- Hundreds: 6 − 2 = 4
- Result: 455
Check: 455 + 248 = 703 ✓
Extending Positional Notation to Decimals
The same positional logic extends rightward past the ones column, separated by a decimal point:
| Position | Name | Value |
|---|---|---|
| Ones | 10⁰ | 1 |
| Tenths | 10⁻¹ | 0.1 |
| Hundredths | 10⁻² | 0.01 |
| Thousandths | 10⁻³ | 0.001 |
Example: 3.047
- 3 × 1 = 3
- 0 × 0.1 = 0 (placeholder — no tenths)
- 4 × 0.01 = 0.04
- 7 × 0.001 = 0.007
- Total: 3.047
Arithmetic on decimals follows the same rules as integers — align decimal points (which aligns positions), then add/subtract/multiply normally.
Why Positional Notation Enables Efficient Algorithms
Compare multiplying 47 × 38 with Roman numerals (XLVII × XXXVIII). In Roman numerals, there is no positional structure to exploit — you cannot proceed column by column. You must resort to tables, repeated addition, or the doubling method.
In positional notation, the standard multiplication algorithm works because:
- You can separate tens and ones in each number
- You can use the distributive property: 47 × 38 = 47 × (30 + 8) = 47×30 + 47×8
- Multiplying by 30 is multiplying by 3 and then by 10 — and multiplying by 10 in positional notation just shifts every digit one place left (append a zero)
- Each sub-multiplication (47×8, 47×3) uses small numbers whose products you can look up or know
This layered decomposition — possible only because of positional structure — is what makes written arithmetic fast enough to be practical.
Teaching Positional Notation
Physical foundation first: Use objects in groups. Show 3 bundles of 10 sticks and 7 loose sticks. Write “37.” Unbundle and show 37 individual sticks. Write “37.” Same number, different physical form, same written symbol. This makes concrete what the abstract notation represents.
Place value chart: Draw columns labeled H (hundreds), T (tens), O (ones). Have students place counters in columns and read off the number. Move a counter one column left: “What happened to its value?” (×10)
The abacus connection: A physical abacus is a positional notation device made of beads. Each rod is a column; each bead is a digit. Arithmetic on an abacus is the same as arithmetic on paper — just with beads instead of written symbols. If you build an abacus for teaching, it reinforces positional structure viscerally.
Progression:
- Two-digit numbers and their column structure
- Three-digit numbers with zero placeholders
- Addition with carrying in two-digit numbers
- Addition with carrying in three-digit numbers
- Subtraction with borrowing
- Extending to four and five digits
- Decimal fractions — same rules, same structure
Mastering positional notation is the foundation of all further arithmetic. A student who genuinely understands it — not just follows the procedures but understands why they work — will be able to reconstruct forgotten procedures through reasoning alone.