In our daily lives, we generally use $10$ digits to define the numbers, i.e., $0$ to $9$. Based on these ten digits, we define all the natural, rational, and irrational numbers, etc. This representation is known as the decimal representation.
I know that one could also define the number system in other ways. For example:
- Unary: 1 11 111 1111 ...
- Binary: 0 1 10 11 100 ...
- Hexadecimal: 0 1 2 3 4 5 6 7 8 9 A B C D E F ...
Similarly, I can define my own number system, for example say: $\alpha \,$ $\beta\,$ $\gamma\,$ $9\,$ $\alpha \alpha \,$ $\beta^{2} \alpha\,$...
But I am wondering, why do we use the decimal system to learn mathematics or say in our everyday lives. I know that a computer uses a binary number system since the most basic unit of storage is $0$ or $1$. However, I want to know, why humans use the decimal number system. Is there any logical advantage of using decimal representation over say Unary, Binary, or anything other? Thanks.