#hexadecimaltodecimal #numbersystem
Electronic and Digital systems may use a variety of different number systems, (e.g. Decimal, Hexadecimal, Octal, Binary).
To convert an hexadecimal number into its equivalent decimal number, first we will write down the hexadecimal number. Then, starting with the least significant digit (LSD - the rightmost one), multiply the digit of its positional weightage. continue doing this process until we reach the most significant digit (MSD - the leftmost one). Similarly, right part of the hexadecimal point, the digits are multiplied with its positional weightage having negative index and add all the digits after multiplication.
Finally, add the results of both part of the hexadecimal point we will get the decimal equivalent of the given hexadecimal number.