Review the key concepts, formulae, and examples before starting your quiz.
🔑Concepts
The Roman numeral system is built upon seven fundamental symbols: , , , , , , and . There is no symbol for zero, which distinguishes it from our decimal system.
Rule of Repetition: When symbols or are repeated, their values are added (e.g., , ). A symbol can be repeated up to a maximum of three times. Symbols and 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 , the () is after (), resulting in a sum of .
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 representing . Note that and are never subtracted.
Subtraction Limitations: To maintain consistency, can only be subtracted from and ; can only be subtracted from and ; and can only be subtracted from and . Subtractions like or 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 , the is between two s, so it is calculated as .
Vinculum (Bar Notation): For representing numbers greater than , a horizontal line called a vinculum is drawn over a Roman numeral to multiply its value by . A symbol like signifies , and signifies .
📐Formulae
(if )
(if )
💡Examples
Problem 1:
Convert the Hindu-Arabic number into Roman numerals.
Solution:
- Break the number into expanded form: . \n2. Convert each part using the rules: \n - is , written as . \n - is , written as . \n - is , written as . \n3. Combine the parts: .
Explanation:
Since and are all values just below standard symbols or their multiples, we apply the subtraction rule for each component.
Problem 2:
Convert the Roman numeral into a Hindu-Arabic number.
Solution:
- Identify the logical groups based on the rules: , , , , , . \n2. Evaluate each group: \n - \n - \n - \n - \n - \n - \n3. Sum all calculated values: .
Explanation:
We parse the string from left to right. is treated as a subtraction pair because a smaller symbol () precedes a larger one (). All other symbols are added.