You are on page 1of 2

Binary Mathematics Exercise

1. Convert 786D to Binary

2 786 Remainder

2. Convert 111111112 to Decimal

1 1 1 1 1 1 1 1

3. Convert 101010012 to Decimal

1 0 1 0 1 0 0 1

4. Convert FFEDH to Decimal

F F E D

5. Convert F012H to Binary

F 0 1 2
Binary Mathematics Exercise

1. Convert 786D to Binary

2 786 Remainder
2 393 0
2 196 1
2 98 0
2 49 0 =11000100102
2 24 1
2 12 0
2 6 0
2 3 0
2 1 1
0 1

2. Convert 111111112 to Decimal

128 64 32 16 8 4 2 1
7 6 5 4 3
2 2 2 2 2 22 21 20
1 1 1 1 1 1 1 1
=128x1+64x1+32x1+16x1+8x1+4x1+2x1+1x1=255 D

3. Convert 101010012 to Decimal

128 64 32 16 8 4 2 1
27 26 25 24 23 22 21 20
1 0 1 0 1 0 0 1
=128x1+64x0+32x1+16x0+8x1+4x0+2x0+1x1=169 D

4. Convert FFEDH to Decimal

4096 256 16 1
3 2 1
16 16 16 160
F F E D
=4096x15+256x15+16x14+1x13=65517

5. Convert F012H to Binary

F 0 1 2
1111 0000 0001 0010
11110000000100102

You might also like