answersLogoWhite

0


Best Answer

Every digit in a binary number corresponds to power of two. So 0001 0101 is equal to 0*2^7 + 0*2^6 + 0*2^5 + 1*2^4 + 0*2^3 + 1*2^2 + 0*2^1 + 1*2^0, which equals 0+0+0+16+0+4+0+1, which equals 21.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

13y ago

First you have to break it down into a base of 10 like so:

(10000001)2= (1x107)+(0x106)+(0x105)+(0x104)+(0x103)+(0x102)+(0x101)+(1x100)

Next you convert the base 10 into 2 (just replacing each 10 you see above with a 2) and carry out the equation:

(1x27)+(0x26)+(0x25)+(0x24)+(0x23)+(0x22)+(0x21)+(1x20)

= (129)10

129 should be your answer

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

2901

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you Convert binary number 10000001 to decimal?
Write your answer...
Submit
Still have questions?
magnify glass
imp