Ask Question
13 March, 13:23

How to convert decimal to binary by hand?

+3
Answers (1)
  1. 13 March, 15:14
    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 you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers