Computers traditionally use bits, Boolean logic, and binary arithmetic. However, there is a better way to perform these operations.Humans use decimal arithmetic due to practical reasons, but numbers can be represented in different bases.Using a larger radix results in more compact representation, but requires a larger set of symbols.Choosing the best combination of radix and number representation size is an optimization problem.