answersLogoWhite

0

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

12y ago

Still curious? Ask our experts.

Chat with our AI personalities

DevinDevin
I've poured enough drinks to know that people don't always want advice—they just want to talk.
Chat with Devin
ViviVivi
Your ride-or-die bestie who's seen you through every high and low.
Chat with Vivi
MaxineMaxine
I respect you enough to keep it real.
Chat with Maxine
More answers

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

User Avatar

Wiki User

14y ago
User Avatar

2901

User Avatar

Wiki User

15y ago
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