Computer Science
Convert the following hexadecimal numbers to decimal:
(a) A6
(b) A13B
(c) 3A5
Number System
24 Likes
Answer
(a) A6
Hexadecimal Number | Power | Value | Result |
---|---|---|---|
6 | 160 | 1 | 6x1=6 |
A (10) | 161 | 16 | 10x16=160 |
Equivalent decimal number = 6 + 160 = 166
Therefore, (A6)16 = (166)10
(b) A13B
Hexadecimal Number | Power | Value | Result |
---|---|---|---|
B (11) | 160 | 1 | 11x1=11 |
3 | 161 | 16 | 3x16=48 |
1 | 162 | 256 | 1x256=256 |
A (10) | 163 | 4096 | 10x4096=40960 |
Equivalent decimal number = 11 + 48 + 256 + 40960 = 41275
Therefore, (A13B)16 = (41275)10
(c) 3A5
Hexadecimal Number | Power | Value | Result |
---|---|---|---|
5 | 160 | 1 | 5x1=5 |
A (10) | 161 | 16 | 10x16=160 |
3 | 162 | 256 | 3x256=768 |
Equivalent decimal number = 5 + 160 + 768 = 933
Therefore, (3A5)16 = (933)10
Answered By
8 Likes
Related Questions
Convert the following binary numbers to hexadecimal:
(a) 1010110110111
(b) 10110111011011
(c) 0110101100
Convert the following hexadecimal numbers to decimal:
(a) E9
(b) 7CA3
Convert the following octal numbers to decimal:
(a) 257
(b) 3527
(c) 123
(d) 605.12
Convert the following decimal numbers to hexadecimal:
(a) 132
(b) 2352
(c) 122
(d) 0.675