2D in decimal is
- 43.
- 45.
- 41.
Edga5251 asking:
2D is hexadecimal number yes? So 2D in decimal 531?
Community Comments (1)
B
BigPersonalety Posts: 3 23.12.2021 / 19:45
2D HEX 2=2 and D=13
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
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.