A Positional System

I expect most people already know this, but I’ll go through an explanation of how roman numerals work. The roman numeral system is nonpositional, meaning that a numeric symbol represents a particular value no matter where it sits. This is very different from our decimal arabic notation, which is positional. In our common notation, the 3 in “32” represents thirty, but the 3 in “357” represents three hundred. In roman numerals, that’s not true. An “X” always represents ten, no matter where in the number it sits.

The basic scheme of roman numerals is to assign fixed numeric values to letters.

  • “I” stands for 1.

  • “V” stands for 5.

  • “X” stands for 10.

  • “L” stands for 50.

  • “C” stands for 100.

  • “D” stands for 500.

  • “M” ...

Get Good Math now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.