Microsoft Store
 

Roman arithmetic


 

In Rome, merchants used Roman numerals to perform basic arithmetic operations. In modern education, the Roman arithmetic used by the Romans is seldom taught. The prefered method is to convert the Roman numeral into an Arabic numeral and solve the equation using a modern positional notation system. While that's more practical, it is not really learning how to add, subtract, multiply and divide Roman numerals, it is only making the student practice converting from Roman to Arabic and back again. Except for historical purposes, none of this is particularly useful to the grade student unless it is used to demonstrate the existence of different numeral systems and their impact on Arithmetic and to do that, the student needs to learn how to perform arithmetic operations in the native numeral system.

Compound operations

Having defined the process where by addition and subtraction operations can be performed using only Roman numerals, the other two traditional operations of arithmetic, multiplication and division, can now be accomplished.

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

Multiplication

multiplicand × multiplicator = product

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

Example

XIV × VII = ?

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

Solution:

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

XIV × VII = XCVIII

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

Discussion

Step 1 decodes the positional data in the terms and replaces it with primitive counts. Step 2 adds the multiplicand to product. Since subtractive notation has been removed in Step 1 and is later encoded in Step 5, there is no longer a requirement to perform the same processes when performing addition or subtraction within the multiplication operation. Step 3 reduces the number if iterations remaining for the addition operation in Step 2 by decreasing the value of the multiplicator. Step 5 reintroduces subtractive notation transforming the result back into a positional number.

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

Division

dividend / divisor = quotient

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

Example

CXXI / V = ?

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

Solution:

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

CXXI / V = XXIV remainder I

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

Discussion

Step 1 decodes the positional data in the terms and replaces it with primitive counts. Step 2 subtracts the divisor from the dividend. Since subtractive notation has been removed in Step 1 and is later encoded in Step 5, there is no longer a requirement to perform the same processes when performing addition or subtraction within the division operation. Step 3 increases the counter used for the quotient if remaining count of the dividend is greater than the divisor. Step 5 reintroduces subtractive notation transforming the result back into a positional number.

~ ~ ~ ~ ~ ~ ~ ~ ~ ~