'Multiplication with hexadecimal

can you tell me how I can best calculate C.04 (which is a hexadecimal number)* 16^2 (decimal) in my head. I first converted the hexadecimal number to decimal and then multiplied the result by the 16^2, but that should be faster because the 16 implies hexadecimal.

Thanks :)



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source