Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Comments on Is it worth it to replace Arabic numerals with Kaktovik numerals?

Post

Is it worth it to replace Arabic numerals with Kaktovik numerals?

+4
−3

is there is any advantage for Kaktovik numerals over Arabic numerals, if there is any can you explain to me in detail if I should replace Arabic numerals with Kaktovik numerals in my daily life?

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

3 comment threads

Describe Kaktovik (1 comment)
Apparently the the Kaktovik numerals are a base 20 system with a sub-base of 5. Personally changing m... (2 comments)
Mathematics? (4 comments)
Mathematics?
Peter Taylor‭ wrote over 1 year ago

Is this a question about mathematics?

GoldenGold‭ wrote over 1 year ago

Numeral Systems?

In essence I am asking what is the advantages of our current counting system(base 10), Compared to base 20.

Peter Taylor‭ wrote over 1 year ago

The choice of symbols is separate to the choice of base. The symbols which you call Arabic numerals in the question aren't the 10 symbols used in Arabic. Computer programmers tend to use 0123456789abcdef for hexadecimal. But it seems to me that the choice of symbols is a question of communication as opposed to mathematics (Peano's axioms are the same whatever symbols you use), and questions about advantages of different bases are likely to attract answers based on psychology, linguistics, and other fields rather than mathematics.

r~~‭ wrote over 1 year ago

Arguably, this numeral system is better thought of as a mixed radix system alternating between bases 5 and 4 than as a simple base-20 system. There's a valid mathematical (or maybe mathematics-educational?) question about the pros and cons of mixed radix systems versus common radix systems (I think it's pretty much all cons, but still).