answersLogoWhite

0


Best Answer

110102 = 1*24 + 1*23 + 0*22 + 1*21 + 0*20 = 1*16 + 1*8 + 0 + 1*2 + 0 = 16 + 8 + 2 = 26

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you convert 11010 two to base ten?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Convert 1111 two to base ten?

1111 from base 2 to base 10...Working from right to left - each of the above digits is twice its neighbour. Therefore, you have 8+4+2+1 which equals 15


How is 10 a prime number?

In base ten, ten is not a prime number. It is divisible by both 2 and 5. In base 2, however, 10 is equal to two in base ten and two is a prime number.


What is the Base ten numeral for two and twelve thousandth?

2.012


What is 77 base ten in base two?

The binary representation of the decimal number 77 is 1001101.


1 plus 1 equals 10. How did you get the answer?

It is not magic. While incorrect in "base ten", the eqauation is correct in binary numbers (base two). The sum 1+1=10 because the value "10" (base two) is equal to 2 in base ten.


What is a base for numbers?

The base of a number is the size of the groups in a counting system. The system we use is base 10. The smallest two-digit number, 10, represents a group of ten units or 101. 100 is ten groups of ten units or 102. 1000 is ten groups of ten groups of ten units or 103, and so on. The base is also the number of different digits used in the counting system including 0. Computer designers and low level programmers are also familiar with base 2 (binary), base 8 (octal) and base 16 (hexadecimal). In binary, 10 represents a set of two units or 21, 100 is two sets of two or 22, 1000 is two sets of two sets of two or 23, and so on. When a base other than 10 is being used, the base is often written as a subscript after the number. For example, 101012 = 258 = 2110.


What is a base for real number?

The base of a number is the size of the groups in a counting system. The system we use is base 10. The smallest two-digit number, 10, represents a group of ten units or 101. 100 is ten groups of ten units or 102. 1000 is ten groups of ten groups of ten units or 103, and so on. The base is also the number of different digits used in the counting system including 0. Computer designers and low level programmers are also familiar with base 2 (binary), base 8 (octal) and base 16 (hexadecimal). In binary, 10 represents a set of two units or 21, 100 is two sets of two or 22, 1000 is two sets of two sets of two or 23, and so on. When a base other than 10 is being used, the base is often written as a subscript after the number. For example, 101012 = 258 = 2110.


What is the base ten name for 132?

one hundred and thirty two


What is two plus two?

In usual mathematics (base ten, normal addition), 2 + 2 = 4.


What are some examples of a base in mathematics?

Some examples of a base (mathematics) include our counting system, which is base ten. Computers use binary, or base two.


How can i convert the following into decimal value 1111112?

We could help more if we knew what that number was. One guess is that it's from a base other than ten and you want to convert it to base ten. To do that, you need to know about place value. In any base, from right to left, place value increases exponentially. N to the zero power, n to the first power, n to the second power, and so on. If that was base three, you have two ones and one each of 3, 9, 27, 81, 243, and 729 Adding them all together and 111 1112 base three becomes 1094 base ten. It's also possible that's a fraction, since this website can't reproduce slash marks. 111/1112 = 111 divided by 1112 = 0.099820143884892


What are the differences between the binary and the decimal numbers?

Binary is base 2, decimal is base 10. Base 10 positions from the decimal point are tens, hundreds, thousands, etc etc. - each one ten times the previous. Base 2 positions from the decimal point are twos, fours, eights, sixteens etc etc - each one is two times the previous. In base ten there are 9 digits plus zero In base two there is one digit (1) and zero. Sixteen in base ten is 16, in base two it is 10000. Eighteen is 18 and 10010 respectively.