krit.club logo

Roman Numerals - Rules for Forming Roman Numerals

Grade 5ICSE

Review the key concepts, formulae, and examples before starting your quiz.

🔑Concepts

The Roman numeral system is built upon seven fundamental symbols: I=1I = 1, V=5V = 5, X=10X = 10, L=50L = 50, C=100C = 100, D=500D = 500, and M=1000M = 1000. There is no symbol for zero, which distinguishes it from our decimal system.

Rule of Repetition: When symbols I,X,C,I, X, C, or MM are repeated, their values are added (e.g., II=2II = 2, XXX=30XXX = 30). A symbol can be repeated up to a maximum of three times. Symbols V,L,V, L, and DD are unique because they are never repeated.

Rule of Addition: If a symbol of lower value is placed to the right of a symbol of higher value, the values are added together. For example, in LXLX, the XX (1010) is after LL (5050), resulting in a sum of 50+10=6050 + 10 = 60.

Rule of Subtraction: If a symbol of lower value is placed to the left of a symbol of higher value, the lower value is subtracted from the higher value. Visually, this 'prefixing' indicates a reduction, such as XCXC representing 10010=90100 - 10 = 90. Note that V,L,V, L, and DD are never subtracted.

Subtraction Limitations: To maintain consistency, II can only be subtracted from VV and XX; XX can only be subtracted from LL and CC; and CC can only be subtracted from DD and MM. Subtractions like LCLC or ICIC are not mathematically valid in this system.

Small Symbol Between Two Larger Symbols: When a symbol of smaller value is placed between two symbols of greater value, it is always subtracted from the symbol immediately to its right. For example, in XIXXIX, the II is between two XXs, so it is calculated as 10+(101)=1910 + (10 - 1) = 19.

Vinculum (Bar Notation): For representing numbers greater than 3,9993,999, a horizontal line called a vinculum is drawn over a Roman numeral to multiply its value by 10001000. A symbol like Vˉ\bar{V} signifies 5,0005,000, and Xˉ\bar{X} signifies 10,00010,000.

📐Formulae

I=1,V=5,X=10,L=50,C=100,D=500,M=1000I=1, V=5, X=10, L=50, C=100, D=500, M=1000

Value(AB)=Value(A)+Value(B)Value(AB) = Value(A) + Value(B) (if ABA \ge B)

Value(AB)=Value(B)Value(A)Value(AB) = Value(B) - Value(A) (if A<BA < B)

Xˉ=X×1000\bar{X} = X \times 1000

💡Examples

Problem 1:

Convert the Hindu-Arabic number 494494 into Roman numerals.

Solution:

  1. Break the number into expanded form: 400+90+4400 + 90 + 4. \n2. Convert each part using the rules: \n - 400400 is (500100)(500 - 100), written as CDCD. \n - 9090 is (10010)(100 - 10), written as XCXC. \n - 44 is (51)(5 - 1), written as IVIV. \n3. Combine the parts: CD+XC+IV=CDXCIVCD + XC + IV = CDXCIV.

Explanation:

Since 400,90,400, 90, and 44 are all values just below standard symbols or their multiples, we apply the subtraction rule for each component.

Problem 2:

Convert the Roman numeral MCMLXXXVIMCMLXXXVI into a Hindu-Arabic number.

Solution:

  1. Identify the logical groups based on the rules: MM, CMCM, LL, XXXXXX, VV, II. \n2. Evaluate each group: \n - M=1000M = 1000 \n - CM=(1000100)=900CM = (1000 - 100) = 900 \n - L=50L = 50 \n - XXX=10+10+10=30XXX = 10 + 10 + 10 = 30 \n - V=5V = 5 \n - I=1I = 1 \n3. Sum all calculated values: 1000+900+50+30+5+1=19861000 + 900 + 50 + 30 + 5 + 1 = 1986.

Explanation:

We parse the string from left to right. CMCM is treated as a subtraction pair because a smaller symbol (CC) precedes a larger one (MM). All other symbols are added.