A Story of Numbers
Why This Matters
Every day you write numbers without a second thought. You note down a phone number. You check a price tag. You read the score of a cricket match. You write the digits 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 and you can build any number you like, however big.
But have you ever stopped to ask: where did these numbers come from? Did humans always write them this way?
The answer is no. There is a long and amazing story behind the simple numbers you use. People around the world spent thousands of years inventing better and better ways to count and to write numbers. They tried sticks. They tried tally marks on bones. They tried letters, body parts, and strange symbols. Some of their systems were clever but clumsy. One could not even write a number bigger than 26. Another made multiplication a nightmare.
Then, about 2000 years ago, in India, people put together a few brilliant ideas — including the idea of zero — and built the number system the whole world uses today. The famous scientist Pierre-Simon Laplace called it one of the most useful inventions ever made.
This chapter takes you back in time to follow that story. By the end, you will understand why your number system is so powerful — not just that it is. And the next time you write a number, you will see the deep ideas hidden inside it.
The Big Idea
A number system is just an agreed, fixed-order sequence of objects, names or symbols that we map things onto, one for one. Over thousands of years, humans improved this idea step by step: first counting in groups, then picking special “landmark” numbers, then choosing those landmarks to be the powers of one number (a base), then letting the position of a symbol carry its meaning (place value), and finally inventing zero to fill empty positions and to act as a number. Our modern system is the end of that journey — base 10, place value, with zero. That is why ten symbols are enough to write every number there is.
Let’s Break It Down
We will follow the story in the same order the ideas grew. First, how counting itself works. Then the early systems — tally marks, Roman, Egyptian. Then the big breakthroughs: the idea of a base, the idea of place value, and the idea of zero. Finally, the Hindu (Indian) system that ties it all together.
Before we begin, let us refresh one idea from earlier classes that the whole chapter leans on.
How counting really works
Imagine you live in the Stone Age, ten thousand years ago. You have a herd of cows. Every evening they go out to graze and come back. How do you make sure none is missing? You have no number names, no written numbers — none of what we use today.
Here is a clever trick. For every cow, keep one stick. Tomorrow, match the cows to the sticks one by one. If a cow is left without a stick, or a stick is left without a cow, you know something changed.
This matching — one cow to one stick, and never two cows to the same stick — is called a one-to-one mapping. It is the secret idea behind all counting. To count a collection, you map it, one for one, onto a fixed standard sequence.
The sequence does not have to be sticks. It could be names (sounds), or written symbols. The picture below shows three early ways to count the same 5 cows.
Each method has a weakness. Sticks never run out, but counting a big herd needs a huge pile of sticks. Letter-names are quick to say, but the English alphabet only has 26 letters, so you cannot count past 26. Written symbols, used in the Roman way, work well for a while but need new symbols for bigger and bigger numbers.
So the real challenge of number systems was born here: find a sequence that never ends and is still easy to use. The rest of the story is humans solving this one problem, better and better.
Why is the matching of each cow to exactly one stick — never two cows to the same stick — so important for counting?
Because counting must give a true picture of “how many”. If two cows were matched to the same stick, that stick would stand for two cows, and the pile of sticks would show fewer sticks than cows. The count would be wrong. One-to-one mapping makes sure each object is counted once and only once, so the standard sequence faithfully measures the size of the collection.
Early systems: tally marks, names, and Roman numerals
The very oldest way to record numbers was tally marks — a notch cut on a bone or a wall, one notch per object. This is just Method 1 with marks instead of sticks. Real bones over 20,000 years old, like the Ishango bone and the Lebombo bone, carry such marks. The Lebombo bone, found in South Africa, has 29 notches and may be about 44,000 years old.
People soon spotted a problem. A long row of identical marks is hard to read at a glance. Quick — without counting, how many marks is | | | | | | | ? Most people cannot tell past about 4 or 5 in one look. So people started grouping: every 5 marks became one new symbol. Counting in groups was the first big improvement.
Different groups counted in different group sizes — 2, 5, 10 or 20. The Gumulgal people of Australia counted in 2s. Their word for 3 was “ukasar-urapon” (which is really 2 + 1), and for 4 it was “ukasar-ukasar” (2 + 2). Strangely, groups in South America and South Africa, far away with no contact, built almost the same 2-based system — a real historical puzzle.
The Roman system refined the grouping idea. It used special symbols for certain numbers — call these landmark numbers.
I = 1, V = 5, X = 10, L = 50, C = 100, D = 500, M = 1000
To write a number, you break it into landmark numbers, taking as many of the biggest as you can, then the next, and so on. Let’s see this in action.
Write the number 27 in Roman numerals, and explain the grouping.
-
Take as many 10s as possible out of 27. We can take two: that uses up 20, leaving 7. In Roman symbols, two tens is XX.
-
Now take as many 5s as possible out of the remaining 7. We can take one: that uses up 5, leaving 2. One five is V.
-
Finally, the leftover 2 is just two 1s: II.
-
Put the pieces together, largest first: XX, then V, then II. So 27 = XXVII. This is 10 + 10 + 5 + 1 + 1.
The Roman system was a big step up from tally marks. But it had a deep weakness: arithmetic was painful. To multiply two Roman numbers, you could not just follow a simple rule — you had to regroup carefully every time, because the landmarks (1, 5, 10, 50, 100…) do not all jump by the same factor. The next idea fixes exactly this.
In the Roman system, why does writing very large numbers eventually force people to keep inventing new symbols?
Because each landmark number has its own brand-new symbol (I, V, X, L, C, D, M). Once you go past the biggest landmark you have a symbol for, you can only write the number by repeating that symbol many, many times — which becomes clumsy. To keep numbers short, you must invent yet another symbol for the next big landmark. Since numbers never end, you would need an endless supply of new symbols. That is the limitation.
The idea of a base
Here is the breakthrough that made arithmetic easy. The ancient Egyptians (around 3000 BCE) chose their landmark numbers in a very special way.
Start with 1. The next landmark is 10 ones = 10. The next is 10 tens = 100. The next is 10 hundreds = 1000. Each landmark is exactly 10 times the one before it. So all the landmarks are powers of 10: 1, 10, 100, 1000, and so on.
When the landmarks of a system are the powers of some fixed number n (starting from 1), we call it a base-n system.
A base-n number system has landmark numbers 1, n, n × n, n × n × n, … — that is, the powers of n.
The Egyptian and Hindu systems are base-10 (also called decimal).
The picture below shows how a base-10 system builds the number 324 out of its powers of 10.
Why is a base so powerful? Two reasons.
First, grouping is always by the same number. Whenever you collect 10 of one landmark, you get exactly one of the next landmark. There is no need to remember different jump sizes like in the Roman system.
Second, and more importantly, multiplication becomes simple. Multiply any two landmark numbers and you get another landmark number. For example, 100 × 10 = 1000, and 10 × 1000 = 10000. Each multiplication by 10 just moves you up one landmark. This neat rule is why a base system makes arithmetic so much easier than the Roman system. NCERT calls the idea of a base “a turning point” in the story of numbers — and our modern system is built on it.
Suppose we build a base-5 system. List its first five landmark numbers, then show how 143 is broken into them.
-
In base 5, every landmark is 5 times the previous one, starting at 1. So they are powers of 5: 5⁰ = 1, 5¹ = 5, 5² = 25, 5³ = 125, 5⁴ = 625.
-
To break 143, start from the biggest landmark not larger than 143. That is 125 (since 625 is too big). Take one 125. That leaves 143 − 125 = 18.
-
Next landmark is 25, but 25 is bigger than 18, so we take zero 25s. Move down to 5. From 18 we can take three 5s: 3 × 5 = 15, leaving 18 − 15 = 3.
-
The leftover 3 is three 1s. So 143 = 125 + 5 + 5 + 5 + 1 + 1 + 1 = (one 125) + (three 5s) + (three 1s). Every number can be built this way from the powers of 5.
The idea of place value
Even with a base, the Egyptian system had a leftover problem. To write huge numbers, you still needed a brand-new symbol for each higher power of 10 — 10, 100, 1000, 10000, and on and on forever. The old “endless symbols” headache came back in a new shape.
The people of Mesopotamia (modern Iraq) found the elegant cure. Instead of giving each power its own symbol, they let the position of a symbol show which power it stood for.
Think about how this already works for you. In the number 375, you don’t write a special “hundreds symbol”. You just know the 3 is in the hundreds position, so it means 300. The 7 is in the tens position, so it means 70. The 5 is in the ones position, so it means 5.
A number system (with a base) where the position of a symbol tells you which landmark number it stands for is called a positional or place value system.
The picture below shows exactly how place value reads the number 375.
This idea — letting position carry the meaning — is the highest point in the whole story. It solves the endless-symbols problem completely. With place value you need only a finite set of symbols, yet you can write any number, however large. The Mesopotamian (base-60), Mayan (Central America), and Chinese (base-10 rod numerals) civilisations all reached this powerful idea.
But the Mesopotamian system had one more flaw to fix — and fixing it gives us the final piece.
How does a place value system let just ten symbols write numbers as large as we like?
Because the same ten symbols are reused in position after position, and each new position to the left stands for a landmark ten times bigger. We never invent a new symbol for a bigger number — we just open a new position to the left. Since we can keep adding positions without limit, we can write any number, no matter how huge, using only the original ten symbols.
The idea of zero
Here is the flaw. In the early Mesopotamian system, when a position had nothing in it, they left a blank space. But a blank is dangerous. How big is a blank? Is there one blank or two? On different clay tablets, written by different people, the spacing varied. So the same writing could be read as two different numbers.
Picture trying to write “3 hundreds, no tens, 5 ones.” If you leave the tens position blank, a reader just sees a 3 and a 5 with a gap. Is it 35? Or 305? You cannot be sure.
The later Mesopotamians, and independently the Mayans, found the brilliant fix: put a special symbol in the empty position to show “nothing here”. This is exactly our zero (0). The picture below shows why this small symbol matters so much.
In India, zero was taken even further. It was treated not just as a placeholder, but as a number in its own right — a number you can add, subtract and multiply like any other. The Bakhshali manuscript (around the 3rd century CE) shows zero written as a dot. Aryabhata (499 CE) used the system for serious calculations, and Brahmagupta (628 CE) wrote down the rules for working with zero — for example, that 0 added to any number leaves it unchanged, and 0 times any number is 0.
This use of zero as a true number was a turning point for all of mathematics. It opened the door to algebra, to negative numbers, and to much of modern science.
The Hindu number system — the whole story together
So where does our own system fit? The Hindu number system (also called the Indian system, or the Hindu-Arabic system) brings every good idea together in one place:
- It is base-10 (decimal) — the landmarks are powers of 10, so arithmetic is easy.
- It is a place value system — position carries the meaning, so a few symbols write any number.
- It uses ten symbols including zero, with zero treated as a full number — so there is no ambiguity, ever.
The shape of the digits 0–9 grew over time in India, and the structure of number names by powers of 10 (eka, dasha, shata, sahasra…) appears in ancient texts like the Yajurveda Samhita. By around 800 CE the system reached the Arab world, where the Persian mathematician Al-Khwārizmī (whose name gives us the word algorithm) wrote a famous book on it. From there it spread to Europe by about 1100 CE, pushed especially by the Italian mathematician Fibonacci around 1200.
Because Europeans learned the numbers from Arab scholars, they wrongly called them “Arabic numerals”. But the Arab scholars themselves called them “Hindu numerals”, because the numbers came from India. (Here “Hindu” means a geography and its people, not a religion.) Today many books correct this and use “Hindu”, “Indian”, or “Hindu-Arabic”.
The picture below lines up the same amount, 23, in four systems, so you can see how much shorter the Hindu system is.
To see the whole journey at a glance, here is the timeline of the five big ideas.
That is the whole story. The next time you write a number, remember: hidden inside those simple digits are thousands of years of human cleverness.
Common Mistakes
These are the slip-ups students make most often with this chapter. Spotting them now will save you marks later.
Zero is 'nothing', so it is not really a number and does not matter much.
In everyday speech 'zero' and 'nothing' mean the same thing, and nothing feels like it shouldn't count — so zero seems like an empty space rather than a proper number.
Zero is a full number with its own rules: 0 added to any number leaves it unchanged, and 0 times any number is 0. It also acts as a placeholder so 305 is never confused with 35. Brahmagupta treated zero as a number in 628 CE, and this was a turning point for all of mathematics.
The numbers we use today are 'Arabic numerals', so they were invented by the Arabs.
Europe learned the numbers from Arab scholars and gave them the name 'Arabic', and that name was repeated for centuries, so it sounds like the true origin.
The numbers, and the idea of zero, were developed in India about 2000 years ago. They passed through the Arab world on the way to Europe, which is why Europe called them Arabic. Arab scholars themselves called them 'Hindu numerals'. The correct names are Hindu, Indian, or Hindu-Arabic.
A base-10 system and a place value system are just two names for the same thing.
Our own everyday system happens to be both at once, so the two ideas always appear together for us and feel like one idea.
They are two separate ideas. 'Base-10' means the landmark numbers are powers of 10. 'Place value' means the position of a symbol shows its landmark. The Egyptian system was base-10 but NOT place value (it used separate symbols, not positions). A system can have one feature without the other.
Quick Check
Try these quick questions. The explanation appears after you answer, so read it either way.
What does it mean for a number system to be a 'base-n' system?
A base-n system has landmark numbers that are the powers of n, starting from 1: that is 1, n, n², n³, and so on. For base 10 this gives 1, 10, 100, 1000. Because every landmark is the same factor (n) times the one before, grouping and multiplying stay simple.
Why was leaving a blank space (with no zero) a problem in the early Mesopotamian system?
A blank has no fixed size. One blank could look like two, and different writers spaced them differently. So a number like 305 (with a blank tens place) could be misread as 35. Putting a zero in the empty position removes this confusion completely.
In Roman numerals, how is the number 27 written?
Break 27 into landmarks, biggest first: 27 = 10 + 10 + 5 + 1 + 1. Two tens are XX, one five is V, two ones are II. Put together (largest first), that is XXVII.
Which feature is the MAIN reason the Hindu number system spread across the whole world?
The Hindu system combines three powerful ideas: base 10 (easy arithmetic), place value (a few symbols write any number), and zero (no ambiguity, and a full number for calculation). Together these made it the clearest and most useful system, so it spread everywhere.
Practice Problems
Try each one yourself first. Then tap to check your full solution.
Easy
Write the number 39 in Roman numerals, and show the grouping.
Break 39 into landmarks, biggest first.
Take as many 10s as possible: three tens make 30, leaving 9. Three tens is XXX.
From the leftover 9: take one 5 (leaving 4). One five is V. The leftover 4 is written as one less than 5, which is IV (I before V).
Put it together: XXX, then V, then IV → but 9 is V + IV = IX. So 39 = XXX + IX = XXXIX.
(Check: 39 = 10 + 10 + 10 + 9, and 9 = IX, giving XXXIX.)
List the landmark numbers of a base-7 system (the first five), and explain the pattern.
In a base-7 system, every landmark is 7 times the one before, starting at 1. So they are the powers of 7:
7⁰ = 1, 7¹ = 7, 7² = 49, 7³ = 343, 7⁴ = 2401.
The pattern: each landmark is the previous one multiplied by 7. In general, the landmark numbers of a base-n system are 1, n, n², n³, … — the powers of n.
In the number 4072, what landmark number does each digit stand for, and what is its value?
Read the positions from the right: ones, tens, hundreds, thousands.
- 4 is in the thousands position → 4 × 1000 = 4000.
- 0 is in the hundreds position → 0 × 100 = 0 (nothing).
- 7 is in the tens position → 7 × 10 = 70.
- 2 is in the ones position → 2 × 1 = 2.
Adding the non-zero parts: 4072 = 4000 + 70 + 2. The 0 holds the hundreds place open so the number reads correctly.
Medium
Break the number 143 into the landmark numbers of a base-5 system, and say how many of each landmark you need.
The base-5 landmarks are 1, 5, 25, 125, 625, …
Start from the biggest landmark not larger than 143. That is 125 (625 is too big). Take one 125; that leaves 143 − 125 = 18.
Next landmark is 25, but 25 > 18, so take zero 25s. Move to 5: from 18 we take three 5s (3 × 5 = 15), leaving 18 − 15 = 3.
The leftover 3 is three 1s.
So 143 = (one 125) + (zero 25s) + (three 5s) + (three 1s) = 125 + 5 + 5 + 5 + 1 + 1 + 1.
Explain, with the example of 305, why a place value system NEEDS a symbol for zero.
In a place value system, each position stands for a landmark number — ones, tens, hundreds, and so on. The number 305 means 3 hundreds, no tens, and 5 ones.
Suppose we had no zero and just left the tens position blank. The reader would see a 3 and a 5 with a gap between them. But a gap has no fixed size — it could be missed, or look like two gaps. So the reader cannot tell whether the number is 35 (just 3 and 5 together) or 305 (with an empty tens place).
Writing 0 in the empty tens position fixes this. Now it clearly reads 3-0-5 = 305, and can never be confused with 35. The zero “holds the place open”. This is why a reliable place value system must have a symbol for zero.
The Egyptian system is base-10. Is it also a place value system? Explain the difference between the two ideas.
No — the Egyptian system is base-10 but it is not a place value system. These are two separate ideas.
Base-10 means the landmark numbers are the powers of 10: 1, 10, 100, 1000, … This is true for the Egyptians.
Place value means the position of a symbol tells you which landmark it stands for, so a few symbols are reused in different positions. The Egyptians did NOT do this. Instead, they had a separate symbol for each power of 10 (a different sign for 10, for 100, for 1000…), and they just repeated those symbols as needed, in any arrangement.
So a system can have a base without being positional. The Egyptian system shows exactly this: powers of 10 as landmarks (a base), but no use of position (not place value). The Hindu system has both.
Challenge
Trace how each of the five big ideas in the story of numbers fixed a weakness in the idea before it, ending with the Hindu system.
Each idea solved the main problem left by the one before:
-
Counting in groups (instead of single tally marks). Weakness of plain tallies: a long row of identical marks is impossible to read at a glance. Fix: replace, say, every 5 marks with one symbol.
-
Landmark numbers (Roman style). Weakness of single-size grouping: still clumsy for large numbers. Fix: use a sequence of special landmark symbols (I, V, X, L, C, M) and build numbers from them. But arithmetic stayed hard, because the landmarks jump by different factors.
-
The idea of a base (Egyptian). Weakness of Roman landmarks: multiplication is painful. Fix: make the landmarks the powers of one number (1, 10, 100, …). Now grouping is always by the same factor, and multiplying landmarks gives another landmark — arithmetic becomes easy.
-
The idea of place value (Mesopotamian, Mayan, Chinese). Weakness of the base idea alone: you still need a new symbol for each higher power, forever. Fix: let the position of a symbol show its landmark, so a few symbols can write any number.
-
Zero (perfected in India). Weakness of early place value: a blank empty position is ambiguous (305 vs 35), and there was no number for “nothing”. Fix: a symbol 0 that holds an empty place AND acts as a full number you can compute with.
The Hindu number system keeps all five fixes at once: counting by 10, landmark powers of 10, place value, and zero as both placeholder and number. That is why it is base-10, positional, uses ten symbols, and works for every number — and why the whole world adopted it.
Ancient Indians likely used base 10 because humans have 10 fingers. Imagine a people with only 8 fingers who use base 8. The base-8 landmarks are 1, 8, 64, 512, … Write the everyday (base-10) number 25 the way they would, in base 8.
In a base-8 system, the landmark numbers are the powers of 8: 1, 8, 64, 512, …
To write 25, break it into these landmarks, biggest first.
- The biggest landmark not larger than 25 is 8 (since 64 is too big). How many 8s fit into 25? Three 8s make 24, and four would make 32 (too big). So take three 8s, using up 24. That leaves 25 − 24 = 1.
- The leftover 1 is just one 1.
So 25 = (3 × 8) + (1 × 1). In a base-8 place value system, we write the count of 8s in the “8s position” and the count of 1s in the “ones position”:
25 in base 8 is written 31.
(Read it as “three 8s and one 1”, not as thirty-one. Check: 3 × 8 + 1 = 24 + 1 = 25. ✓) This shows how the same amount looks different in a different base, while the idea of place value stays exactly the same.
Summary
- A number system is a fixed-order standard sequence (of objects, names, or symbols) that we map a collection onto, one-to-one, to count it.
- The symbols of a written number system are called numerals. Landmark numbers are the special reference numbers a system is built around.
- Early systems improved step by step: tally marks → counting in groups → Roman landmark numbers. Roman numerals worked but made arithmetic hard.
- A base-n system has landmark numbers equal to the powers of n (1, n, n², n³, …). The Egyptian and Hindu systems are base-10 (decimal). A base makes arithmetic, especially multiplication, easy.
- A place value (positional) system uses the position of a symbol to show its landmark number, so a few symbols can write any number. The Mesopotamian, Mayan and Chinese systems were positional.
- Zero does two jobs: as a placeholder it fills empty positions (so 305 ≠ 35), and as a number it can be used in calculation (0 + a = a, 0 × a = 0).
- The Hindu (Indian / Hindu-Arabic) number system combines all of these: base 10, place value, ten symbols, and zero. It began in India about 2000 years ago and spread across the world — one of history’s greatest inventions.
What’s Next
You now understand why your number system is so powerful — built from base 10, place value, and zero, the end of a long human story.
Next, in Chapter 4 — Quadrilaterals, you will leave numbers behind for a while and explore four-sided shapes — squares, rectangles, parallelograms and more — and the rules that govern their sides, angles and diagonals. The careful, “ask why” thinking you used here will serve you just as well in geometry. Onward!
Frequently Asked Questions
Why is the Indian or Hindu number system used all over the world today?
It is a base-10 place value system that uses just ten symbols including zero. Because the position of a digit decides its value, and zero fills empty places, every number can be written clearly with only ten symbols. It also makes addition and multiplication easy. These three features made it spread across the whole world.
What is a base-n number system?
It is a number system whose landmark numbers are the powers of a fixed number n, starting from 1. So the landmarks are 1, n, n times n, n cubed, and so on. The Egyptian and Hindu systems are base-10, meaning each landmark is 10 times the one before it. The Mesopotamian system was base-60.
What is a place value system?
It is a number system with a base where the position of a symbol tells you which landmark number it stands for. The same digit means different amounts in different positions. In 375 the 3 means 300 because it sits in the hundreds position, while the 5 means 5 because it sits in the ones position.
Why was the invention of zero so important?
Zero does two jobs. As a placeholder it fills an empty position so numbers like 305 cannot be confused with 35. As a number in its own right it lets us do arithmetic clearly, since 0 added to any number leaves it unchanged. Together these made the place value system fully reliable, which changed mathematics and science forever.
Where did the modern numbers we write today come from?
The structure and the ten digits we use today, including zero, were developed in India about 2000 years ago. They reached the Arab world by around 800 CE and then Europe by around 1100 CE. Because Europe learned them from Arab scholars they were once wrongly called Arabic numerals, but they began in India.