View Single Post
  #1943  
Old September 24th, 2005, 03:28 AM
Jack Simth's Avatar

Jack Simth Jack Simth is offline
Major General
 
Join Date: Oct 2002
Posts: 2,174
Thanks: 0
Thanked 0 Times in 0 Posts
Jack Simth is on a distinguished road
Default Re: LXXVI LXXVII LXXVIII LXXIX LXXX LXXXI LXXXII

Roman numerals are an odd system:
Base symbols with their numeric meanings, encountered individually:
I = 1
V = 5
X = 10
L = 50
C = 100
D = 500
M = 1000

Now, if a smaller value is on the right of a larger value, they add; so
VI = 6
XI = 11
LI = 51
CI = 101
DI = 501
MI = 1001

If an I, X, or C value is to the left of a larger value (which also must not pass the next X, C, or M value up), the smaller value is subtracted from the larger value; thus:
IV = 4
IX = 9
XL = 40
XC = 90
CD = 400
CM = 900

If there are two or threee the same symbol (selected from I, X, C, M only) in a row, they add:

II = 2
XX = 20
CC = 200
MM = 2000
III = 3
XXX = 30
CCC = 300
MMM = 3000

These are cumulative; 1999 would be written as MCMXCIX: 1000 + (1000 - 100) + (100 - 10) + (10 - 1) while 2005 would be written as MMV: 1000 + 1000 + 5

For numbers over 4000, there's a an extra notation - a bar over the top multiplies whatever is underneath it by 1000.

One page on the subject - there's more, if you search
__________________
Of course, by the time I finish this post, it will already be obsolete. C'est la vie.
Reply With Quote