answersLogoWhite

0


Best Answer

170

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Conversion of 10101010 binary number into decimal?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the same thing as 10101010?

The binary number 10101010 is equivalent, in decimal representation, to 128 + 32 + 8 + 2 = 170. But this answer assumes that the given number is binary - an assumption for which there is no real justification. Besides, the relationship is an equivalence, which is not quite "the same thing".


What is the decimal and hexadecimal equivalent of the binary number 10101010?

Decimal: 170Hex: AA


What is the decimal conversion of the binary number 1111111111111111?

The decimal equivalent of the binary number 1111111111111111 is 65535.


What is the decimal conversion of the binary number 11111?

That is 31 in decimal


What is the decimal conversion of the binary number 1111?

The binary number 1111 = 15


What is the decimal conversion of the binary number 1101?

13


What is the decimal conversion of the binary number 101101?

45


What is the binary conversion of the decimal number 49.25?

110001.01


Conversion of 1010 binary number into decimal?

10


What is the binary conversion of the decimal number 15?

15 = 1111


What is conversion of binary numbers?

Conversion of binary numbers is turning a binary number (base 2) into a number with a different base. For example, the binary number 10101010 can be converted into decimal in the following way: 1 X 27 + 0 X 26 + 1 X 25 + 0 X 24 + 1 X 23 + 0 X 22 + 1 X 21 + 0 X 20 = 128 + 0 + 32 + 0 + 8 + 0 + 2 + 0 = 170


What is the decimal conversion of the binary number 111?

To convert the binary number 111 to decimal, you can use the positional notation method. The binary number 111 represents the sum of 2^2 + 2^1 + 2^0, which equals 4 + 2 + 1. Therefore, the decimal conversion of the binary number 111 is 7.