answersLogoWhite

0


Best Answer

1. Divide number by 2, record the remainder. Repeat until you reach 0.

2. Re-write the remainders from bottom to top.

3. Check

TEST -> ANS -> R

57/2 -> 28 -> 1

28/2 -> 14 -> 0

14/2 -> 07 -> 0

07/2 -> 03 -> 1

03/2 -> 01 -> 1

01/2 -> 00 -> 1

57 dec = 111001 bin

Check:

[1] [1] [1] [0] [0] [1]

(1*25)+(1*24)+(1*23)+(0*22)+(0*21) +(1*20)

32 + 16 + 8 + 0 + 0 + 1

= 57

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you convert 57 into binary?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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.


To add 71 and -57 in binary do you convert both numbers to 2's compliment or only the -57?

I would convert both... I dont see any reason why you should only convert one


What is the answer to convert decimal 57 to binary?

Oh honey, converting decimal 57 to binary is as easy as stealing candy from a baby. You just divide 57 by 2, write down the remainder, and keep dividing until you reach 0. So, the binary representation of 57 is 111001. Easy peasy lemon squeezy!


In binary how do you get from 57 only 101 numbers?

In binary the number 57 would be 111001


How do you convert image to binary format?

To convert image to binary, you just have to convert image to binary. Hope this helps.


What is the binary number for 57?

111001


Convert 186 decimal numbers to its binary equivalent?

Convert 189 to binary number


How do you subtract 2 binary numbers?

An easy way is to convert them to decimal, subtract, then convert the answer back to binary.


How do you convert 000010 in binary?

000010 in binary is 2 in decimal.


How do you Convert 180 into binary?

The number 180 in binary is 10110100


How do convert 5 into binary?

5 expressed in binary is 101


How does 11.25 convert binary into decimal?

11.25 is not a valid binary.