What is the expected number of "digits" ( ) if an integer between 1 and 999 is written as a Roman numeral? Round off to one decimal.
Note
4 = , not , etc.
49 = , not ; 890 = , not , etc.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Consider the Roman numerals for 0 through 9: n Roman digits 0 0 1 I 1 2 I I 2 3 I I I 3 4 I V 2 5 V 1 6 V I 2 7 V I I 3 8 V I I I 4 9 I X 2
The average is 2 "digits" to represent each unit (number 0-9). In the same way, 2 "digits" are needed to represent tens (0-90), and 2 "digits" to represent hundreds (0 - 900).
Adding these together, we see that the average number of digits for a Roman numeral between 0 and 999 is precisely 2 + 2 + 2 = 6 .
Excluding 0, the average becomes slightly higher, namely 6 × 9 9 9 1 0 0 0 ≈ 6 . 0 0 6 ≈ 6 . 0 .