convert (0110101) to decimal
Answers
Answered by
4
Answer:
You enter the number: 01101012 in Binary number system and want to translate it into Decimal.
To do this, at first translate it to decimal here so :
01101012 = 0∙2^6+1∙2^5+1∙2^4+0∙2^3+1∙2^2+0∙2^1+1∙2^0
= 0+32+16+0+4+0+1 = 53
Happened: 53
Result of converting:
0110101 = 53
Similar questions