answersLogoWhite

0


Best Answer

To express a number in binary, first we find the greatest power of 2 which is less than or equal to the value. The first powers of 2 are:

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

The highest value we will use here is 128 (the 7th power of 2). So far we have:

10000000 (binary) = 128.

Next we need to subtract 128 from 167 to find the remaining value. 167 - 128 = 39. The next value we should use is 32 because it is the largest value still less than or equal to 39. Now we have:

10100000 (binary) = 128 + 32 = 160.

39 - 32 = 7, so now we choose a 4.

10100100 (binary) = 128 + 32 + 4 = 164.

Now a 2 and a 1 will finish the process.

10100111 (binary) = 128 + 32 + 4 + 2 + 1 = 167.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is 167 in decimal expressed in binary?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the binary number 111111010 in decimal?

Expressed in decimal, the binary number 111111010 represents 506.


What is binary 1101010110000110 expressed in decimal?

1101010110000110 = 54662


What is 165 in decimal expressed in binary?

165 = 10100101


What is the anwer of convert 25 to binary?

The decimal number 25 is expressed in binary as 11001.


What is the binary code for 37?

Decimal 37 expressed in binary form is 100101 (or 00100101).


What is 6 divided by 167?

0.0359


Express the decimal number 57 in binary?

The binary value of the decimal number 57 (fifty seven) is 00111001According to three different decimal to binary converters I tried, the decimal number 57 is expressed in binary as 111001. Being able to convert to binary is important because binary is what computers work in.


What is a grouping of 8 binary digits expressed as a decimal number?

Octet


What is the sum of the first 8192 terms of the binary sequence?

Expressed in decimal, the sum of the numbers 1 to 8192 is 33558528 - expressed in binary, this number is equal to 10000000000001000000000000.


What is the value of binary number 1011 1011?

Converted to decimal, the binary number 10111011 would be expressed as 187. If the space in the question indicates a separation between two numbers, then "1011 1011" would be expressed in decimal notation as "11 11".


How are real numbers expressed in binary?

The same as real numbers are expressed in decimal, except only the digits 0 and 1 are used (instead of 0 to 9) and the separator between the integer and fraction part is called the binary point (instead of the decimal point). The sign if needed is the same as in decimal.


Determine the decimal value of the signed binary number 11101000 expressed in 1s complement?

232