Second Worked Example: 1648 → MDCXLVIII
| Symbol (value) | Remainder |
|---|---|
| M (1000) | 648 |
| D (500) | 148 |
| C (100) | 48 |
| XL (40) | 8 |
| V (5) | 3 |
| III (3) | 0 |
Result: MDCXLVIII — 1000+500+100+40+5+3 = 1648 ✓
Practise: Convert These Numbers to Roman
Convert these numbers — show your decomposition steps:
a) 1776
b) 1492
c) 2000
Answers: a) MDCCLXXVI b) MCDXCII c) MM
Converting Roman Numerals to Hindu-Arabic
Parsing Rule — left to right with look-ahead:
Before adding a symbol's value, check the next symbol.
If next symbol is larger → subtract the current symbol.
Otherwise → add it.
Write the running total after each symbol.
Worked Example: Parsing MCMXCIX → 1999
| Symbol: Action | Running Total |
|---|---|
| M: +1000 | 1000 |
| C: −100 | 900 |
| M: +1000 | 1900 |
| X: −10 | 1890 |
| C: +100 | 1990 |
| I: −1 | 1989 |
| X: +10 | 1999 |
Practise: Convert These Roman Numerals
Convert these Roman numerals — show your running total:
a) MDCCXLII
b) MCMXCVII
c) MMXVII
Answers: a) 1742 b) 1997 c) 2017
Roman Numerals in Real Life
Where you will see them:
- Film credits: copyright year — e.g., MCMXCIX = 1999
- Building cornerstones: year of construction
- Chapter headings: Chapter XXIV (24), Chapter XII (12)
- Clock faces: I through XII (1 to 12)
Find one Roman numeral near you and convert it.
Uganda Connection: Independence Year 1962
Uganda's independence year: 1962 = MCMLXII
Decomposition:
- M = 1000
- CM = 900
- L = 50
- X = 10
- II = 2
Misconception 1: Invalid Subtraction Pairs
Wrong: IC for 99 — I can only precede V or X
Correct: XCIX = (XC=90) + (IX=9) = 99
Valid pairs only:
If your subtraction pair is not in this list — it is illegal.
Misconception 2: Repeating V, L, or D
Wrong: VV = 10 → Correct: X
Wrong: LL = 100 → Correct: C
Only I, X, C, M may repeat (max 3 times). V, L, D: never.
Misconception 3: Reading Pairs Backwards
Wrong direction: reading IX as 1+10 = 11
Correct: I before X → subtract → 10 − 1 = 9
Rule: smaller before larger = subtract.
Exit Question: Apply Both Methods
Exit task:
- Convert 1789 to Roman numerals
- Convert MDCCXCVIII to Hindu-Arabic
Answers and Summary of Both Methods
Answers:
- 1789 → MDCCLXXXIX (1000+500+200+80+9)
- MDCCXCVIII → 1798 (1000+500+200+90+5+3)
Two methods to remember:
- Decompose (largest symbol down) for Hindu-Arabic → Roman
- Parse left to right with look-ahead for Roman → Hindu-Arabic
Click to begin the narrated lesson
Roman Numerals up to MM