Convert the following numbers a 36401 from decimal to binary
Convert the following numbers:
a) 36401 from decimal to binary.
b) 1001001010 from binary to decimal.
c) 1011000011111010 from binary to octal.
d) 27604 from octal to binary.
e) 27604 from octal to decimal.
f) 11100001100101111001 from binary to hexadecimal.
g) 123AbC09 from hexadecimal to binary.
h) 123ABC from hexadecimal to decimal.
Solution
a) Ans: 1000111000110001
b) Decimal. 586
c) octal 130372
d) 10111110000100
e) 12164
f) E1979
g) 10010001110101011110000001001
h) 1194684
