Ask Question
22 September, 01:21

How to convert decimal to binary by hand?

+3
Answers (1)
  1. 22 September, 04:51
    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?
Get an answer to your question ✅ “How to convert decimal to binary by hand? ...” in 📙 Mathematics if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers