answersLogoWhite

0


Best Answer

The binary number 010 01110 10111 is the decimal number 2519.

(the leading zero is not required)

The digits in a binary number are exponents of 2 rather than 10, so that for a thirteen-digit number in binary, the digit places represent

4096, 2048, 1024, 512, 256, 128, 64, 32, 16, 8, 4, 2, 1

0100111010111 = (0x4096) + 2048 + (0x1024) + (0x512) + 256 + 128 + 64 + (0x32) + 16 + (0x8) + 4 + 2 + 1 = 2519

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the binary number 0100111010111 in base 10?
Write your answer...
Submit
Still have questions?
magnify glass
imp