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.
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.
Among these, there are four popular number systems that we are going to study in detail in this article.
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 1012 to the decimal number system with the help of this example, 1012 = (1 × 20) + (0 × 21) + (1 × 22) = 5.
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.
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).
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 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.
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.
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.
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)
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.
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.
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.
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)
Listed below are some important facts related to base:
Other Number Systems With Their Bases and Digits
Important Notes:
Read the given important notes related to the base of a number.
139 videos|82 docs|101 tests
|
1. What is a number base? |
2. How does the number base system work? |
3. What are the advantages of using different number bases? |
4. How can I convert numbers from one base to another? |
5. How are number bases used in everyday life? |
|
Explore Courses for JAMB exam
|