answersLogoWhite

0

6

digit value

128,64,32,16,8,4,2,1

0 0 0 0 0 1 1 0

add the number above the 1s 4+2=6

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What octal value is equal to binary number 001 110 101?

Binary number 1110101 equates to octal number 165.


What is decimal number to binary 97?

97 base 10 = 110 0001 base 2


How do you multiply a number by two in base two?

Just add a zero on the right-hand end of it. ============================== Another contributor bloviated: Just the same as multiplying a number in base ten by ten : just tack a 0 on the end, Binary 11 (decimal value 3) multiplied by decimal two is binary 11 times binary 10 which comes to binary 110. In any base, multiplying by the value of the base tacks a zero on the end, because the value of the base, written in that base, is always 10.


What is 110 in base 2?

To convert the decimal number 110 to binary (base 2), you divide the number by 2 successively and keep track of the remainders. 110 ÷ 2 = 55 remainder 0 55 ÷ 2 = 27 remainder 1 27 ÷ 2 = 13 remainder 1 13 ÷ 2 = 6 remainder 1 6 ÷ 2 = 3 remainder 0 3 ÷ 2 = 1 remainder 1 1 ÷ 2 = 0 remainder 1 Reading the remainders from bottom to top, the binary representation of 110 is 1101110.


How do you divide the binary number 101101011 by the binary number 1011?

110


The binary equivalent of decimal 6 is?

The number 6 in binary is 110


What decimal number is 110 squared in binary?

If 110 is binary, and you want the answer in decimal form,110 in binary = 6 in decimal, so binary 1102 = decimal 62 = 36If 110 is decimal, and you want the answer in binary form,Decimal 1102 = 12100; decimal 12100 in binary is 10111101000100


What is 110 as a decimal?

11


1 how is the decimal number 6 written in binary?

110


The base 10 number 22 is equal to the binary number?

To convert from decimal to binary, keep dividing by two, recording the remainder from right to left (% is the symbol for the remainder after dividing): 22 % 2 = 0 ... "0" 11 % 2 = 1 ... "10" 5 % 2 = 1 ... "110" 2 % 2 = 0 ... "0110" 1 % 2 = 1 ... "10110" So 22 in base 10 is 10110 in base 2 (binary).


How do you convert 240 of base 6 to binary?

2406 = 2*62 + 4*6 = 9610 = 110 00002


How do you say no in Binary code?

In binary code, the word "no" can be represented using ASCII values. The letter "n" corresponds to the ASCII value 110, which is 01101110 in binary, and the letter "o" corresponds to 111, which is 01101111 in binary. Therefore, "no" in binary code is 01101110 01101111.