Computer Science, asked by 8750008975, 8 months ago

convert the hexadecimal number 2ADE to its decimal equivalent ​

Answers

Answered by heenakhanA
1

Answer:

Divide the decimal number by 16. Treat the division as an integer division.

Write down the remainder (in hexadecimal).

Divide the result again by 16. Treat the division as an integer division.

Repeat step 2 and 3 until result is 0.

The hex value is the digit sequence of the remainders from the last to first.

Explanation:

mark me as a brainliest

Answered by kundankumarraj1317
3

Answer:

(10974)

Explanation:

if you have reda about conversion of number, then you will definitely understand it,

2x(16)³+10×(16)²+13×(16)¹+14×(16)ⁿ

{A=10,D=13,E=14 ,n=0}

8192+2560+208+14= 10974

Similar questions