Courses
Courses for Kids
Free study material
Offline Centres
More
Store Icon
Store

Radix of the Number System Explained with Meaning and Applications

Reviewed by:
ffImage
hightlight icon
highlight icon
highlight icon
share icon
copy icon

What Is the Radix in a Number System Definition Formula and Solved Examples

You must have heard of the term ‘radix’ or ‘base’ if you have read enough about mathematical numeral systems. In the number system, the radix or base is the number of distinct digits, including the digit zero, used to represent numbers in a positional numeral system. For instance, the radix (base number) for the decimal system, which is currently the most popular system, is ten since it employs the ten digits from 0 to 9. In this article, we will learn about the value of radix in binary number system and its position.


What Is the Number System?

A number system is a representation of numbers. It is also known as the numeration system, which defines a set of values representing a quantity. These numbers are used as digits, the most common being 0 and 1, representing binary numbers. Other forms of number systems are represented by digits ranging from 0 to 9.


Base of the Number System

The number system base is the total number of digits present in the number system. For example, if the number system has the base ‘b’, it has its digits in the [0, b-1] range. This base of the number system is often called the radix of a number system.


Radix of the Number System

Radix of the number system, as in ‘base’, refers to the base of the number system: the possible number of existing digits. Radix is the concept used to explain the number of digits utilised in positioning the number system before going to the next digit. It consists of 0, and 1, 2, 3, 4, 5, 6, 7, 8, 9, and the best example of a radix number could be the binary system.


For example, in the base 10 number system, there are a total of 10 digits used (zero through nine). Therefore, its radix is 10. Another way of putting this could be: the single number obtained from the date of birth is called a radix. For example, if your birthday is on the 14th, then 1+4 = 5. This way, the number of people born on the 14th is 5.


Number system conversions


Number System Conversions


Converting from Decimal to Another Radix (Base) Number

To convert a decimal number into a radix or base number, we will use the method of successive division.


Let us begin by taking a random number, for example, 12573. We will divide this decimal number by 10 and note down its remainder. After dividing 12573 by 10, we get the quotient as 1257 and the remainder as 3. The remainder of the division is considered the least significant digit of the original number. Repeat the same step and note down the remainder you get, which will be 7 now.


Now let us divide the decimal number by 37 with its base to convert it into a radix number. The base of the number is 2. To show this division understandably and conveniently, we have sorted the base, the divisor, the new digit, and the remainder in separate columns. When we perform a bunch of divisions on 37 by 2, the column looks like this.


Old

Radix

New

Digit

37

2

18

1

18

2

9

0

9

2

4

1

4

2

2

0

2

2

1

0

1

2

0

1


The results obtained in the form of the least significant digit are read from the bottom of the column. If we begin working from the bottom of the table's rightmost column, we get the result as 100101.


As we perform continuous divisions, this method is called the method of successive division. Sometimes also known as the division algorithm. This method converts a decimal number into a binary number by dividing it by our intended radix or base on every step.


Position Number System

The position number system expresses numbers in which the digits are arranged in succession, the position of each digit has a place value, and the number is equal to the sum of the products of the place values of each digit. The numbers expressed in their value are called position number system values.


The Roman number system uses symbols to represent numerals. Therefore, it cannot be called a positional number system. On the other hand, the octal number system uses numbers ranging from 0 to 7. The binary number system uses digits from 0 to 1. Similarly, a number system that uses numbers ranging from 0 to 15 is called the hexadecimal number system.


Stating the number value


Stating the Number Value


A positional number system is a system in which

(i) a number in the system is represented by an ordered set of digits,

(ii) the value of a number is the total sum of the values of each digit, and

(iii) the values contributed by each digit depend on (a) its position and (b) its value.


Solved Examples

Q1. Find $r$ such that $(121) r=(144)_8$, where $r$ and 8 are the bases.

Ans: $144_8=1 \cdot 8^2+4 \cdot 8^1+4 \cdot 8^0=64+32+4=100$,

$121_r=1 \cdot r^2+2 \cdot r^1+1 \cdot r^0=r^2+2 r+1$

Solve the quadratic equation to find $r$

$r^2+2 r+1=100$

by whatever method you find the most convenient; the easiest method is probably to notice that $r^2+2 r+1=(r+1)^2$

Therefore, $(r+1)^2=100=10^2$

$\mathrm{r}+1=10$

$r=10-1$

$r=9$

So the base or radix is 9.


Q2. What is the radix of the quadratic equation $x^2-10 x+26=0$? The roots are $x=4$ and $x=7$.

Ans: $\mathrm{x}^2-10 \mathrm{x}+26=0$

