Difference between revisions of "Number Systems"

From alpha
Jump to navigation Jump to search
 
Line 90: Line 90:


For example, <math>(F2)_{16
For example, <math>(F2)_{16
}</math> is a octal number which is an equivalent of <math>(242)_{10
}</math> is a hexadecimal number which is an equivalent of <math>(242)_{10
}</math>
}</math>

Latest revision as of 20:19, 22 April 2024

The number system is the system of naming or representing numbers. Number is a mathematical value that helps to count or measure objects and it helps in performing various mathematical calculations.

Definition

A number system is defined as a system of writing to express numbers. It is the mathematical notation for representing numbers of a given set by using digits or other symbols in a consistent manner. It provides a unique representation of every number and represents the arithmetic and algebraic structure of the figures. It also allows us to operate arithmetic operations like addition, subtraction, multiplication and division.

The value of any digit in a number can be determined by:

  • The digit
  • Its position in the number
  • The base of the number system

Types of Number Systems

There are various types of number systems in mathematics. The four most common number system types are:

  1. Decimal number system (Base-)
  2. Binary number system (Base-)
  3. Octal number system (Base-)
  4. Hexadecimal number system (Base-)

Decimal Number System (Base 10 Number System)

The decimal number system has a base of because it uses ten digits from to . In the decimal number system, the positions successive to the left of the decimal point indicates units, tens, hundreds, thousands and so on. This system is expressed in decimal numbers. Every position shows a particular power of the base ().

Example of Decimal Number System:

The decimal number consists of the digit in the units position, in the tens place, in the hundreds position, and in the thousands place whose value can be written as:

Binary Number System (Base 2 Number System)

The base number system is also known as the Binary number system wherein, only two binary digits exist, i.e., and . The figures described under this system are known as binary numbers which are the combination of and . For example, is a binary number.

Example of Binary Number System:

Write as a binary number.

Solution:

Steps:

Divide the number by , quotient is and remainder is

Divide the quotient by , quotient is and remainder is

Divide the quotient by , quotient is and remainder is

Write the numbers as mentioned by the direction of the arrows above -

Octal Number System (Base 8 Number System)

In the octal number system, the base is and it uses numbers from to to represent numbers. Octal numbers are commonly used in computer applications.

For example, is a octal number which is an equivalent of

Hexadecimal Number System (Base 16 Number System)

In the hexadecimal system, numbers are written or represented with base . In the hexadecimal system, the numbers are first represented just like in the decimal system, i.e. from to . Then, the numbers are represented using the alphabet from to .

For example, is a hexadecimal number which is an equivalent of