hexadesimal to decimal step by step A4. BB
Answers
Answer:
To convert hexadecimal number A4BB to decimal, follow these two steps:
Start from one's place in A4BB : multiply ones place with 16^0, tens place with 16^1, hundreds place with 16^2 and so on from right to left
Add all the product we got from step 1 to get the decimal equivalent of A4BB.
Using the above steps, here is the work involved in the solution for converting A4BB to decimal number (Don't forget that we start from ones place to so on...)
Decimal equivalent of "B" = (B) 11 × 16^0 = 11
Decimal equivalent of "B" = (B) 11 × 16^1 = 176
Decimal equivalent of "4" = 4 × 16^2 = 1024
Decimal equivalent of "A" = (A) 10 × 16^3 = 40960
Decimal equivalent of "A4BB" = 11176102440960
A4BB = 42171
Here is the final answer, The hexadecimal number A4BB converted to decimal is therefore equal to:
42171