Q1.
How to multiply two numbers in Egyptian numerals?
Answer
Split each numeral into the landmark numbers it is made of, multiply every landmark of the first by every landmark of the second, then pool the results and regroup.
(a + b) × (c + d) = ac + ad + bc + bd (the distributive law)
The whole method rests on one fact, established on the next two pages:
10a × 10b = 10a+b — the product of two landmarks is again a landmark
So each of the small products is a single symbol, and the only work left is counting how many of each symbol you have ended up with.
Why it happens: in the Roman system the same plan collapses at the first step, because V × L = 250 is not a landmark and L × D = 25000 has no symbol at all. Having landmarks that are powers of one number is what turns multiplication from a special problem into a routine.