0

Question: Express $$\large27\cdot16^{11}+16^7+33\cdot16^4-16^4$$ as a hexadecimal number.

MCCCS
  • 1,625

1 Answers1

4

$$27(16^{11})+(16^7)+33(16^4)-(16^4)$$ $$=16(16^{11})+11(16^{11})+(16^7)+33(16^4)-(16^4)$$ $$=(16^{12})+11(16^{11})+(16^7)+33(16^4)-(16^4)$$ $$=(16^{12})+11(16^{11})+(16^7)+32(16^4)$$ $$=(16^{12})+11(16^{11})+(16^7)+2(16)(16^4)$$ $$=(16^{12})+11(16^{11})+(16^7)+2(16^5)$$ $$=1B00010200000_{16}$$

Franklin Pezzuti Dyer
  • 39,754
  • 9
  • 73
  • 166