You are on page 1of 13

Binary Arithmetic

(Binary addition, subtraction, multiplication and division)


Binary addition
1) Add the numbers 310 and 110 in binary form.
Sol:

2) Add 710 and 210.


Sol:
3) Add 28 and 12 in binary form.
Sol:

4) Add 11100101 and 1010110


5) Add 110.01 and 1.011
Sol :

6) Add 1110.0101 and 101.11


Ans 10100.0001
Binary Subtraction
Binary subtraction can be performed using two ways.
The easiest way is the borrowing ( or direct)
subtraction. The second method is complement
technique, which will be dealt with later.

1) Subtract 710 from 910


2) Subtract 11102 from 111012.
Sol:

3) (101.01)-(010.11)
ans =010.10
Half Subtraction & Full
Subtraction
BINARY MULTIPLICATION

1) Multiply 101 with 100.


Sol:
2) Multiply 1010 with 1010.
Sol:

3) 110.01 x 11.11
Ans 10111.0111

4) 1011.101 x 101.01
Ans 111101.00001
BINARY DIVISION

1) Divide 111 by 10.


Sol:

2) Divide 101101 by 110


Ans 111.1
Hexa-Decimal Arithmetic
(Binary addition, subtraction, multiplication and division)

To do any arithmetic operation of Hexa-decimal numbers, Do the following steps


1. Convert the given numbers in to binary numbers.
2. Do the binary arithmetic operation.
3. Covert the result back into hexa-decimal
BCD Arithmetic
(Binary addition, subtraction, multiplication and division)

To do any arithmetic operation of BCD numbers, Do the following steps


1. Convert the given numbers in to decimal numbers.
2. Do the decimal arithmetic operation.
3. Covert the result back into BCD.

You might also like