126k views
2 votes
What is the binary form of 58?

User Harout
by
4.3k points

2 Answers

4 votes

Final answer:

The binary form of 58 is 111010. To convert decimal numbers to binary, divide the decimal number by 2 repeatedly and record the remainders in reverse order.

Step-by-step explanation:

The binary form of 58 is 111010.

To convert decimal numbers to binary, you divide the decimal number by 2 repeatedly and record the remainders in reverse order.

  1. Divide 58 by 2: 58 ÷ 2 = 29, remainder 0
  2. Divide 29 by 2: 29 ÷ 2 = 14, remainder 1
  3. Divide 14 by 2: 14 ÷ 2 = 7, remainder 0
  4. Divide 7 by 2: 7 ÷ 2 = 3, remainder 1
  5. Divide 3 by 2: 3 ÷ 2 = 1, remainder 1
  6. Divide 1 by 2: 1 ÷ 2 = 0, remainder 1

The remainders in reverse order give us the binary form of 58: 111010.

User Kreshnik
by
4.6k points
4 votes

Answer:

111000

Step-by-step explanation:

User Tylerlindell
by
4.3k points