JAMB Exam  >  JAMB Notes  >  Mathematics for JAMB  >  What is a Number Base?

What is a Number Base? | Mathematics for JAMB PDF Download

Base, in math, is defined as a set of digits used to represent numbers. Different number systems use different combinations of digits as the base. For example, the binary number system uses only 2 digits, i.e., 0 and 1 to represent numbers, the Octal number system uses 8 digits, i.e., 0 to 7, to represent numbers, and so on. The most common number system that we use is the decimal number system that uses the base 10, which includes digits from 0 to 9 for writing numbers.
Any real number 'n' can be converted to a different base number system. For example, if we have to convert 12 to base 10, we just have to multiply the digits starting from the unit place by the whole number exponents of 10. So, 12 will become (2×100) + (1×101), which is 2 + 10 = 12. 

What is Base?

The word "base" has different meanings in various contexts. In general, the term "base" defines the starting point, a fundamental part, or a bottom layer of something that provides support. A number system is essential to represent or denote numbers. Base refers to the digits that form a building block for expressing numbers. These sets of digits or alphabets make the base of a number system. Binary, decimal, octal, and hexadecimal are a few popular number systems with different bases.
Base Definition: Base, in math, is defined as the total count of digits used to express numbers in a number system. The base of a number system is also referred to as "radix." There are many number systems and each one of them has different bases. Numbers in a base start from 0. The most commonly and widely used bases are binary number system (Base-2), octal number system (Base-8), decimal number system (Base-10), and hexadecimal number system (base-16).
Let's look at the mathematical terms for each of the known number systems through the table given below.

What is a Number Base? | Mathematics for JAMB

Among these, there are four popular number systems that we are going to study in detail in this article.
What is a Number Base? | Mathematics for JAMB

Base-2 (Binary Number System)

Base-2 number system uses only 2 digits (0 and 1). Since there are only 2 digits involved in representing any number, it is called the base-2 number system. This system of base is used in computers to store and process data. The digits 0 and 1 are called binary digits or BITS, in the abbreviated form. Subscript 2 is used to identify a base-2 number. Let's see how to convert 101 to the decimal number system with the help of this example, 1012 = (1 × 20) + (0 × 21) + (1 × 22) = 5.
What is a Number Base? | Mathematics for JAMB

Decimal Numbers and Their Corresponding Binary Equivalents

Binary numbers are represented as shown in the following table. Each digit is multiplied by the power of 2 based on its position (the position starts from right to left) and the products are added. Some examples of binary numbers are 11012, 11002, 101112, etc.
What is a Number Base? | Mathematics for JAMB

Base-8 (Octal Number System)

Base-8 number system uses only 8 digits ranging from 0 to 7. Since there are 8 distinct digits used to express a number, the base of this number system is 8. Octal numbers are represented using 3 digits (composed of 0s and 1s). The octal number system uses a lesser number of digits compared to many other number systems, so there are fewer computational errors. The subscript 8 is used to identify the base-8 number. An example of a number in octal number system is 4238 = (3 × 80) + (2 × 81) + (4 × 82).
What is a Number Base? | Mathematics for JAMB

Decimal Numbers and Their Corresponding Octal Equivalents

What is a Number Base? | Mathematics for JAMB

An octal number is represented as shown in the table above. Each digit is multiplied by the power of 8 based on its position (position starts from right to left) and the products are added.

Base-10 (Decimal Number System)

Base-10 number system uses only digits from 0 to 9. Since there are only ten digits involved in representing any number, it is called base-10 or the decimal number system. It is one of the most commonly used number systems around the world. Let us see how we count in the base-10 number system. The subscript 10 is used to identify a base-10 number. For example, 74310 = (3 × 100) + (4 × 101) + (7 × 102). Generally, we do not write 10 as the subscript to represent the decimal number system. So, if you see any number without any subscript written, it is a base-10 number.
What is a Number Base? | Mathematics for JAMB

A decimal number is represented as shown in the table above. Each digit is multiplied by the power of 10 based on its position (position starts from right to left) and the products are added. Let us look into how numbers are formed in the (base-10) decimal number system. We start counting from 0 to 9. Now that we have used all the digits and there is no other number to express ten. At this point, we begin from the first. But, we cannot use 0 again to represent 10. So, we add a '1' in front of 0 and make it 10. The consecutive numbers can be obtained by adding a '1' before 1, 2, 3, 4, 5, 6, 7, 8, 9. The same rule holds good for every next set of ten numbers.
Please observe the table below to see how the base 10 (decimal numbers) are formed.

Numbers in Decimal Number System

What is a Number Base? | Mathematics for JAMB

Base-16 (Hexadecimal Number System)

The base-16 number system uses numbers and alphabets to represent numbers. Numbers from 0 to 9 and alphabets from A to F are used. It takes 4 bits (composed of 0s and 1s) to represent any digit. The base-16 system is used in computers and digital systems to store very large numbers. It is also used to represent colors in computers.
What is a Number Base? | Mathematics for JAMB

Let us look at the representation of hexadecimal digits. We start to count from 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 1A, 1B, 1C, 1D, 1E, 1F, etc. Here, 10 does not refer to the number after 9 but it is 1-0, which means that there is 1 group of 16 numbers starting from 0 to 9 and A to F and there are no more leftover numbers. For example, 6AB16 = (11 × 160) + (10 × 161) + (6 × 162)

Decimal Numbers and Their Corresponding Hexadecimal Equivalents


A hexadecimal number is represented as shown in the following table. Each digit is multiplied by the power of 16 based on its position (the position starts from right to left) and the products are added.
What is a Number Base? | Mathematics for JAMB

Base of a Number System

