Fundamentals 15 min read

Why Western Numerals Use Three‑Digit Grouping While Chinese Use Four‑Digit Grouping: A Historical Overview

This article explains the historical reasons behind the Western three‑digit grouping and the Chinese four‑digit grouping of numbers, tracing the development of positional and additive counting systems from ancient Egypt, Greece, and Rome to Chinese rod numerals and the eventual adoption of the modern decimal system.

Python Programming Learning Circle
Python Programming Learning Circle
Python Programming Learning Circle
Why Western Numerals Use Three‑Digit Grouping While Chinese Use Four‑Digit Grouping: A Historical Overview

1. From Counting Methods

The globally used Arabic numerals are efficient because they rely on ten symbols (0‑9) and the position of each symbol to represent value, a system known as place‑value notation. In contrast, many ancient civilizations employed an additive counting method, assigning a name to each magnitude (e.g., thousand, ten‑thousand) without using positional symbols.

Place‑value notation groups digits in threes, while the additive method groups them in fours, leading to the Chinese four‑digit grouping (万, 千, 百, 十) versus the Western three‑digit grouping (thousand, million, billion).

Examples: China's GDP of 516,282.1 billion yuan is written as 51,6282.1 billion using four‑digit grouping, whereas the same number in three‑digit grouping becomes 516,282.1 billion.

2. Why Numbers Became So Large

Western three‑digit grouping originated from ancient Greek numeral systems, which first used the Attic symbols for 5, 10, 100, etc., then added letters to represent larger values. When the alphabet ran out, Greeks introduced a subscript separator to denote thousands, a practice that evolved into modern three‑digit grouping.

Greek numerals later merged with Roman symbols, and the Romans introduced the letter M (from Latin *mille*) for one thousand, solidifying the three‑digit grouping.

3. Chinese Four‑Digit Grouping

China’s counting system dates back to the Shang dynasty’s rod numerals, an early decimal technology used for arithmetic rather than mere counting. Large numbers were expressed by naming each four‑digit block (万, 亿, 兆, etc.), a practice that persisted because the rod system handled calculation while the naming system handled representation.

Historical texts such as the *Shujing* and *Zhou Li* show that units of ten‑thousand (万) and hundred‑million (亿) were already in use by the Zhou period.

4. Adoption of Place‑Value Notation

When the Arabic numeral system spread to the West, its length made reading large numbers difficult, prompting the adoption of three‑digit grouping with zero placeholders. The Western convention persisted because Greek alphabet limitations forced a three‑digit separator, whereas Chinese tradition already favored four‑digit blocks.

Modern conversion between the two systems can be done by aligning the nearest grouping point in the target language and inserting the appropriate unit name.

5. Practical Conversion Tips

1. Write the number in Arabic digits. 2. Identify the first counting unit in the source language and locate the nearest grouping point in the target language. 3. Count the remaining digits without units and apply the target language’s grouping. 4. Insert the appropriate unit name at each grouping point.

For example, Chinese "五千零四十三亿" (five thousand and forty‑three hundred million) becomes English "five hundred and four billion" by mapping the Chinese "亿" to English "billion" and grouping the digits accordingly.

Overall, the difference between three‑digit and four‑digit grouping stems from historical constraints: the Greek alphabet ran out of letters, while Chinese developed a separate naming system that naturally grouped numbers in fours.

《孙子算经》云:凡算之法:先识其位,一从十横,百立千僵,千十相望,万百相当。
Original Source

Signed-in readers can open the original source through BestHub's protected redirect.

Sign in to view source
Republication Notice

This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactadmin@besthub.devand we will review it promptly.

Chinese mathematicscounting methodsdigit groupinghistory of numbersnumeral systemsWestern mathematics
Python Programming Learning Circle
Written by

Python Programming Learning Circle

A global community of Chinese Python developers offering technical articles, columns, original video tutorials, and problem sets. Topics include web full‑stack development, web scraping, data analysis, natural language processing, image processing, machine learning, automated testing, DevOps automation, and big data.

0 followers
Reader feedback

How this landed with the community

Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.