Hexadecimal Subtraction Example ( Enter your problem )
  1. Addition
  2. Subtraction
  3. Multiplication
  4. Division

2. Hexadecimal Subtraction





1. Find subtraction of `(1CDD)_16` and `(A70)_16`

Solution:

Solution is
1CDD
-0A70

126D


Step by step solution :

Step by step solution :
1CDD
-0A70


Step-1 : D - 0
Here D=13 `>` 0, so directly subtract it
`=13-0`
`=13`
`=D_16`

1CDD
-0A70

D

Step-2 : D - 7
Here D=13 `>` 7, so directly subtract it
`=13-7`
`=6`
`=6_16`

1CDD
-0A70

6D

Step-3 : C - A
Here C=12 `>` A=10, so directly subtract it
`=12-10`
`=2`
`=2_16`

1CDD
-0A70

26D

Step-4 : 1 - 0
Here 1 `>` 0, so directly subtract it
`=1-0`
`=1`
`=1_16`

1CDD
-0A70

126D


2. Find subtraction of `(20C)_16` and `(7E)_16`

Solution:

Solution is
15
11628
20C
-07E

18E


Step by step solution :

Step by step solution :
20C
-07E


Step-1 : C - E
Here C=12 `<` E=14, we take borrow from 0, which takes borrow from 2
So 2 becomes 1, 0 becomes 15 and C=12 becomes 12+16=28
`=28-14`
`=14`
`=E_16`

15
11628
20C
-07E

E

Step-2 : F - 7
Here F=15 `>` 7, so directly subtract it
`=15-7`
`=8`
`=8_16`

15
11628
20C
-07E

8E

Step-3 : 1 - 0
Here 1 `>` 0, so directly subtract it
`=1-0`
`=1`
`=1_16`

15
11628
20C
-07E

18E


3. Find subtraction of `(7F0EB)_16` and `(F764)_16`

Solution:

Solution is
30
61416
7F0EB
-0F764

6F987


Step by step solution :

Step by step solution :
7F0EB
-0F764


Step-1 : B - 4
Here B=11 `>` 4, so directly subtract it
`=11-4`
`=7`
`=7_16`

7F0EB
-0F764

7

Step-2 : E - 6
Here E=14 `>` 6, so directly subtract it
`=14-6`
`=8`
`=8_16`

7F0EB
-0F764

87

Step-3 : 0 - 7
Here 0 `<` 7, we take borrow from F
So F=15 becomes 14 and 0 becomes 0+16=16
`=16-7`
`=9`
`=9_16`

1416
7F0EB
-0F764

987

Step-4 : E - F
Here E=14 `<` F=15, we take borrow from 7
So 7 becomes 6 and E=14 becomes 14+16=30
`=30-15`
`=15`
`=F_16`

30
61416
7F0EB
-0F764

F987

Step-5 : 6 - 0
Here 6 `>` 0, so directly subtract it
`=6-0`
`=6`
`=6_16`

30
61416
7F0EB
-0F764

6F987





This material is intended as a summary. Use your textbook for detail explanation.
Any bug, improvement, feedback then Submit Here






Share this solution or page with your friends.
 
 
Copyright © 2026. All rights reserved. Terms, Privacy
 
 

.