answersLogoWhite

0

You can do this with the following technique:

  • divide the number by two, rounding down.
  • write down the remainder.
  • repeat those two steps until your number is equal to 0
  • Now read those remainders backwards. That will be the binary notation of your number.
For example, to convert the number "123":
123 / 2 = 61 R 1
61 / 2 = 30 R 1
30 / 2 = 15 R 0
15 / 2 = 7 R 1
7 / 2 = 3 R 1
3 / 2 = 1 R 1
1 / 2 = 0 R 1

So "123" in decimal is equal to 1111011 in binary. In the case of the number 68, it would be like so:

68 / 2 = 34 R 0
34 / 2 = 17 R 0
17 / 2 = 8 R 1
8 / 2 = 4 R 0
4 / 2 = 2 R 0
2 / 2 = 1 R 0
1 / 2 = 0 R 1
User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is 68 in binary notation?

The number 68 in binary is 1000100


How would the number 68 be written in binary notation?

1000100


How would you write 68 in binary notation?

1000100 this can be done as 68/2===remainder=0 34/2===========0 17/2===========1 8/2============0 4/2============0 2/2============0 1 is remainder so write from downwards it gives 1000100 which is binary eqivalent of 68


How do you write 7 in binary notation?

111


How do you write 54 in binary notation?

54 = 00110110


How do you write the number 4294967294 in binary notation?

4294967294 written in binary would be 11111111111111111111111111111110


How do you write the binary number 1111011.11 in scientific notation?

It is 1.11101111*26


How do you write the number 17 written in binary notation?

17 = 10001


How do you write 68 in Scientific Notation?

Note that 68 is same as 68.0. Move a decimal place to the left to obtain exponent of base 10 as 1. Therefore, 68 in Scientific Notation is 6.8 x 101


What is the binary equivalent of the decimal number 68?

68 = 1000100 in binary.


How do you write binary numbers in scientific notation?

To write binary numbers in scientific notation, you express the number in the form of ( m \times 2^n ), where ( m ) is a binary number between 1.0 and 1.111... (which is the binary equivalent of 1), and ( n ) is an integer representing the exponent. For example, the binary number 101100 can be written as 1.01100 × 2^5. You shift the binary point to the right of the leading 1 and adjust the exponent accordingly.


What is 11001100 in binary?

11001100 in binary is 204 in decimal notation.