2D in decimal is
- 43.
- 45.
- 41.
Explanation from PART66Online
Each hexadecimal digit carries a power of 16, and D represents 13. So 2D is 2*16 + 13 = 32 + 13 = 45 in decimal, matching the marked answer.
Edga5251 asked · 27 Apr 2019
2D is hexadecimal number yes? So 2D in decimal 531?
Community Comments (1)
first possition from the right is 16^0 (which is 1) so 13*1=13
second possition from the right is 16^1 (which is 16) so 2*16=32
32+13=45
Please Sign In to post a comment.