Is it practical to count beyond base 10?

  • Thread starter tgt
  • Start date
  • Tags
    Count
In summary: The Babylonian number system was based on 60, which is why we have 60 seconds in a minute and 60 minutes in an hour.In summary, counting beyond base 10 may seem silly to some, but it is not uncommon in different cultures and can have practical applications, such as in computer engineering. The choice of a base system is often based on cultural conventions and the number of digits available, as seen in the Maya and Babylonian systems.
  • #1
tgt
522
2
Silly to count beyond base 10?

If so then you'd have things like '234' as a 'single digit' in base 300 for example. That would be very weird?

In the binary system, representing decimals seem like a real pain. i.e 2/3 seems very complicated to represent.
 
Last edited:
Mathematics news on Phys.org
  • #2


tgt said:
If so then you'd have things like '234' as a 'single digit' in base 300 for example. That would be very weird?

In the binary system, representing decimals seem like a real pain. i.e 2/3 seems very complicated to represent.

Yeah, it would be just as weird as having the binary number '101' as a single digit in base 10 (it's 5). As long as you have symbols for all digits it's not weird at all. Consider hexadecimal (base 16) where A, B, C, D, E and F are the digits after 9.

2/3 is represented by 10/11 in binary. Yes the actual numerical expansion isn't exactly pretty, but most decimal expansions of fractions aren't pretty either.

The base you chose isn't really important, the important thing is that you are experienced in manipulating that base (and that others are too; no one will be able to follow your base 7 or 23 computations or get a good feel for the magnitude of numbers). There are of course some obvious exceptions, such as when dealing with computer hardware where binary or hexadecimal can be extremely useful (in some contexts; mostly we work on a higher level today).
 
  • #3
gunch said pretty much every thing I wanted to say. Just two more points:

Computer engineers use base 16 all the time. Nothing "silly" about that!

2/3 in binary is 10/11 as gunch said or, as a "decimal", 0.1010101010... I don't see that as any more complicated than 0.333333...
 
  • #4
Of course, decimals don't exist in the binary system; bimals do. :smile:
 
  • #5


And don't forget that when working with 'large' numbers, computers usually operate in radix 4,294,967,296 or 18,446,744,073,709,551,616... at least when working with algorithms for arithmetic that don't require even larger radixes!
 
  • #6
I suppose using radix 10 was because we have 10 digits on our hands. I am not even sure if the word "digit" first meant fingers and thumbs. 10 can be inconvenient because it divides only by 2, 5. English tradition freely used 12 (inches per foot) and dozens, because it divided by 2, 3, 4, 6.

For me, the worst is representing decimals, each digit coded binary (as in BCD). The controllers I try to program have "long" double-word versions of multiply and divide in BCD, but the arithmetic truncates the answers because it is not floating point. Thus example 11/8 returns 1 instead of some version of 1.375.

One has to turn all numbers into integers with enough digits to represent the precision needed, and remember how much to throw away at the end, in effect keeping track of where the decimal point might be.
Therefore, I am one who has come to appreciate using hexadecimal, where the largest 32-bit number can be more than 4 billion. Once you get into it, 10-base seems less attractive.
 
Last edited:
  • #7
The Kwakuitl indians of the Pacific northwest (Oregon, Washington, British Columbia) counted on the spaces between fingers and developed a base 4 numeration system. They are, I believe, the only people known to have done that.
 
  • #8
HallsofIvy said:
The Kwakuitl indians of the Pacific northwest (Oregon, Washington, British Columbia) counted on the spaces between fingers and developed a base 4 numeration system. They are, I believe, the only people known to have done that.

Interesting.

Actually when thinking about it all, I think I finally know why we use base ten. It's because we have 10 fingers! Nothing more to it then that.
 
  • #9
tgt said:
Interesting.

Actually when thinking about it all, I think I finally know why we use base ten. It's because we have 10 fingers! Nothing more to it then that.

Yes, digitus is latin for finger...
 
  • #10
The maya indians number base is also very interesting. They used base 20 if it was in a mathematical context, but in their calendar, they used a mixture where the first digit was worth 1, the second worth 20, and the third 20*18=360 and after that continuing multiplying with 20. I have made a converter to maya numerals on my comp if someone is interested, can't find one on the net though.
http://en.wikipedia.org/wiki/Maya_numerals
 
  • #11
Kurret said:
The maya indians number base is also very interesting. They used base 20 if it was in a mathematical context, but in their calendar, they used a mixture where the first digit was worth 1, the second worth 20, and the third 20*18=360 and after that continuing multiplying with 20. I have made a converter to maya numerals on my comp if someone is interested, can't find one on the net though.

Base 60 was also used in similar fashion in Mesopotamia.
 

Related to Is it practical to count beyond base 10?

What does it mean to "count beyond 10"?

Counting beyond 10 refers to the act of continuing a numerical sequence past the number 10. This could involve counting by ones, twos, fives, or any other increment.

Why is it considered "silly" to count beyond 10?

The phrase "silly to count beyond 10" is often used as a way to illustrate the concept of infinity. While we can easily count up to 10, the concept of infinity is beyond our comprehension and therefore counting beyond 10 seems unnecessary or even silly.

Can we count beyond 10 in real life situations?

Yes, counting beyond 10 can be useful in many real life situations. For example, when measuring distance or time, we may need to count beyond 10 to accurately represent the measurement. Additionally, in mathematics and other scientific fields, counting beyond 10 is necessary for complex calculations and theories.

Is it possible to count infinitely?

While our understanding and perception of infinity is limited, it is theoretically possible to count infinitely. This would involve continuously adding one to the previous number, resulting in a never-ending sequence. However, in practical terms, it is not possible for humans to count infinitely due to our limited lifespan and cognitive abilities.

What is the purpose of counting beyond 10?

Counting beyond 10 serves various purposes, including representing larger quantities, measuring, and solving complex mathematical problems. It also helps to develop our understanding of numbers and their patterns, leading to advancements in science and technology.

Similar threads

Replies
57
Views
4K
Replies
2
Views
646
Replies
4
Views
1K
Replies
1
Views
1K
Replies
4
Views
509
Replies
2
Views
2K
Replies
10
Views
3K
  • Computing and Technology
Replies
4
Views
851
Replies
3
Views
362
Replies
3
Views
1K
Back
Top