The value of subtraction (A0)16 - (6A)16 is:
2016
The value of subtraction (A0)16 - (6A)16 is:
- A.
(36)16
- B.
(46)16
- C.
(63)16
- D.
(30)16
Attempted by 6 students.
Show answer & explanation
Correct answer: A
We need to subtract:
(A0)16 - (6A)16
Step 1: Convert Hexadecimal to Decimal
(A0)16
Here:
A = 10
(A0)16 = 10 * 16 + 0 =160
(6A)16 = 6* 16 + 10 =96+10
=106
Step 2: Subtract
160 - 106 = 54
Step 3: Convert 54 into Hexadecimal
54 / 16 = 3 remainder 6
So:
54 = (36)16