Number Systems

Part of Mathematics

How different civilizations represented numbers, and which systems work best for a rebuilding community.

Why This Matters

Before you can teach arithmetic, you need to decide how numbers will be written. The choice of number system shapes how easily calculations can be performed, recorded, and taught. Roman numerals are excellent for recording counts and dates but make multiplication and division nearly impossible. The Hindu-Arabic place-value system (0–9) that modern civilization inherited enables arithmetic algorithms of extraordinary power using only ten symbols.

In a post-collapse scenario, you are likely to encounter documents, carvings, or artifacts using several different systems — Roman numerals on clocks and monuments, tally marks on accounting records, potentially cuneiform-influenced or Mayan influences if you have access to historical texts. Understanding what these systems are and how they work helps you read historical records, communicate with other survivor groups who may use different conventions, and make an informed decision about which system to standardize on in your own community.

The deeper lesson is that a number system is a technology — an invention that can be evaluated, compared, and chosen deliberately. The right system dramatically reduces the cognitive load of mathematics. A community that adopts place-value notation from the start avoids centuries of struggle that slowed European mathematics while Roman numerals dominated.

Additive vs. Place-Value Systems

All number systems fall into two broad categories:

Additive systems: The value of a numeral is the sum of its symbol values, regardless of position. To find the total, you add up all the symbols. Roman numerals are additive (with a subtraction rule for IV, IX, etc.).

Place-value systems: The value of a digit depends on both the digit itself and its position in the number. Moving a digit one place to the left multiplies its value by the base. Our decimal system is place-value base 10.

The critical difference: in an additive system, to represent 999 in Roman numerals requires 6 symbols (CMXCIX). In place-value notation, it requires 3 symbols. More importantly, addition and multiplication algorithms work naturally on place-value systems — you can apply a step-by-step procedure that always works. Additive systems require case-by-case ingenuity or conversion tables.

Roman Numerals

Roman numerals use seven symbols:

SymbolValue
I1
V5
X10
L50
C100
D500
M1,000

Rules:

  • Write symbols largest to smallest, left to right; add all values
  • If a smaller symbol precedes a larger, subtract it: IV = 4, IX = 9, XL = 40, XC = 90, CD = 400, CM = 900

Examples:

  • XIV = 10 + 4 = 14
  • XLII = 40 + 2 = 42
  • MCMXCIX = 1,000 + 900 + 90 + 9 = 1,999

When to use them: Dates, chapter numbers, clock faces, formal inscriptions. Roman numerals are visually distinctive and difficult to accidentally alter (changing a digit in a place-value number can multiply value by 10; adding or removing a Roman symbol changes it by only that symbol’s value). Some communities use them for serial numbers or labels for exactly this reason.

Why not for arithmetic: Try multiplying XLVII × XXIII on paper. Without converting to our system first, it is enormously difficult. Roman numerals survived in Europe for arithmetic use largely because people used physical abacuses for calculation, only switching to Roman numerals to record the result.

Egyptian Hieratic Numbers

Ancient Egyptians used a decimal system but with separate symbols for 1, 10, 100, 1,000, etc. — additive like Roman but with more symbols. They did develop multiplication algorithms (doubling and halving — see Multiplication) but the system still did not support the columnar arithmetic we use today.

This system is mentioned primarily so you recognize it in historical texts. It is not recommended for adoption.

The Hindu-Arabic System (Decimal Place Value)

This is the system you should standardize on. It uses ten symbols (0–9) and positional notation.

The ten symbols: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9

Place values (right to left): ones, tens, hundreds, thousands, ten-thousands…

In the number 4,726:

  • 6 is in the ones place: value = 6
  • 2 is in the tens place: value = 20
  • 7 is in the hundreds place: value = 700
  • 4 is in the thousands place: value = 4,000
  • Total: 4,726

The critical role of zero: Zero is not merely “nothing.” It is a placeholder that preserves positional meaning. Without zero, how do you distinguish 52 from 502 from 5,002? The invention of zero as a digit that holds a place was one of the most significant intellectual achievements in mathematical history. Make sure anyone learning numbers understands that 0 means “this position has no value, but it matters that it’s here.”

Extending to decimals: The same place-value logic extends rightward past the decimal point: tenths, hundredths, thousandths. 3.75 = 3 + 7/10 + 5/100. This is discussed more in Percentages and is essential for measurement precision.

Counting in Different Bases: Why Base 10?

Base 10 (decimal) uses ten as its grouping number. We have ten fingers, so base 10 emerged naturally. But it is worth understanding why base 10 is convenient and what alternatives exist.

Base 10 advantages:

  • Aligns with finger counting — intuitive learning
  • Widespread global adoption — trade and communication benefits
  • Convenient fractions: 1/2 = 0.5, 1/4 = 0.25, 1/5 = 0.2

Base 12 (duodecimal) advantages — worth knowing:

  • 12 divides evenly by 1, 2, 3, 4, 6 (five divisors vs. base 10’s four: 1, 2, 5, 10)
  • Makes thirds and quarters exact in the system: 1/3 = 0.4 in base 12
  • Historically used for: inches in a foot, months in a year, hours in a day, dozens in trade
  • If your community uses feet and inches heavily, familiarity with twelves helps

Recommendation: Use decimal (base 10) as your primary system. Learn to recognize base 12 patterns for trade goods sold by the dozen.

Writing Numbers Clearly

A standard that prevents confusion is as important as the system itself.

Digit clarity rules:

  • 1 vs. 7: Always cross your 7 (7̶) or add a serif; write 1 without extra strokes
  • 0 vs. O: Slash your zero (0̸) when working near letters
  • 6 vs. 9: Write consistently; some communities mark 9 with an underline
  • Decimal point vs. thousands separator: Use a dot for decimals, a comma or space for thousands groupings (1,000 or 1 000)

Large number naming:

WrittenName
1,000One thousand
1,000,000One million
1,000,000,000One billion

For reconstruction purposes, numbers above one million rarely appear in daily work. Focus teaching on numbers up to 100,000 (a large grain store might hold this many kilograms; a territory might have this many people).

Transitioning a Community to a Standard System

If you encounter a group using a different number system — tally marks only, Roman numerals, or a non-standard notation — a practical transition plan:

  1. Document the existing system — do not discard it before conversion is complete
  2. Teach recognition first — show equivalences on a posted chart
  3. Convert all important records — grain stores, population counts, land measurements
  4. Teach the new system to children first — they acquire it most easily
  5. Establish a standard in writing (what symbols mean what) and post it publicly

A single standard is worth fighting for. Trade errors, construction errors, and record-keeping errors all multiply when two groups use different number notations without a conversion protocol. Designate a system, write it down, and enforce it consistently from the start.

Practical Exercises

Recognition drill: Write a number in Roman numerals; have learners convert it. Start with numbers under 100, then extend to 1,000.

Place-value drill: Write a number like 3,074 and ask: “What is the value of the 3? The 0? The 7? The 4?” Correct answers: 3,000; 0 (placeholder); 70; 4.

Zero importance drill: Write 52, 502, and 5,020 on separate slips. Shuffle them. Ask learners to put them in order. Discuss why the zeros matter.

Base conversion exercise: Count 47 objects. Record in Roman numerals (XLVII). Record in decimal (47). Compare how easy it is to add XLVII + XXIII vs. 47 + 23. The lesson is visceral.

Understanding number systems is the foundation for all further mathematics. A community that chooses wisely and teaches consistently will develop mathematical competence in a single generation.