Computer Science, asked by mihika5420, 6 months ago

convert (3b)16 hex into decimal​

Answers

Answered by shivaramcvm
3

3b16

hexadecimal to decimal

15126

mark as brainlist

Answered by tiwariakdi
3

Explanation:

As we know that,

Decimal number have base as 10, while the hexadecimal number have base 16

For converting the given number 3B into decimal we will follows the following steps:

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

$3 \times 16^{1}+B \times 16^{0}$

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

$3 \times 16+11 \times 1=(59)_{10}$

Answer:

Hence, the number 59 is the decimal equivalent of hexadecimal number 3B.

Similar questions