Skip to main content

Number System


           In our everyday lives, we use the decimal numbering system. These are digits 0 through 9. Every number expressed in the decimal system is a combination of these ten digits i.e. 360, 418, 086 etc. These numbers uses only digits 0 through 9. However, there is another system which is used in computers, called binary system.


                The binary system works in essentially the same way, with the only difference being that it only has two digits. These are visually expressed by the digits 0 and 1, and every number expressed in the binary system is a combination of 0 and 1.

                These numbers (0 and 1) are actually a representation of signals. In modern electronic technology, computer circuit has only two states, on or off. 0 represent off while 1 represent on. There are many other Number Systems i.e. Octal Number System, Decimal Number System, Hexadecimal Number System etc.

Decimal Number System – In above discussion, we saw that it uses numbers through 0 to 9, let’s understand with an example.

Ex – Suppose a number is 7549, this number can be represent as 7 thousand 5 hundred forty nine or can be written as

7000 + 500 + 40 + 9 or

(7*103) + (5*102) + (4*101) + (9*100)

In this sequence, we can easily see that there is an increasing power of 10 with corresponding digit from right to left. Remember this I’m focusing from right to left. The decimal number system is said to be of base, or radix, 10 because it uses 10 digits. Similarly Binary Number system has only two digits, so the base or radix of binary number system is 2. Let us take an example of binary number.

Ex – 110010

This number can be written as above example only change is that 10 is replace by 2 because the base of this system is 2.

(1*25) + (1*24) + (0*23)  + ( 0*22) + (1*21) + (0 *20)

 

Note: We can write our custom number system with required base. Let’s take some examples of different bases.

Ex 1.Number = 432 and base = 5

Sol. (4*52) + (3*51) + (2*50)

Ex 2. Number = 542 and base = 6

Sol. (5*62) + (4*61) + (2*60)

 

Note: Suppose a number system of base n than it consists only n-1 digits because every number system starts with 0. In above Ex 1. Here is a base 5 and use only 0 to 4 digits (432) not more than or equal to 5, In Ex 2. Here is a base 6 and use only 0 to 5 digits (542) not more than or equal to 6

In our next article , we will discuss some important number system.




Comments

Popular posts from this blog

Rules of divisibility part -1

Rules of divisibility In Vedic mathematics, it can be determined whether any part of any other number can be given completely without dividing it by several methods. These methods are based on the law of divisibility. By using these rules, calculations related to factors, parts etc. are simplified. Law of divisibility by number 2 :- If unit digit of given number is divisible by 2 then the given number is divisible by 2 also.                                                                 or  If unit digit of given number is 0,2,4,6 or 8 , then given number is divisible by 2. Example :- 10 ,32 ,74 ,108 ,2058 etc. Law of divisibility by number 3 :- If the sum of digits of given number is divisible by 3, then the number is divisible by 3 also. Illustration 1:-  In 546532 sum of digits=5+4+6+5+3+2=25 25 is not divisible...

Octal and Hexadecimal Number

Complement of a Number    Types of Number system    Convert Decimal to Binary If you are new to this article, I strongly recommend to read our previous article before preceding this. In our previous article, we had already seen that binary number has a base of 2. It means that binary number contains 2 1 = 2 combinations which are 0 and 1. Similarly, Octal and Hexadecimal number has a fixed number of combinations. As we earlier know that octal has a base 8, then it contains 8 digits through 0 to 7 which means 2 3 =8 combinations and Hexadecimal has a base 16 which means it has 2 4 =16 combinations.                 If you are focusing on a sequence i.e. octal, hexadecimal. They are the combinations of increasing power of 2. Octal – 2 3 , Hexadecimal - 2 4 This power indicates how many bits are in a number for a particular number system Octal has 3 bits Hexadecimal has 4 bits T...

mathematics skills

Are you ready to give your mathematics skills a boost? These simple math tricks can help you perform calculations more quickly and easily. They also come in handy if you want to impress your teacher, parents, or friends. 01 The Answer Is 2 Think of a number. Multiply it by 3. Add 6. Divide this number by 3. Subtract the number from Step 1 from the answer in Step 4. The answer is 2. Same Three-Digit Number Think of any three-digit number in which each of the digits is the same. Examples include 333, 666, 777, and 999. Add up the digits. Divide  the three-digit number by the answer in Step 2. The answer is 37. Six Digits Become Three Take any three-digit number and write it twice to make a six-digit number. Examples include 371371 or 552552. Divide the number by 7. Divide it by 11. Divide it by 13. The order in which you do the division is unimportant! The answer is the three-digit number. Examples: 371371 gives you 371 or 552552 gives you 552. A related trick is to take any three-di...