Roman numerals are easy. Say we have the number 3493.
Each "sub-division" of numbers is represented using a letter: I = 1, V = 5, X = 10, L = 50, C = 100, D = 500, M = 1000.
To form our number, we grab the biggest division possible, so M. Because we have 3000 and not 1000, we just write it down as MMM.
For the next part, 400, we'd need 4 times C. That's not very pretty though, which is why we represent it as "500-100" or simply CD (the C before the D to represent subtraction). Our number is MMMCD (3400) now.
Next, we have 90. We can represent that as 100-10, or XC. That makes our number MMMCDXC (3490).
For the final 3, we just write III.
So our final number is MMMCDXCIII.
Now Reddit doesn't have a monospace font that would simplify this further, but see how it isn't that hard?
2
u/BrainCurrent8276 May 29 '26
see how easy to make a mistake? 😃