Roman Numerals 200 to 300
2026-02-28 01:40 Diff

Roman Numerals follow rules to make sure the number is written correctly. Here are some main rules given below:

  • Rule 1: Addition Method 
     
  • Rule 2: Repetition Method
     
  • Rule 3: Subtraction Method
     
  • Rule 4: Limitation Rule

Rule 1: Addition Method

In Roman Numerals, if the smaller numeral comes after the large numeral, then we need to add their values.

Example: If the given number is CCXII. We can see that the number CC refers to 200 and the other number refers to 12. So in this, the smaller numeral is after the large numeral, so we need to add the 200 and 12 to get the value 212.

Rule 2: Repetition Method

The Roman Numeral can be repeated up to three times to increase its value. The numbers cannot be repeated after three times. Only symbols like I, X, C, and M can be repeated and V, L, and D cannot be repeated.

Example: CCC = 100 + 100 + 100 = 300 repeating the numeral C for the fourth time is not allowed.

Rule 3: Subtraction Method

If the smaller numeral comes before the large numeral, then we need to subtract the smaller numeral from the larger numeral to get the number. There are three rules in subtraction, they are, I can be subtracted from V and X. X can be subtracted from L and C. C can be subtracted from D and M.

Example: In the number XC. Here, C is the biggest numeral and X is the smallest numeral. As we see that the smaller numeral is before the larger numeral, we need to subtract to get the number. C (100) - X (10) = XC (90).

Rule 4: Limitation Rule

Roman Numerals consist of several limitations, they are: A numeral cannot be repeated more than three times.

For example, III (3) cannot be repeated more than 3 times, instead, we use IV for writing 4. Subtraction cannot be done with non-pair numbers.

For example, XI here X (10) - I (1) gives IX which is applicable but IC, C (100) - I (1) is not applicable. Only one subtraction can be allowed in one numeral.

For example, XC (90), C (100) - X (10) is applicable to get 90 but XXC is not applicable to get the number 80.