Roman numerals are still everywhere: century numbers, chapter headings, clock faces, volume numbers, and copyright years in movie credits. But reading a long string like MCMXCIV at a glance isn't easy. Let's walk through the rules.
The basic symbols
| Symbol | Value |
|---|---|
| I | 1 |
| V | 5 |
| X | 10 |
| L | 50 |
| C | 100 |
| D | 500 |
| M | 1000 |
How they combine
The core rule is addition and subtraction between neighboring symbols:
- If a smaller symbol comes after a larger one, the values add up:
VI= 5 + 1 = 6. - If a smaller symbol comes before a larger one, it's subtracted:
IV= 5 − 1 = 4,IX= 10 − 1 = 9.
Subtraction only happens in specific pairs: IV (4), IX (9), XL (40), XC (90), CD (400), CM (900). You can't write 4 as IIII (except on some clock faces).
Examples
XII= 12XIX= 19XXI= 21 (as in the 21st century)MCMXCIV= 1000 + 900 + 90 + 4 = 1994MMXXVI= 2026