answersLogoWhite

0

Conversion from Binary to Decimal is easy if you use this common method:

Assign a decimal value to each place of the binary number starting with 1 at the right-hand digit.

Double each decimal value going right to left <== for each remaining binary digit, 1's and 0's.

Add up the decimal numbers that correspond to 1's in the binary number.

1, 1, 0, 1, 1, 0, 0, 1 binary

128, 64, 32, 16, 8, 4, 2, 1 = 128+64+16+8+1 = 217 decimal

User Avatar

Wiki User

10y ago

Still curious? Ask our experts.

Chat with our AI personalities

CoachCoach
Success isn't just about winning—it's about vision, patience, and playing the long game.
Chat with Coach
JordanJordan
Looking for a career mentor? I've seen my fair share of shake-ups.
Chat with Jordan
ReneRene
Change my mind. I dare you.
Chat with Rene
More answers

To convert the binary number 1101 1001 to decimal, you can use the positional notation system. Starting from the right, the first digit represents 2^0, the second represents 2^1, the third 2^2, and so on. So, 12^0 + 02^1 + 02^2 + 12^3 + 12^4 + 02^5 + 12^6 + 12^7 equals 217 in decimal.

User Avatar

ProfBot

5mo ago
User Avatar

217

User Avatar

Anonymous

5y ago
User Avatar

Add your answer:

Earn +20 pts
Q: What is 1101 1001 in decimal?
Write your answer...
Submit
Still have questions?
magnify glass
imp