00:01
So, given number is 5c, 5e in hexadecimal system, we are asked to convert this to decimal system.
00:12
So, we need to find out what is the converted number here.
00:17
Now, before proceeding this, let us find the relationship between hexadecimal and decimal.
00:24
So, in decimal system, the number 0 corresponds to the same 0 in hexadecimal, 1 in decimal corresponds to 1 in hexadecimal, 2 in decimal corresponds to 2 in hexadecimal, 3 in decimal corresponds to 3 in hexadecimal.
00:42
Continuing like this, 9 in decimal corresponds to 9 in hexadecimal.
00:48
Then from 10 onwards, 10 in decimal corresponds to a in hexadecimal, 11 in decimal corresponds to b in hexadecimal, 12 in decimal corresponds to c in hexadecimal, 13 in decimal corresponds to d in hexadecimal, 14 to e and so on...