You are on page 1of 2

NUMBER SYSTEM CONVERSION

Decimal

Binary

To Binary
To Octal
To Hexadecimal

LCM with 2
LCM with 8
LCM with 16

To Decimal
To Octal

Power with 2
Staring with last digit make a pair of
three digits- then write their decimal
equivalent
Staring with last digit make a pair of four
digits- then write their decimal equivalent

To Hexadecimal

To Binary

Octal
To Decimal
To Hexadecimal

To Binary

Hexadeci
mal
To Octal

To Decimal

Write each digit individually, consider each


digit as a decimal number and then write
their binary equivalent.
Ensure that each digit has binary
equivalent in three digit. If binary
equivalent is not a three digit number then
add 0 before that number and then
combine for the answer
Power with 8
Octal Binary Hexadecimal
OR
Octal Decimal Hexadecimal

Write each digit individually, consider each


digit as a decimal number and then write
their binary equivalent.
Ensure that each digit has binary
equivalent in three digit. If binary
equivalent is not a four digit number then
add 0 before that number and then
combine for the answer
Hexadecimal Binary Octal
OR
Hexadecimal Decimal Octal
Power with 16

Binary Arithmetic
Sn
o
1

Addition Rules

Subtraction rules

Multiplication rules

Division Rules

0+0=0
0+1=1
1+0=1
1+1=0
C=1
0-0=0
0-1=1
B=1
1-0=1
1-1=0
0*0=0
0*1=0
1*0=0
1*1=1

You might also like