Note: This question arguably spans mathematics and linguistics, and possibly other disciplines, but I am posting it here because I think that mathematicians are best placed to answer it.
The base-10 (decimal) number system is the most common symbolic counting system used by people today. Scholarly literature on number systems state that this is derived from the use of fingers in the representation of numbers (see e.g., Ores 1948, p. 1-2). However, there are also cases of some cultures using other bases, up to base-20. It seems evident from this history that humans can handle number systems with various bases.
The use of binary numbers in electronic computing occurs because it is efficient to manufacture components that exist in a binary state. This suggests that the most efficient base is the smallest base, which is the binary system. Since this is (arguably) the most efficient system for electronic computation, it is arguably desirable for humans to be able to easily and rapidly convert between their own common number system, and the binary system.
This suggests that it would be more efficient for humans to adopt a number system that is base-2$^k$ for some $k \in \mathbb{N}$. The obvious choices, operating within an appropriate range of symbols and digits, are the octal system (base-8) or the hexadecimal system (base-16). These systems can be trivially converted back and forth with binary numbers, since they merely require the user to know the binary representation of each base element, and string numbers together with the place method.
Question: Aside from its derivation from finger counting, is there any property of the base-10 number system that gives it a natural advantage over other bases for human use? What are the pros and cons of adopting a base-2$^k$ number system (e.g., base-8 or base-16) in place of the presently common decimal system? Would conversion to one of these systems be desirable?
Would conversion to one of these systems be desirable?The world has not come to all use the metric system. Changing to a different base is many times less likely to happen in the foreseeable future. – dxiv Aug 03 '18 at 06:21