Ask Question
25 February, 18:23

How to convert decimal to binary by hand?

+3
Answers (1)
  1. 25 February, 18:31
    0
    You have to divide decimal number by 2 and then to write the reminder. Then you have to continue to divide the result by 2 and so on. At the end you have to read all those reminders (numbers 0 and 1) backwards and you will get the binary number. Example: Convert 10 (decimal) to binary.

    10 : 2 = 5 | 0

    5 : 2 = 2 | 1

    2 : 2 = 1 | 0

    1 : 2 = 0 | 1



    Finally: 10 (decimal) = 1010 (binary)
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “How to convert decimal to binary by hand? ...” in 📗 Mathematics if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers