What could be better than base 10?

32.1k Views Asked by At

Most people use base 10; it's obviously the common notation in the modern world.

However, if we could change what became the common notation, would there be a better choice?

I'm aware that it very well may be that there is no intrinsically superior base, but for the purposes of humans, is there a better one?

I've heard from sources such as this and this that base 12 is better, from here that base 8 is better, and, being into computer science, I would say that base 16 is the most handy.

Base 12 does seem to be the most supported non-base 10 number system, mainly due to the following reason pointed out by George Dvorsky:

First and foremost, 12 is a highly composite number — the smallest number with exactly four divisors: 2, 3, 4, and 6 (six if you count 1 and 12). As noted, 10 has only two. Consequently, 12 is much more practical when using fractions — it's easier to divide units of weights and measures into 12 parts, namely halves, thirds, and quarters.

And, on top of that, previous societies considered very advanced used other systems, such as the Mayans using base 20, and the Babylonians using base 60.

So, summarized, my question is: Is there an intrinsically superior base? If not, is there one that would be best for society's purposes? Or does the best base depend on the context it is being used in?

10

There are 10 best solutions below

3
On

For computer applications, bases like 2, 8 and 16 are obviously the best. Given that a large percentage of numerical data is stored in and processed by computers, these days, one could argue that what's good for computers is good for society.

Of the three I mentioned, I suppose that 8 or 16 would be better than base 2. Having the price of bananas as a binary number in the supermarket wouldn't work too well. Binary numbers are too long, and they all tend to look alike, so they're hard for people to read.

In the world at large (as opposed to the narrower world of mathematics and computers), reading numbers is probably just as important as doing arithmetic with them. Think of speed limit signs on roads, distances of journeys, prices in stores, or temperatures in weather forecasts. These numbers need to be read and understood quickly (by human beings), and I doubt that this would be possible if they were written in binary. We'd no longer be taking advantage of the wonderful human ability to quickly recognize symbols, and it would be a pity to waste that ability just so that we can make computing easier (in my opinion).

7
On

I like the factorial base, where the integer part of a real number is written as $\sum_{i=2}^n a_i i!$ where the $a_i$ are integers such that $0 \le a_i < i$ and the fractional part is written as $\sum_{i=2}^{\infty} \frac{b_i}{i!}$ where the $b_i$ are integers such that$0 \le b_i < i$.

The nice thing about this is that the integer part has a unique representation and the fractional part terminates if and only if the number if rational (except for the case corresponding to $\frac1{n!} = \sum_{i=n+1}^{\infty} \frac{i-1}{i!}$, the same as 1 = .99999...).

This is a special case of the following result: If $(B_i)_{i=0}^{\infty}$ is an increasing series of positive integers with $B_0 = 1$, we can represent all positive integers in the form $N=\sum_{i=1}^m a_i B_i$ where $0 \le a_i < B_{i}/B_{i-1}$ and $N < B_m$. This representation is unique if and only if $B_{i}/B_{i-1}$ is an integer for all $i$.

The usual decimal, binary, and hexadecimal bases have $B_i = 2^i, 10^i$, or $16^i$. The factorial base has $B_i = (i+1)!$.

I worked this out over 40 years ago and found it quite interesting. I am sure the result is several hundered years old.

8
On

While bubba raises valid points about base 2 from a practical standpoint, I myself would defend the choice of base 2 for the following reason: it makes addition and multiplication incredibly easy. This is, in fact, the way computers do these basic operations.

Addition in binary operates under the following rules:

$0 \oplus 0 = 0$

$1 \oplus 0 = 1$

$0 \oplus 1 = 1$

$1 \oplus 1 = 0$ (carry a 1)

Therefore when you do long addition in binary, the algorithm is particularly simple: if there are 2 $0$'s in the column, you put down $0$, if there is one $0$ and one $1$ you put down $1$, if there are 2 $1$'s you put down $0$ and carry $1$ over to the next place value. Imagine the time we could save by teaching kids to add this way. We could start teaching actual mathematics instead!

