SOLUTION: Convert (BADFACED) 16 from its hexadecimal to its binary expansion , and convert (111 1111 0101 1100)2 from its binary to its hexadecimal expansion.

Algebra ->  Expressions -> SOLUTION: Convert (BADFACED) 16 from its hexadecimal to its binary expansion , and convert (111 1111 0101 1100)2 from its binary to its hexadecimal expansion.      Log On


   



Question 603800: Convert (BADFACED) 16 from its hexadecimal to its binary expansion , and convert (111 1111 0101 1100)2 from its binary to its hexadecimal expansion.
Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
Convert (BADFACED) 16 from its hexadecimal to its binary expansion , and convert (111 1111 0101 1100)2 from its binary to its hexadecimal expansion.
---------
Hex to binary and v.v. is just a matter of grouping.
(BADFACED)
Convert one digit at a time
BADFACED = 1011 1010 1101 1111 1010 1100 1110 1101
-----------
111 1111 0101 1100 = 7F5C
-------
Nothing to it.