answersLogoWhite

0

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
JudyJudy
Simplicity is my specialty.
Chat with Judy
CoachCoach
Success isn't just about winning—it's about vision, patience, and playing the long game.
Chat with Coach
More answers

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
User Avatar
User Avatar

Babu Reddy

Lvl 1
2y ago
...

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

Add your answer:

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