$(4)^2-\left(1 \cdot r^1+0 . r^0\right) \times 4+\left(2 \cdot r^1+6 \cdot r^0\right)=0$

$16-4 r+2 r+6=0$

$2 r=22$

$r=11$

The radix of the quadratic equation $x^2-10 x+26=0$ is 11.


Practice Problems

Q1. How many digits are present in the radix 9 number system?

Ans: In the base/radix 9 number system, there are 9 digits. The digits would be 0, 1, 2, … and so on, 8 being the largest number.


Q 2. Show that 0.3333… can be expressed as a rational number, i.e., $\dfrac{p}{q}$.

Ans: $x = \dfrac{1}{3}$


Q 3 . Find the sum of $2 \sqrt{ } 2+5 \sqrt{ } 3$ and $\sqrt{ } 2-3 \sqrt{ } 3$.

Ans: $3 \sqrt{ } 2+2 \sqrt{ } 3$


Summary

We now understand that Radix numbers can be found almost everywhere. The two digits are ‘0’ and ‘1’. The number 0 is expressed for switches displaying OFF, and the number 1 is expressed for displaying ON. These numbers are used in most electric counters and nearly all computers. In this article, we learned that a Binary Number System with two independent digits is called a base-2 number system. All the larger types of binary numbers are represented as ‘1’ and ‘0’.

FAQs on Radix of the Number System Explained with Meaning and Applications

1. What is the radix of a number system?

The radix of a number system is the total number of unique digits (including zero) used to represent numbers in that system. It is also called the base of the number system. For example:

  • The decimal system has radix 10 (digits 0–9).
  • The binary system has radix 2 (digits 0 and 1).
  • The octal system has radix 8.
  • The hexadecimal system has radix 16 (0–9 and A–F).

The radix determines the place value structure of the number system.

2. How do you identify the radix of a given number?

The radix of a number is identified by counting the total distinct digits used or by the base written as a subscript. For example:

  • In (1011)2, the subscript 2 shows the radix is 2.
  • In (745)8, the radix is 8.
  • If no base is written, it is usually assumed to be 10 (decimal system).

The largest digit in the number must always be less than the radix.

3. What is the difference between radix and base in a number system?

There is no difference between radix and base; both terms mean the same thing in number systems. The radix (or base) defines:

  • The number of unique digits available.
  • The place value pattern (powers of the base).

For example, in base 10, place values are powers of 10 (10⁰, 10¹, 10², …).

4. How does radix affect place value in a number system?

The radix determines the place values of digits as powers of the base. In any base r system, place values are:

  • r⁰, r¹, r², r³, … from right to left.

For example, in (345)10:

  • 3 × 10²
  • 4 × 10¹
  • 5 × 10⁰

In (1011)2:

  • 1 × 2³
  • 0 × 2²
  • 1 × 2¹
  • 1 × 2⁰

5. What is the formula to expand a number in any radix?

The expansion formula in base r is N = dₙrⁿ + dₙ₋₁rⁿ⁻¹ + … + d₀r⁰. Here:

  • r = radix (base)
  • d = digits
  • n = highest power

Example: (213)4 = 2×4² + 1×4¹ + 3×4⁰ = 32 + 4 + 3 = 39 (decimal).

6. Can you give an example of converting from one radix to another?

To convert between radices, first convert to decimal, then to the new base. Example: Convert (101)2 to decimal.

  • 1 × 2² = 4
  • 0 × 2¹ = 0
  • 1 × 2⁰ = 1

Sum = 5, so (101)2 = 510. Then convert 5 to another base if needed.

7. Why must the largest digit be less than the radix?

The largest digit must be less than the radix because digits range from 0 to (r − 1) in a base r system. For example:

  • In base 8, digits are 0–7.
  • In base 2, digits are 0–1.

If a digit equals or exceeds the radix, the number is invalid in that number system.

8. What are common number systems and their radices?

The most common number systems and their radices are:

  • Binary – radix 2
  • Octal – radix 8
  • Decimal – radix 10
  • Hexadecimal – radix 16

These number systems are widely used in mathematics, computing, and digital electronics.

9. How do you write a number with its radix?

A number is written with its radix using a subscript notation, such as (N)r. For example:

  • (1101)2 means base 2.
  • (77)8 means base 8.
  • (255)10 means base 10.

This notation clearly shows which number system is being used.

10. What are common mistakes when working with radix in number systems?

Common mistakes with radix include using invalid digits or incorrect place values. Key errors are:

  • Using a digit ≥ radix (e.g., 9 in base 8).
  • Forgetting to use powers of the base when expanding numbers.
  • Not writing the base as a subscript when converting.

Always check that digits range from 0 to (r − 1) and apply the correct powers of the radix.