193k views
5 votes
Compute -ABE16-DF416 using 15’s complement

1 Answer

2 votes

Answer:

33600

Step-by-step explanation:

Let M = ABE16

and N = DF416

In hexadecimal representation: 10 = A, 11 = B, 12 = C, 13 = D, 14 = E, 15 = F

Step 1: Find the 15's complement of N

F F F F F

- D F 4 1 6

2 0 B E 9

Step 2: Add 15's complement of N to M

A B E 1 6

+ 2 0 B E 9

C C 9 F F

Step 3: Find the 15's complement of CC9FF

F F F F F

- C C 9 F F

3 3 6 0 0

Therefore, ABE16 - DF416 using 15's complement is 33600

User John Greenall
by
8.5k points