Chapter 3 · A Story of Numbers
Complete Study Notes — History, Evolution & Key Concepts of Number Systems
Place Value
Base-n Systems
Roman Numerals
Hindu Numerals
Zero & Its Importance
Origins of Counting & the Hindu Number System
Humans have needed to count since the Stone Age — to track livestock, food, trade, offerings, and even predict events like the full moon or change of seasons. But the numbers we use today have a rich history of their own.
The chapter begins with Reema finding a slip of paper with strange symbols from Mesopotamian civilisation (~4000 years ago). Her curiosity about ancient numbers takes us on a journey through the history of how humans learned to write numbers.
🕰️ Key Milestones in the History of Numbers
| Time Period | Milestone | Who / Where |
|---|---|---|
| Stone Age (~10,000 years ago) | Counting with pebbles, sticks, tally marks | Worldwide |
| ~3000 BCE | Written number systems (Egyptian, Mesopotamian) | Egypt, Iraq |
| ~3rd century CE | First use of 0 as a dot symbol | India (Bakhshali manuscript) |
| 499 CE | First full explanation of place value system | Aryabhata, India |
| 628 CE | 0 defined as a number with arithmetic rules | Brahmagupta, India |
| ~800 CE | Hindu numerals transmitted to Arab world | Al-Khwārizmī, Al-Kindi |
| ~1100 CE | Reached Europe through Arab scholars | Fibonacci (~1200 CE) |
| 17th century CE | Replaced Roman numerals globally for science | European Renaissance |
Europeans called our numerals “Arabic numerals” because they learned them from the Arab world. Arab scholars correctly called them “Hindu numerals”. The correct terms today are: Hindu numerals, Indian numerals, or Hindu-Arabic numerals. The word “Hindu” here refers to geography/people, not a religion.
“The ingenious method of expressing every possible number using a set of ten symbols emerged in India. Its simplicity lies in the way it facilitated calculations and placed arithmetic foremost among useful inventions.” — Pierre-Simon Laplace (1749–1827)
The word algorithm comes from the name Al-Khwārizmī — the great Persian mathematician who popularised Hindu numerals in the Arab world through his book On the Calculation with Hindu Numerals (c. 825 CE).
The Mechanism of Counting
How would Stone Age people count their cattle without our modern numbers? Three methods were used historically:
📌 Three Methods of Counting
- Physical Objects (Sticks/Pebbles): One stick for every cow. The stick collection represents the number. This is called a one-to-one mapping. Limitation: needs as many sticks as objects — impractical for large numbers.
- Sounds/Names (Letters of Alphabet): Use letters in order — a=1, b=2, …, z=26. Easy for counting but limited to 26 (the number of letters in English).
- Written Symbols (e.g., Roman Numerals): I=1, II=2, III=3, IV=4, V=5, X=10… More efficient, but needs new symbols as numbers grow larger.
📖 Key Definitions
A standard sequence of objects, names, or written symbols with a fixed order, used to count and represent quantities.
The symbols used in a written number system. Example: 0, 1, 5, 36, 193 are numerals in the Hindu number system.
The ideal number system must be unending (represent any number, however large) and efficient (not need too many symbols to write). This challenge drove the entire history of number systems!
Some Early Number Systems
I. 🤚 Body Parts (Papua New Guinea)
The people of Papua New Guinea used body parts as a sequential counting system — touching specific body parts (fingers, wrist, elbow, shoulder, etc.) in order. Numbers were mapped to body positions, reaching up to 27.
II. 🦴 Tally Marks on Bones
Making a notch (cut mark) on bone or cave walls for each object counted — one of the oldest methods of number representation.
| Bone | Estimated Age | Found In | Notable Feature |
|---|---|---|---|
| Lebombo Bone | ~44,000 years old | South Africa | 29 notches; possibly a lunar calendar. Oldest known mathematical artefact. |
| Ishango Bone | 20,000–35,000 years old | Democratic Republic of Congo | Notches in columns; possibly a calendrical system. |
III. 🔢 Counting in Twos — Gumulgal System (Australia)
The Gumulgal people built all number names from just two base words:
| Number | Gumulgal Name | Structure |
|---|---|---|
| 1 | urapon | — |
| 2 | ukasar | — |
| 3 | ukasar-urapon | 2 + 1 |
| 4 | ukasar-ukasar | 2 + 2 |
| 5 | ukasar-ukasar-urapon | 2 + 2 + 1 |
| 6 | ukasar-ukasar-ukasar | 2 + 2 + 2 |
| > 6 | ras | (all larger numbers) |
Three geographically separate groups — Gumulgal (Australia), Bakairi (South America), and Bushmen (South Africa) — independently developed equivalent number systems based on counting in 2s, with no known contact between them! One theory: they may have had common ancestors who used this system.
Humans can recognise the size of a group at a glance only up to about 4 objects. Beyond 4–5, we need to count. This human perceptual limit likely motivated counting in fixed group sizes. The most commonly used group sizes in history: 2, 5, 10, and 20.
The Roman Number System
The Roman system evolved from the ancient Greek system around the 8th century BCE in Rome, and spread across Europe with the Roman Empire. It uses special landmark numbers, each given its own symbol.
🔣 Roman Landmark Numbers
| Symbol | I | V | X | L | C | D | M |
|---|---|---|---|---|---|---|---|
| Value | 1 | 5 | 10 | 50 | 100 | 500 | 1,000 |
📐 Rules for Writing Roman Numerals
- Group the number into as many of the largest landmark as possible, then the next, and so on.
- Symbols are written from largest to smallest (left to right).
- A smaller symbol placed before a larger one means subtract: IV = 4, IX = 9, XL = 40, XC = 90, CD = 400, CM = 900.
- The same symbol is generally not repeated more than 3 times in a row.
✏️ Examples
2367 = 1000+1000+100+100+100+50+10+5+1+1 → MMCCCLXVII
Addition: CCXXXII + CCCCXIII
C+C+C+C+C = 5 C’s = D (500)
X+X+X+X = XXXX, I+I+I = III → DCXLV
Arithmetic — especially multiplication and division — is extremely difficult in Roman numerals. Romans had to use a special calculating tool called the abacus for arithmetic. Also, new symbols are needed for every new large number — the system cannot represent arbitrarily large numbers easily.
Using a sequence of different landmark numbers (not just one group size) to represent a number is more efficient than simple tally marks. This was a major advance in the evolution of number systems.
The Idea of a Base
Landmark numbers = Powers of n: n⁰=1, n¹=n, n²=n², n³=n³, …
| Base (n) | Name | Landmark Numbers | Used In |
|---|---|---|---|
| Base 2 | Binary | 1, 2, 4, 8, 16, 32 … | Computer systems |
| Base 5 | Quinary | 1, 5, 25, 125, 625 … | Created in textbook exercise |
| Base 10 | Decimal | 1, 10, 100, 1000 … | Egyptian, Hindu systems |
| Base 20 | Vigesimal | 1, 20, 400, 8000 … | Some European languages |
| Base 60 | Sexagesimal | 1, 60, 3600, 216000 … | Mesopotamian (Babylonian) |
When you multiply any two landmark numbers (both are powers of n), the result is always another landmark number (a higher power of n). This makes multiplication much simpler and more systematic!
✏️ Example — Base 5 System
143 = 125 + 5 + 5 + 5 + 1 + 1 + 1
= 1×5³ + 3×5¹ + 3×5⁰
→ Representation: 1 group of 125, 3 groups of 5, 3 ones
Humans most likely adopted base 10 because we have 10 fingers. Base 10 is also called the decimal system (from Latin decem = ten). Base 10 requires exactly 10 different digit symbols (0–9 in the Hindu system).
The Egyptian Number System
Developed around 3000 BCE, the Egyptian system was the first major written number system to use powers of 10 as landmark numbers — making it a base-10 (decimal) system.
| Value | Power | Symbol (approximate) | Description |
|---|---|---|---|
| 1 | 10⁰ | | | Vertical stroke |
| 10 | 10¹ | ∩ | Arch (heel bone) |
| 100 | 10² | 9 (coil) | Coiled rope |
| 1,000 | 10³ | Lotus | Lotus flower |
| 10,000 | 10⁴ | Finger | Bent finger |
| 100,000 | 10⁵ | Tadpole | Tadpole / frog |
| 1,000,000 | 10⁶ | Figure | Kneeling person (god of infinity) |
✏️ Example
= 3 coiled ropes + 2 arches + 4 strokes
→ In Egyptian: 999∩∩||||
➕ Addition in Egyptian Numerals
- Add up all symbols of the same type across both numbers.
- Whenever 10 symbols of the same type accumulate, replace them with one symbol of the next higher power (like “carrying” in our modern addition).
- This is exactly how we carry in column addition today!
✖️ Multiplication in Egyptian Numerals
- Multiplying any number by 10 (the base) simply converts each symbol to the next landmark symbol — very clean and systematic.
- The product of any two landmark numbers (powers of 10) is always another landmark number (higher power of 10).
Every new power of 10 needs a brand new symbol. To represent numbers bigger than 10⁷, you need to keep inventing more symbols. The original challenge of number representation reappears in a new form!
Place Value Representation — The Greatest Breakthrough
Place value solved the fundamental problem of number representation: instead of needing a new symbol for every new power of the base, the position of a symbol encodes its power. A finite set of symbols can now represent any number, however large!
🟠 The Indispensable Role of Zero
Without zero, place value systems are ambiguous. How do you tell 12 from 102 or 1020? Zero acts as a placeholder that clearly marks empty positions. All civilisations that developed place value eventually needed a zero symbol.
🌐 Four Civilisations That Developed Place Value
| Civilisation | Base | Zero Symbol | Key Feature |
|---|---|---|---|
| Mesopotamian (Babylonian) | 60 (Sexagesimal) | Partial (placeholder only, not at end) | Blank space → later a placeholder symbol. Legacy: 60 min/hr |
| Mayan | Almost 20 (Vigesimal) | Yes — seashell symbol | 3rd–10th century CE. Independent development in Central America. |
| Chinese (Rod Numerals) | 10 (Decimal) | Blank space (partial) | Alternating Zong/Heng symbols; used till 17th century CE |
| Indian (Hindu) | 10 (Decimal) | Yes — full number (0) + placeholder | Only fully complete, unambiguous place value system |
🪜 Evolution of Ideas in Number Representation
- Count in groups of a single fixed size — Gumulgal system (2s): ukasar-ukasar-urapon = 5
- Group using multiple landmark numbers — Roman system: I, V, X, L, C, D, M (each a new symbol)
- Choose powers of a number as landmark numbers (Idea of a Base) — Egyptian system: 10⁰, 10¹, 10², 10³ … Enables efficient multiplication.
- Use position to denote the landmark number (Place Value) — Mesopotamian, Chinese: the position of a digit tells you which power of the base it represents.
- Zero as a positional digit AND as a full number — Hindu/Indian system: 0–9, base-10, unambiguous, works for all numbers.
The Mesopotamian (Babylonian) Number System
The ancient Mesopotamians (modern-day Iraq) developed a base-60 (sexagesimal) place value system — one of history’s most important number systems.
Landmark numbers: 1, 60, 3600 (60²), 216000 (60³) …
Reading: rightmost group = 1s, next left = 60s, next = 3600s, etc.
✏️ Example — Representing 640
→ Write symbol for 10, then symbol for 40 (side by side)
→ Left group = how many 60s; Right group = how many 1s
Compact: [10-symbol] [40-symbol]
| Feature | Detail |
|---|---|
| Base | 60 (Sexagesimal) |
| Symbols for 1–59 | Combinations of Y (=1) and ≺ (=10) |
| Missing power of 60 | Represented by a blank space (ambiguous) |
| Later improvement | A special placeholder symbol used for blank spaces |
| Limitation | Placeholder not used at the end of numbers (e.g., 3600 ambiguous) |
The Mesopotamian base-60 system lives on: 1 hour = 60 minutes, 1 minute = 60 seconds, and a full circle = 360 degrees (= 6 × 60).
Without a consistent zero symbol, the same numeral could represent different numbers (e.g., Y could mean 1, or 60, or 3600). Inconsistent spacing caused ambiguity. This is why the system is considered “partially developed” as a place value system.
Mayan & Chinese Number Systems
🏺 Mayan Number System (Central America, 3rd–10th century CE)
| Feature | Detail |
|---|---|
| Base | Almost base-20 (Vigesimal) |
| Landmark Numbers | 1, 20, 360 (not 400!), 7200, 144000 … |
| Symbols | Dot (●) = 1, Bar (—) = 5, Seashell shape = 0 |
| Writing Direction | Vertical — bottom to top (lowest position = 1s) |
| Zero Symbol | Yes — seashell shape. Used as placeholder. |
| Third Landmark | 360 instead of 400 (20²). Scholars link this to their calendar year. |
Because their third landmark is 360 (not 400 = 20²), the Mayan system is not a true base-20 system. It therefore lacks the full computational advantages of a base system. However, their zero placeholder was a major intellectual achievement.
🐉 Chinese Rod Numeral System (from ~3rd century CE)
Vertical rods (|, ||, |||, etc.) — used for units place (1s), hundreds (10²), ten-thousands (10⁴), etc. (even powers of 10).
Horizontal rods (—, =, ≡, etc.) — used for tens (10¹), thousands (10³), hundred-thousands (10⁵), etc. (odd powers of 10).
| Feature | Detail |
|---|---|
| Base | Base-10 (Decimal) |
| Why alternating symbols? | Prevents ambiguity — blank spaces (zeros) are easier to spot when adjacent positions look different |
| Zero | Blank space (partial); later a symbol was adopted |
| Period used | At least 3rd century CE to 17th century CE |
The Chinese rod numeral system is remarkably similar to the Hindu number system — both base-10, both positional, both need only 9 (or 10) symbols. With a proper zero, it would be a fully developed place value system.
The Hindu Number System — Pinnacle of Number Representation
375 = (3 × 10²) + (7 × 10¹) + (5 × 10⁰) = 300 + 70 + 5
| Feature | Detail |
|---|---|
| Base | 10 (Decimal) |
| Digits | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 (10 symbols total) |
| Place Value | Yes — position tells which power of 10 |
| Zero | Both a placeholder AND a full number (with its own arithmetic) |
| Origin | India, ~2000 years ago |
| First written zero (as dot) | Bakhshali manuscript, ~3rd century CE |
| First full explanation | Aryabhata, 499 CE (Āryabhaṭīya) |
| Zero codified as a number | Brahmagupta, 628 CE (Brāhmasphuṭasiddhānta) |
🟠 Brahmagupta’s Revolution — Zero as a Full Number
- Brahmagupta defined: 0 + n = n and 0 × n = 0 for any number n.
- By including 0 and negative numbers, he created what is today called a ring — a set closed under addition, subtraction, and multiplication.
- This laid the foundations for modern algebra and analysis.
Using 0 as a digit fills blank positions unambiguously. With just 10 symbols (0–9), we can write any number — however large — with no confusion. This system powers all of modern science, computing, banking, and mathematics.
The discovery of zero and the Hindu place value system is considered one of the greatest, most creative, and most influential inventions in human history. Every bank transaction, computer program, scientific calculation, and engineering design relies on it every second of every day.
Summary & Key Definitions
A standard sequence of symbols, names, or objects with a fixed order used to represent quantities.
Symbols in a written number system. E.g., 0, 1, 5, 36, 193 are numerals in the Hindu system.
Numbers assigned a new unique symbol; used as anchors to group and represent other numbers.
Landmark numbers = powers of n. E.g., Egyptian = base-10 (1,10,100…); Mesopotamian = base-60.
A base-n system where the position of a symbol tells which power of n it represents.
Both a placeholder (positional digit) AND a full number. Crucial for unambiguous representation of all numbers.
Pairing each object with exactly one unique counter. The foundation of counting.
Another name for base-10 (Latin: decem = 10). Our everyday number system.
Base-60 system. Used by Mesopotamians/Babylonians. Legacy: 60 min/hr, 60 sec/min.
📊 Comparison of All Number Systems
| System | Base | Place Value? | Zero? | Landmark Numbers |
|---|---|---|---|---|
| Tally / Gumulgal | 2 | No | No | 1, 2 |
| Roman | Not a true base | No | No | 1, 5, 10, 50, 100, 500, 1000 |
| Egyptian | 10 | No | No | 10⁰, 10¹, 10², 10³ … |
| Mesopotamian | 60 | Yes (partial) | Partial | 60⁰, 60¹, 60² … |
| Mayan | Almost 20 | Yes | Yes (seashell) | 1, 20, 360, 7200 … |
| Chinese (Rods) | 10 | Yes (partial) | Partial | 10⁰, 10¹, 10² … |
| Hindu / Indian | 10 | Yes (complete) | Yes — full number | 10⁰, 10¹, 10² … |

Leave a Reply