You are on page 1of 1

.

B. Find the sum of the following binary numbers and convert your answer to hexadecimal number.

00110101 01110110 00111101

+ 00001100 + 00000010 + 11111011

01000001 01111000 0100111000

Hex = 41 Hex = 78 Hex = 138

00001010 11111110 11111110

+ 10010101 + 11011101 + 11111101

010011111 0111011011 0111111011

Hex = 9F Hex = 1DB Hex = 1FB

1. 101 + 11 = 1000 Hex = 8

2. 111 + 111 = 01110 Hex = E

3. 1010 + 1010 = 010100 Hex = 14

4. 11101 + 1010 = 0100111 Hex = 27

5. 11111 + 11111 = 0111110 Hex = 3E

6. 110 + 10 = 1000 Hex = 8

7. 1010 + 11 = 01101 Hex = D

8. 1001 + 11 = 01100 Hex = C

9. 1101 + 11 = 10000 Hex = 10

10. 10001 + 100 = 010101 Hex = 15

You might also like