Numeral Systems

How different cultures have represented quantities in writing, and which systems to adopt when rebuilding.

Why This Matters

Numbers are the foundation of every technical civilization. You cannot build accurately without measurement and calculation. You cannot trade fairly without accounting. You cannot plan harvests, predict seasons, or manage resources without quantitative records. The system you choose for representing numbers in writing directly affects how easily you can perform all of these tasks.

Not all numeral systems are equal in practice. Roman numerals, for example, make simple record-keeping manageable but make arithmetic genuinely difficult—try doing long division in Roman numerals and you will immediately understand why Roman engineering achievements required armies of specialized calculators. The Hindu-Arabic positional system (the 0–9 digits used in modern mathematics) is not just a convention—it is a technological advance that dramatically reduces the cognitive load of calculation.

When rebuilding a community’s written mathematics, you have the opportunity to adopt the best available system from the start rather than inheriting whatever was used locally. This section covers the major numeral system types, their tradeoffs, and practical guidance on teaching and standardizing whichever system your community adopts.

Types of Numeral Systems

Additive Systems (Roman, Egyptian)

In an additive system, the value of a written number is the sum of all its symbols. There is no positional value—position does not change a symbol’s meaning.

Roman numerals:

SymbolValue
I1
V5
X10
L50
C100
D500
M1,000

To write 47: XLVII (40 + 5 + 1 + 1)

Advantages: Easy to learn the symbols. Easy to read values at a glance for small numbers. No concept of zero needed.

Disadvantages: Large numbers require many symbols. Arithmetic is cumbersome—adding and subtracting requires regrouping symbols mentally. Multiplication and division are extremely difficult. Fractions have no natural representation.

Positional Systems (Hindu-Arabic, Babylonian)

In a positional system, each digit’s value depends on its position in the number. The same symbol means different things in different positions.

Hindu-Arabic (base 10):

  • Digits 0–9
  • Each position is worth 10 times the position to its right
  • 347 means: (3 × 100) + (4 × 10) + (7 × 1)

This system requires the concept of zero as a placeholder—without zero, you cannot distinguish 47 from 407 or 470.

Babylonian (base 60):

  • The Babylonians used a positional system in base 60
  • Survives today in our measurement of time (60 seconds, 60 minutes) and angles (360 degrees)
  • Base 60 is mathematically elegant but requires memorizing more symbols

Advantages of positional systems: Arithmetic algorithms work the same regardless of the size of the numbers. Long addition, subtraction, multiplication, and division can be performed mechanically with practice. Large numbers can be written compactly. The system scales to fractions (decimal point) and very large numbers without needing new symbols.

Tallying Systems

Tallying is the simplest form of numerical recording: one mark per unit, often grouped in fives. This is not truly a numeral system but a counting record. It is fast to produce and requires no learning beyond counting, but it is impractical for numbers larger than a few hundred and cannot be used for arithmetic.

For a rebuilding community, the Hindu-Arabic base-10 positional system is strongly recommended. It is:

  • Learnable: Ten symbols total; the rules of positional value can be taught to children in weeks
  • Arithmetically powerful: Standard algorithms for all four operations work at any scale
  • Extensible: The same system handles whole numbers, fractions (decimals), and negative numbers
  • Universal: It is the global technical standard, meaning any preserved books, engineering references, or scientific texts will use it

Do not reinvent the wheel

Some communities in historical collapses reverted to simpler additive systems because they were easier to scratch into surfaces. This is a trap. The short-term ease of Roman numerals comes at a long-term cost in calculation capacity. Teach positional notation from the start.

Teaching the Positional System

Step 1: Counting and the Ten Digits

Begin with physical objects. Count them aloud. Write the corresponding digit. The ten digits (0, 1, 2, 3, 4, 5, 6, 7, 8, 9) must be memorized as symbols before positional value makes sense.

Draw the standard digit shapes clearly and post them where learners can reference them:

0  1  2  3  4  5  6  7  8  9

Teach that these symbols are arbitrary—they could look different—but consistency is everything. Everyone in the community must write digits the same way or records become ambiguous.

Step 2: The Concept of Place Value

Use physical bundles to demonstrate:

  • Ten individual sticks → bundle into one group of ten
  • Ten bundles of ten → bundle into one group of one hundred

Show how the position of a digit in a written number tells you which “bundle size” it represents:

HundredsTensOnes
347

Three hundreds, four tens, seven ones = 347.

The most important concept: zero is a placeholder. Without zero, 307 and 37 look the same. Zero means “no bundles of this size, but there are bundles of larger sizes.”

Step 3: Basic Arithmetic Algorithms

Once positional notation is understood, the standard algorithms follow logically:

Addition: Line up digits by place value, add from right to left, carry when a column exceeds 9.

Subtraction: Line up digits, subtract from right to left, borrow from the next column when needed.

Multiplication: Use the times table (memorized) plus shift-and-add. This requires knowing 10 × 10 = 100 multiplication facts, which is achievable with practice.

Division: Long division is the hardest of the four operations to learn but enables everything from unit conversion to engineering calculations.

Produce a written multiplication table (1 through 12 × 1 through 12) and post it as a community resource. Every student should eventually memorize it, but having a reference table makes early learning faster and reduces errors in important calculations.

Fractions and Decimals

The positional system extends naturally to fractions via decimal notation. The decimal point separates whole-number positions from fractional positions:

Ones.TenthsHundredths
3.14

3.14 = three ones + one tenth + four hundredths

This is critical for measurement, mixing ratios (medicine, chemistry, metalworking), and engineering calculations. Teach decimal fractions as soon as students are comfortable with whole-number arithmetic.

Alternatively, common fractions (1/2, 1/4, 3/8) remain useful for everyday measurement. Teach both representations and the ability to convert between them.

Practical Numeral Standards for Your Community

Writing Conventions to Standardize

  1. Digit shapes: Post a reference chart. Ambiguous digits cause errors in records—a 1 that looks like a 7, a 0 that looks like a 6.
  2. Separation of large numbers: 1,000,000 (using commas) vs. 1 000 000 (using spaces). Pick one and enforce it.
  3. Decimal separator: Period (1.5) or comma (1,5)—these are regional conventions. Pick one.
  4. Date format: YYYY-MM-DD is unambiguous and sorts correctly. Avoid MM/DD/YY or DD/MM/YY which are regionally confusing.

Reference Documents to Produce

Once you have a community agreement on numeral conventions, produce and preserve:

  • Multiplication table (1–12)
  • Basic arithmetic algorithm reference (how to do long multiplication, long division)
  • Conversion tables for your community’s measurement standards
  • A simple number-line poster showing 0–100 for teaching children

These documents are infrastructure. Copy them multiple times and store in different locations.

Historical Context Worth Knowing

The Hindu-Arabic system was developed in India around the 5th–6th century CE and transmitted to Europe through Arabic scholars in the 10th–12th centuries. European adoption was contested—merchants using the new system were sometimes accused of fraud because the numbers could be altered more easily than Roman numerals (a concern addressed by careful record-keeping practices, not by reverting to Roman numerals).

The key innovation—zero as a number and placeholder, combined with positional value—is one of humanity’s most powerful intellectual achievements. When you teach it to a child who has never seen it before, you are transmitting something genuinely profound: a tool that makes all of quantitative science and engineering possible.