Express $27\cdot16^{11}+16^7+33\cdot16^4-16^4$ as a hexadecimal number

49 Views Asked by At

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

1

There are 1 best solutions below

0
On BEST ANSWER

$$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}$$