Long multiplication is just as easy: for every place value you're multiplying by either $0$ or $1$, which makes the computation very simple. I invite you to try out a few simple sums and products in binary to see what I mean.

See http://en.wikipedia.org/wiki/Binary_arithmetic#Addition and http://en.wikipedia.org/wiki/Binary_arithmetic#Multiplication for more on these two operations; the article has details on subtraction, division, and square roots as well.

3
On

Brian Hayes in his American Scientist article Third Base argues that "When base 2 is too small and base 10 is too big, base 3 is just right."

Figure 1 has the caption

Most economical radix for a numbering system is $e$ (about $2.718$) when economy is measured as the product of the radix and the width, or number of digits, needed to express a given range of values. Here both the radix and the width are treated as continuous variables.

Figure 2 has the caption

Most economical integer radix is almost always 3, the integer closest to $e$. If the capacity of a numbering system is $r^w$, and the cost of a representation is $rw$, then $r=3$ is the best integer radix for all but a finite set of capacities. Specifically, ternary is inferior to binary only for 8,487 values of $r^w$; ternary is superior for infinitely many values.

Figure 3 has the caption

Ternary structure may offer the quickest path through a telephone menu system. Putting eight choices (assumed to be equally likely) in a single octonary menu (left) forces the caller to listen to 4.5 menu items on average. A binary structure (middle) has the same performance, but the ternary tree (right) reduces the average to 3.75.

0
On

Balanced Nonary (base 9) would probably be really good. The digits go from -4 to 4, so taking the negative of a number would just be taking the negative of each digit, so subtraction is easy. Multiplication and division are particularly easy too if you make the easy conversion to balanced ternary first. Then there's no carrying when multiplying single digits (like in binary), and division is just testing inequalities (if you can divide by 2). Of course, if you want to do things faster, learning a balanced nonary times table would be easier than learning a regular nonary times table since you only really need to know the table for 1,2,3,4 and then handle negatives (and zero) appropriately.

There have even been computers based on balanced ternary.

4
On

I think base $6$ would make counting on our hands particularly convenient, we would have a $1$'s hand and a $6$'s hand and would be able to count up to $35$.

0
On

Not all bases are 10 in their own notation. There are a group of alternating bases where the base is not 'ten' but a 'hundred'. The most elegant of these is the long-hundred of the proto-germanics and their decendents. Reckoning in the six-score long-hundred (ie 120), was still common enough in 1350 to pass without comment.

Yes, i have used this base for some thirty years. It's truly elegant, being more efficient than either 10 or 12. It's the first base, for which the (number of proper divisors)/(ln base) is greater than 3.

Also 120 is the smallest multiply perfect number, and has the same features as the perfect numbers. For example, 120 = 1+2+4+8+15+30+60 = 3+5+6+10+12+20+24+40, all of these numbers make the total divisors of 120. The second set corresponds to a set of weights, eg

  • 1 oz, 2 oz, 4 oz, 8 oz, 1 lb, 2 lb, 4 lb. 15 oz = 1 lb , 120 oz = 1 clove.
  • 1 ct, 2 ct, 4 ct, 8 ct, 1 dr, 2 dr, 4 dr : 15 ct = 1dr , 120 ct = 1 oz
  • 1 lb, 2 lb, 4 lb, 8 lb, 1 st, 2 st, 4 st : 15 lb = 1 st, 120 lb = 1 cwt

