Number bases, also known as numeral systems or radices, are mathematical systems used to represent numerical quantities. The radix determines the number of unique symbols representing values in these systems. Each digit's position within a number carries a weight corresponding to a power of the radix, enabling the representation of numbers in various bases.
Numeral systems are fundamental in mathematics, computing, and everyday life. The most commonly used numeral system is base 10, also known as the decimal system, which uses ten symbols (0-9). Other standard numeral systems include base 2 (binary), base 8 (octal), and base 16 (hexadecimal), each with its unique set of symbols and properties.
Understanding numeral systems is essential for performing arithmetic operations, encoding data in computing, and comprehending mathematical concepts across different fields.