Take a Quiz
All Products
Brain Games
ProProfs.com
Change Image Delete
A student of Zetech University School of Technology
Answered Oct 08, 2018
The answer is 44
the hexadecimal number 2C into decimal we first multiply the "2" by the hexadecimal base which is 16
therefore 2*16=32
and then we add the digit of C which is 12 to the result; 32
32+12= 44
Answered Oct 07, 2018
Hexadecimal is a base 16 numeral system.So
2C= (2 multiply 16 power1) +( C multiply 16 power 0) which equals to C multiply 1
C in our hexadecimal chart equals decimal number 12,so
2 multiply 16 = 32 + 12 multiply 1 =12
32 + 12 = 44. So 2C to decimal equals 44.
Answered Oct 06, 2018
Answer is 44
Cx16(power0) + 2x16(power1)
Since C as a hexadecimal digit is 12 that means its 12x16(power0) + 2x16(power1).That gives 12+32 which is 44
Answered Oct 05, 2018
ANSWER 44. C is equal to 12. 2x16( 16 raised to power 1 ) + Cx16(16 raised to the power 0 ). The reesult is 32+12 which equal to 44
Answered Sep 25, 2018
Forgot your password?