answersLogoWhite

0


Best Answer

210 = 102

810 = 10002

1010 = 10102

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Binary equivalent to 2 8 10?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What you s10 as a binary number?

10 in binary is equivalent to 2 (decimal). 10 (ten) decimal is equivalent to 1010 (binary) [ 1*8 + 0*4 + 1*2 + 0*1] = 8 + 2 = 10(ten)


What is the binary equivalent of the decimal number 368?

The binary equivalent is 101110000. If you're using Windows 7, the built-in calculator will convert numbers between base 10, 8, 2 & hex


What is the binary equivalent of 14?

1110. 1110 in binary is 1*8 + 1*4 + 1*2 = 8 + 4 + 2 = 14 in decimal.


What is the binary equivalent of 8?

8 in decimal is 1000 in binary


What is decimal equivalent of binary 1000 is?

It is 8 (2 to the power 3).


What is the answer to...Convert the binary number 10110101110112 to the equivalent decimal number?

The break down of 101101 = 100000 + 1000 + 100 + 1100000(2) = 32(10)1000(2) = 8(10)100(2) = 4(10)1(2) = 1(10)32 + 8 + 4 + 1 = 45


What is the binary number 1000 in base 10?

The binary number 1000 is the decimal (base 10) number 8. The digits in a binary number are exponents of 2 rather than 10, so that for a four-digit number in binary, the digit places represent 8, 4, 2, 1 1000 (binary) = 8 + (0x4) + (0x2) + (0x1) = 8


What is the binary equivalent of 1000 as a decimal number?

1000 base 10 = 11 1110 1000 base 2


What is the decimal equivalent of 1111 in binary?

1111 converted from binary (base 2) to decimal (base 10) is 15 When you expand the steps... 1111 binary = (1 X 2^3) + (1 X 2^2) + (1 X 2^1) + (1 X 2^0) = 8 + 4 + 2 + 1 = 15


How do you find the decimal equivalent of binary 1101?

In the decimal system, the places are 10^0 (1), 10^1 (10), 10^2 (100), and 10^3 (1000) In the binary system, the places are 2^0 (1), 2^1 (2), 2^2 (4), and 2^3 (8) 1101 has one 1, one 4 and one 8. That makes 13, base ten.


The binary number 1001 is equivalent to what base eight number?

1001 (base 2) = 1(2)3 + 0 + 0 + 1 = 8 + 1 = 9 (base 10)9 (base 10) = 1(8) + 1 = 11 (base 8).


What is the decimal equivalent of a given 8-bit binary number?

To find the decimal equivalent of an 8-bit binary number, you can use the positional numbering system. Each bit in the binary number represents a power of 2, from right to left. Starting from the rightmost bit, you assign a value of 2^0, 2^1, 2^2, and so on, doubling the value for each position. Then, you sum up the values of the positions where the binary digit is 1. This sum is the decimal equivalent of the 8-bit binary number.