Radix Meaning – What Is Radix in the Numeral System?
Radix indicates the number of unique digits from zero (0) that you can use to express numbers in a standard positional numeral system.
How to Write a Number and Its Radix
Whenever you wish to express a number and its radix, do the following:
- Enclose the numeral in parentheses.
- Write the radix—as a subscript—immediately after the closing parentheses.
Example 1: Express Forty-Five as a Binary Numeral
(101101)2
In the example above, 101101 is a numeral, while 2 is the radix. In other words, we used (101101)2 to express that 101101 is a number in the binary (base 2) numeral system.
Example 2: Express Forty-Five as an Octal Numeral
(55)8
In the example above, 55 is a numeral, while 8 is the radix. In other words, we used (55)8 to express that 55 is a number in the octal (base 8) numeral system.
Example 3: Express Forty-Five as a Hexadecimal Numeral
(2D)16
In the example above, 2D is a numeral, while 16 is the radix. In other words, we used (2D)16 to express that 2D is a number in the hexadecimal (base 16) numeral system.