document.write( "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. \n" ); document.write( "
Algebra.Com's Answer #380838 by Alan3354(69443)\"\" \"About 
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.
\n" ); document.write( "---------
\n" ); document.write( "Hex to binary and v.v. is just a matter of grouping.
\n" ); document.write( "(BADFACED)
\n" ); document.write( "Convert one digit at a time
\n" ); document.write( "BADFACED = 1011 1010 1101 1111 1010 1100 1110 1101
\n" ); document.write( "-----------
\n" ); document.write( "111 1111 0101 1100 = 7F5C
\n" ); document.write( "-------
\n" ); document.write( "Nothing to it.
\n" ); document.write( "
\n" );