- #1
manlyman62
- 11
- 0
Hello! I was just wondering why the most common base is base 10? It seems kind of arbitrary to me, although I may be overlooking something.
Mark44 said:French word for 80, quatre vingt (4 twenty)
Integral said:Counting your thumbs, how many fingers do you have?
I wonder if any societies have ever had a base 21 counting system...Mark44 said:Base 20 is nearly as obvious as base 10 (counting toes and fingers). I believe that the French word for 60, quatre vingt (4 twenty), might be a remnant of base-20 counting.
This is the prevailing answer, but it always leaves me unsatisfied. Personally, I think base 6 is the better match: the right hand is the 1s place, and the left hand is the 6s place.
DoctorBinary said:This is the prevailing answer, but it always leaves me unsatisfied. Personally, I think base 6 is the better match: the right hand is the 1s place, and the left hand is the 6s place.
CRGreathouse said:Base 6 is extremely uncommon, though -- base 10, base 20, base 5, base 100, base 12, base 60, and base 4 are all more common in natural languages. Actually, I can't think of a single example.
Antiphon said:When I want to hide a number in plain sight I use base 9 but then add random 9's and simply ignore them.
The real reason is if a number is in any base it's in base 10.manlyman62 said:Hello! I was just wondering why the most common base is base 10? It seems kind of arbitrary to me, although I may be overlooking something.
Martin Rattigan said:The real reason is if a number is in any base it's in base 10.
Binary, ternary, hex - whatever. If you store the binary number base (two) and print it out in binary it comes out as 10. If you store the hex number base (sixteen) and print it out in hex it comes out as 10. Same for any other base. The base is always 10.dulrich said:What does this mean? Are you speaking binary?
Martin Rattigan said:Binary, ternary, hex - whatever. If you store the binary number base (two) and print it out in binary it comes out as 10. If you store the hex number base (sixteen) in binary and print it out in hex it comes out as 10. Same for any other base. The base is always 10.
There is, of course, a single exception - and a commonly used one at that (people use it a lot when playing cards): base 1.Martin Rattigan said:Same for any other base. The base is always 10.
Mark44 said:I don't think counting by tickmarks really counts as "base 1." Base 1 doesn't follow the consistent pattern that is present in other bases such as base 2, 3, 8, 10, 16, etc. In base 2, there are 2 binary digits, 0 and 1. In base 3, there are three ternary digits, 0, 1, and 2. If we're counting in base a, the digits go from 0 up through a - 1.
Phrak said:I disagree, Dave.
Base 3 digits
0,1,2
Base 2 digits
0,1
Base 1 digits
0
In base b, the contributed numerical value of a digit x, in the nth column is the x n^b. The range of x is (0,1,2,...,b-1).
It would break with established pattern to use one instead of zero for the digit set for base one.
DaveC426913 said:You don't have to use the numerical symbols 1,2,3. You can use any symbols, as long as you keep them in order. The problem here, is the confusion between the symbols 1,2,3 and the counting numbers 1,2,3.
Phrak said:No, I don't have that confusion. Using the standard symbols, so we all know what we're talking about, base 1 can represent only zero, and no higher.
DaveC426913 said:The key to bases is this: how many symbols can you use before you have to add another column to continue counting?
In base 2, you can count exactly 2 things before you need another column; in base 1 you can count exactly one thing before you need another column.
Regardless of where you see a deviation, it's still valid.
DaveC426913 said:Zero in all the bases is a way of represeting "no unit here". When you want to to start counting, you add your first symbol to that column. Another way ofr representing the same things is to leave it blank.
The key to bases is this: how many symbols can you use before you have to add another column to continue counting?
In base 2, you can count exactly 2 things before you need another column; in base 1 you can count exactly one thing before you need another column.
Regardless of where you see a deviation, it's still valid.
An analogy: By your logic, you would be claiming that the first prime number is 3 (the pattern you see is that prime numbers must be odd, therefore 2 is out).
But it isn't; the first prime is 2. 2 is a unique prime in that it breaks some common symmetry of prime numbers (being even), but it does not break the critical rule that truly defines prime: it is divisble only by 1 and itself. 2 fits, no matter how exceptional it is.
Phrak said:OK. We use your notion that a base N can count N things in the first column. So the first digit in base 1 can represent one thing. There would be ten symbols in base 10 representing counts from one to ten.
Continuing this pattern, the first symbol in base 2 represents one thing or two things. How would you respresent numbers of higher basis in this modified system?
DaveC426913 said:I did start the discusion by stating that base 1 is exceptional, so there's no contention there, but exceptional doesn't mean something is disqualified (see prime numbers, above).
You're protesting details, but I think you're missing the forest for the trees.
Any number that can be counted using 2 or 6 or 10 symbols, you can just as easily count using only one symbol. You simply follow the exact same procudure:
- Count using all the symbols available to you until you run out of symbols.
- Add a new column to the left, containing your lowest symbol, then iterate through all your symbols again.
- Repeat as needed.
The only way base 1 is exceptional is that it does not happen to have zero as one of its symbols. It doesn't need it - it starts with blank in its leading column (like all other bases do).
Phrak said:No, I don't have that confusion. Using the standard symbols, so we all know what we're talking about, base 1 can represent only zero, and no higher.
Max™ said:Hmm, interesting thought, why are arabic numerals automatically the standard symbols?
Which ones did you mean?
These: 0123456789?
Perhaps these: ٠١٢٣٤٥٦٧٨٩?
good point.Phrak said:I don't recall the actual spelling, but his idea of improvement was something like:
---tad, tid, ted, tyd, tod, tud---
This is not improvement; this is the destruction of redundant audio information that helps us tell similar sentences apart.
DaveC426913 said:good point.
This guy clearly has not read - but desparateley needs to read - 1984. 'The destruction of words' was an awesome subplot.