When one considers not just integers, but also fractions x/y and y/z, arranged by xy, one finds that the expressions of these are very short for the first sixty or so, even in things like 56 (8/7 = 1:17.17.17, vs 7/8 = V5), and this unusual pair at 96 (3/32 = 11:30, 32/3 = 10:80.

0
On

In order to answer this question, it is first necessary to ask: What makes one base “better” than other? Some reasonable things to consider are:

Size

There is a tradeoff between the number of distinct digit characters used in a base (Base $b$ has exactly $b$ of these, from $0$ to $b - 1$, inclusive) and the length of the numeral required to represent a given number (which is $O(1/\log{b})$).

If the base is too small, then numbers explode into cumbersome long strings of digits. For example, in binary, the current year is 111 1101 1101, and the population of China (according to its 2010 census) was 100 1111 1101 1010 1001 0100 0011 0100. Modern computers can easily work with 32-bit or 64-bit binary numbers, but humans can't, which is why programmers have developed more compact encodings of binary, such as hexadecimal.

On the other hand, if we picked a very large base, like 2520, then you would need only 3 characters to represent the population of China, but typing them would be just as challenging as typing Chinese. And forget about learning the mulitplication table, whose size is $O(b^2)$. The only practical way to use such a large base is to split it into sub-bases, the way base-60 is represented as a mixture of base-6 and base-10.

So, what we want is a happy medium.

Fraction-friendliness

This is the main argument advanced in favor of base-12 or other highly composite bases (2, 4, 6, 12, 24, 36, 48, 60, 120, ...).

If a base has a lot of factors, it makes fractions easier to work with. For example, in base ten, 1/3 is represented as the infinitely repeating 0.333 333 333... (often rounded to 0.33 or 0.333), and this awkwardness crops up in deals like “3 for $5” or +/- grading systems. But in base-12, 1/3 is a nice simple 0.4.

Of course, because there are an infinite number of primes, it's impossible to completely avoid repeating “decimals”. And base-12's simplicity for the fractions 1/3 (0.4), 1/4 (0.3), 1/6 (0.2), 1/8 (0.16) and 1/9 (0.14) comes at the price of making 1/5 (0.24972497...) and 1/10 (0.124972497...) recurring dozenal fractions. But 1/3 is more common than 1/5.

0
On

It is not necessarily true that the multiplication is of the order of $O(b^2)$, since this is a particular implementation of the base, rather than the base itself. The mayans divided their score into four sticks of five dots, and had a true zero in the dot-position (eg fifteen is "3-fives-zero").

One should remember that counting (multiples) and division are separate operations, and that it is possible to use different number-systems for them. Historically, the sixty-wise system is one of divisions: the first column is that of units, and later places are divisions by sixty. Likewise, the romans multiplied by 10's, and divided into 12's.

An alternating base like 60 or 120, supposes two rows on each column of the abacus, where the unit (in the bottom row), is counted to 10 to make one carry up, but divides into 12 to be borrowed into the top row of the lower column. Since one can start in either the top row or bottom row (for counting), the use of tens by twelves or twelves by tens, automatically produces an alternating base.

Using alternating arithmetic then reduces the size of the tables to the order of $O(b)$.

It should be noted that the sumerian system is a division system to avoid division. We see this from recriprocal tables (eg 2 <=> 30 ), and tables of reckoners of multiples of the recriprocals (eg multiples of 4.26.40). Even in their reckoners, multiples are supplied for 1 to 20, and 40. Neugebauer even gives reference to a paper on the seven brothers, ie what is 1/7. It is concluded it lies between 0.8.34.16 and 0.8.34.18.

But i wrangle base 120 for nearly 30 years, and never felt the need to go past 12*12.

0
On

A nice pedagogical feature of base $10$ is the following identity: $$(0.6)^2+(0.8)^2=(60\%)^2 +(80\%)^2=1$$ This enables some textbook exercises on trigonometry and/or special relativity to be carried out (i) without a calculator and (ii) with a concise answer in base-expansion form ('decimal expansion' in base 10). In other bases this would be more difficult to come by. To be more forthcoming, what's special about $10$ here is that $10^2=4\times 5^2=4\times (3^2+4^2)$, so actually any base containing $5$ as a prime factor is good for this purpose. You could of course use another Pythagorean triple for your base but the next primitive triple is already as far away as $(5, 12, 13)$ so you'd have to take a base that multiplies $13^2=169$ or still bigger than that. Not the most practical option.