non-base 10 number systems

I made my last post before seeing what David Simmons and friedo wrote and they seemed to have answered my question/problem.

Thanks…

Sorry I insulted you. I withdraw. You can think, or not, about number systems any way you choose.

We may have been slightly better off if we had evolved with an extra finger on each hand.

There are small advantages in everyday use to having a base with a lot of factors, such as the decimal representation of common fractions. 10 has factors of 2 and 5. Hence 1/3 comes out as a repeating decimal - 0.33333 … And because there’s only one factor of 2, 1/4 comes out to two places.

If we were using base 12, the commonly used fractions 1/2, 1/3 and 1/4 would all come out as single place decimals - 0.6, 0.4, 0.3. True, 1/5 would be a repeating decimal (0.222 …), but that’s probably an adequate trade.

Similar advantages result from ability to factor your base in areas like the sorts of coinage we would use - we would be able to have more coins of convenient sizes which were even multiples of the larger denomination.

I agree with David Simmons and friedo . The only number base that makes any sense is base 10. And if we ever heard from aliens (no matter how many fingers/tentacles they have), they would all tell us that they use base 10 as well.

Are you aware that 10^4 (base ten) is 10,000, and 10^4 (base 12) is 10,000?

The numbers are different–10^4 (base 12) is 20,736 (base 10)–but manipulating them is just as easy. In base 12, 10,000 divided by 10 is 1,000.

Thanks everyone!

Knock Knock…i think you may have missed what frieda and Dave said. I believe they were saying it doesnt matter whether a number system is base 10 or 8 or 12. It just is an assistance with arithmetic. Quantities are still quantities…and prime numbers and things all remain the same…

And I guess PI is still 3.14xxxxxx…right?

Not at all. Eleven and twelve support it, because they come from Germanic roots that add to ten.

Or, from dictionary.com (http://www.dictionary.com/search?q=eleven):
“Thus, eleven is literally “one-left” (over, that is, past ten), and twelve is “two-left” (over past ten).”

That has actually been put into use. When I worked on F-14s in the navy the computer used 24 bit memory registers which were displayed in 8 digits of octal. With a little practice we could easily memorize critical status bits and do the octal to binary conversion in our heads. This made for quick troubleshooting, a good thing when standing in the nose wheel well of a plane about to launch talking to the crew on a headset.

FYI voila

Some of you are misunderstanding what a number base is. I’ll try to make it make sense:

Base - 10. This means that we have 10 distinct digits for counting. When we run out, we move one place to the left (the Tens place) and start counting again.

In our base 10, the symbols are 0,1,2,3,4,5,6,7,8,9. When you run out of numbers (ie 1 more than 9,) you put a 1 in the next place and start over.

In a different base, say base 16 (hexadecimal), you have 16 different symbols to use for counting. In our numeric system, we use the first 6 digits of the alphabet to supplement our numbers. So, the symbols are: 0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F.

When you get to F, you move over one place and start over again. (ie 1 more than F = 10). In this same way, 10*10=100 However, there are more parts per place than in base 10, so 10 in base 16 is equivalent to 16 in base 10.

So, if I see the number 6D in base 16, and I want to change it to base 10 to get an understanding of it (since we’re accustomed to base 10 numbers), I simply say “there are 6 groups of 16, and D groups of 1.” Since D=13, we have 6*16+13 = 109 in base 10.

So, 6D in base 16 is the same number as 109 in base 10. However, the math is the same…when you get to the end of a place (run out of numbers), you increase the next place by one and start over, just like in base 10. If we had 16 fingers, and base 16 was natural to you, doing 4F15 in hex would be as easy as doing 7921 in decimal (they’re the same calculation.)

Hope this cleared things up.

Thus, our 360-degree circles and so forth.

I don’t have anything of real substance to add. I just wanted to comment that my 3rd-grade math teacher gave us a test composed entirely of base-60 arithmetic, complete with a chart of symbols for the digits.

The real advantage to grouping the counting of items by groups of units of some base number is in arithmetic.

How, for example would you ever multiply XIII*VII?

Using number systems to some base it is easy. You simply construct a table of products of two numbers up to the numbers that are one less than the base by repetitive addition, or even simple counting if necessary. This table combined with a number system using a base number and positional notation facilitates the multiplication of any two numbers of any size at all.

Likewise with other arithmetic operations.

Well no … numbers after the radix point[sup]*[/sup] are fractions, with the denominator as a negative power, just as to the left of the radix point. So [sym]p[/sym] has a different notation for each base, and usually some sort of algorithm is used to calculate it. (This is the same method as in base 10, so there’s still no difference.)

The way these digits are expressed is well-illustrated at this site, which also lets you have some fun :

Search for your name in the digits of PI!

What this guy has done is convert [sym]p[/sym] to base 27, using the alphabet for the digits. Long names aren’t likely to be found, since he doesn’t have a lot of digits. But the search is very helpful in explaining how fractions work in other bases.
[sup]*[/sup] Radix is used as a synonym for base, so the radix point is the division between fractions and integers. When working with a particular base, you can use the name of the base for the radix point, hence ‘decimal point’, ‘binary point’, ‘sexagesimal point’, etc.

It’s very easy to find ten to any power in base ten, but it’s difficult to find powers of a dozen in base ten. Likewise, it’s very easy to find powers of a dozen in base dozen, but it’s very difficult to find powers of ten in base dozen.

Note: I’m using the words here, instead of writing the symbols “10” and “12”, because those symbols mean different things in different bases. A dozen is represented by the symbol “12” in base ten, but that same number is represented by the symbol “10” in base dozen. If I want to take a dozen to the third power, in base dozen, all I have to do is move the dozimal place three to the right: A dozen to the third power, in base dozen, is written “1000”. Now, it might be hard to figure out what the symbol for that number is in base ten, but if we were used to using base dozen, we wouldn’t care about that, because we wouldn’t be trying to convert to base ten.

I don’t se how its possible to have an irrational number base
system (such as a multiple of e or pi).

How would base -10 or base 10i work out?

Pretty much exactly the same as any other base, although if the base is irrational, no rational number will have a representation of finite length. Since i[sup]2[/sup] = -1, you just have to use a lot of zeroes.