Computer Science, asked by abhinavkaurav58, 1 month ago

convert (64a)16=(?)10​

Answers

Answered by shristirsvm
9

Answer:

Step by step solution

Step 1: Write down the hexadecimal number:

(64A)16

Step 2: Show each digit place as an increasing power of 16:

6x162 + 4x161 + Ax160

Step 3: Convert each hexadecimal digits values to decimal values then perform the math:

6x256 + 4x16 + 10x1 = (1610)10

So, the number 1610 is the decimal equivalent of hexadecimal number 64A (Answer).

Explanation:

mark me as a branlist !!!

Similar questions