Math, asked by tanishkasahare26, 4 months ago

convert (0110101) to decimal ​

Answers

Answered by dfvdfdbfdbfdfdg
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_{10}

Happened: 53_{10}

Result of converting:

0110101_{2} = 53_{10}

Similar questions