Given the hexadecimal 901A16 give its binary octal and decim
Given the hexadecimal 901A_16, give its binary, octal, and decimal equivalents.
Solution
GIVEN:
(901A)16 is a hexadecimal number.
1) Its binary equivalent is (1001000000011010)2.
2) Its octal equivalent is (110032)8.
3) Its decimal equivalent is (36890)10.