The base of a number system is a whole number that represents a count of different numbers of digits and alphabets (used in base 16, hexadecimal number system) used to denote any number. A number can be represented as the sum of the base with various exponents.

How to Show the Base?

We can show the base of a number by adding a subscript (the number base represented beside the given number in a smaller size) to the number. Let us see how we can express a decimal number that has a base of 10. 34510 represents the number 345 with base 10 (it is read as 345 base 10).

To express a number in a particular base, we consider the following.

  • The number
  • The position of the number put in the superscript of the base number.
  • The base

Decimal number 345 can be expressed in base 10 as follows, (3 × 102)  + (4 × 101) + (5 × 100)  (three hundreds, four tens, and five ones. 100 denotes a value of 1). Similarly, 1102 represents the number 110 with base 2 (it is read as 110 base 2). This number can be expressed as 1102 = (0 × 20) + (1 × 21) + (1 × 22)

Facts About Base in Math

Listed below are some important facts related to base:

  • The most commonly and widely used number system around the world is the base 10 or the decimal number system.
  •  A base 10 number can be converted to any other number system of a different base and vice versa.
  • Computers understand all the inputs given to them as numbers. They are either 0 or 1, which form the base-2 or binary number system.
  • Octal and hexadecimal number systems are also used in computers to represent large numbers and words.
  • The other types of base in math number systems are mentioned in the table below.

Other Number Systems With Their Bases and Digits

What is a Number Base? | Mathematics for JAMB

Important Notes:

Read the given important notes related to the base of a number.

  • The base of a number system is called "radix."
  • A number in a base can be written as the number with the base number as a subscript. (Numberbase).
  • Computers use different bases (binary, octal, hexadecimal).
  • The decimal number system (base-10) is the most commonly used number system.
The document What is a Number Base? | Mathematics for JAMB is a part of the JAMB Course Mathematics for JAMB.
All you need of JAMB at this link: JAMB
139 videos|82 docs|101 tests

Top Courses for JAMB

FAQs on What is a Number Base? - Mathematics for JAMB

1. What is a number base?
Ans. A number base, also known as a radix, is a system used to represent numbers. It defines the number of unique digits (including zero) that are used to express numbers. The most common number base is the decimal system, which uses ten unique digits (0-9). Other number bases include binary (base-2), octal (base-8), and hexadecimal (base-16).
2. How does the number base system work?
Ans. The number base system works by assigning values to each digit in a number based on its position. In the decimal system, the rightmost digit represents ones, the next digit to the left represents tens, the next represents hundreds, and so on. Each digit is multiplied by the corresponding power of the base and then summed to get the overall value of the number. For example, in the number 123 in base 10, the digit 3 represents 3 ones, the digit 2 represents 2 tens, and the digit 1 represents 1 hundred, resulting in a total value of 123.
3. What are the advantages of using different number bases?
Ans. Using different number bases can provide certain advantages in specific applications. For example: - Binary numbers (base-2) are commonly used in computer systems because they can directly represent the on/off states of electronic switches, making them ideal for digital logic circuits. - Octal numbers (base-8) and hexadecimal numbers (base-16) are often used in computer programming and digital electronics as they provide a more compact representation of binary numbers. They allow large binary numbers to be expressed with fewer digits, simplifying calculations and reducing errors. - Different number bases can also help in understanding number patterns and relationships, as well as in solving mathematical problems in unique ways.
4. How can I convert numbers from one base to another?
Ans. To convert a number from one base to another, you can use the following steps: 1. Start with the original number. 2. Divide the number by the new base, keeping track of the remainders. 3. Write down each remainder as a digit in the new base, starting from the rightmost digit. 4. Repeat steps 2 and 3 with the quotient obtained from the previous division until the quotient becomes zero. 5. The resulting digits, read from right to left, form the equivalent representation of the original number in the new base. For example, to convert the number 101010 from binary (base-2) to decimal (base-10), you would divide as follows: 101010 ÷ 10 = 10101 remainder 0 10101 ÷ 10 = 1010 remainder 1 1010 ÷ 10 = 101 remainder 0 101 ÷ 10 = 10 remainder 1 10 ÷ 10 = 1 remainder 0 1 ÷ 10 = 0 remainder 1 The remainders, read from right to left, give the decimal representation 42.
5. How are number bases used in everyday life?
Ans. While the decimal system is the most commonly used number base in everyday life, other number bases have their applications as well. Here are a few examples: - Binary numbers (base-2) are used in computer science and digital electronics to represent and manipulate data. They form the foundation of computer programming and computer hardware design. - Octal numbers (base-8) and hexadecimal numbers (base-16) are used in computer programming and debugging to represent memory addresses, machine instructions, and data. They provide a more concise and readable representation of binary data. - Number bases can also be used in diverse fields such as cryptography, engineering, and finance for various calculations and analysis.
139 videos|82 docs|101 tests
Download as PDF
Explore Courses for JAMB exam

Top Courses for JAMB

Signup for Free!
Signup to see your scores go up within 7 days! Learn & Practice with 1000+ FREE Notes, Videos & Tests.
10M+ students study on EduRev
Related Searches

practice quizzes

,

Semester Notes

,

pdf

,

Free

,

What is a Number Base? | Mathematics for JAMB

,

video lectures

,

Exam

,

study material

,

What is a Number Base? | Mathematics for JAMB

,

mock tests for examination

,

Sample Paper

,

past year papers

,

Previous Year Questions with Solutions

,

MCQs

,

What is a Number Base? | Mathematics for JAMB

,

ppt

,

shortcuts and tricks

,

Viva Questions

,

Summary

,

Extra Questions

,

Objective type Questions

,

Important questions

;