Computer Science
Convert the following hexadecimal numbers to decimal:
(a) E9
(b) 7CA3
Number System
19 Likes
Answer
(a) E9
Hexadecimal Number | Power | Value | Result |
---|---|---|---|
9 | 160 | 1 | 9x1=9 |
E (14) | 161 | 16 | 14x16=224 |
Equivalent decimal number = 9 + 224 = 233
Therefore, (E9)16 = (233)10
(b) 7CA3
Hexadecimal Number | Power | Value | Result |
---|---|---|---|
3 (11) | 160 | 1 | 3x1=3 |
A (10) | 161 | 16 | 10x16=160 |
C (12) | 162 | 256 | 12x256=3072 |
7 | 163 | 4096 | 7x4096=28672 |
Equivalent decimal number = 3 + 160 + 3072 + 28672 = 31907
Therefore, (7CA3)16 = (31907)10
Answered By
11 Likes
Related Questions
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
Convert the following hexadecimal numbers to decimal:
(a) A6
(b) A13B
(c) 3A5
Convert the following decimal numbers to hexadecimal:
(a) 206
(b) 3619