Here are step-by-step instructions on how to convert the decimal number 3719 to a binary number.
Step A) Determine if 3719 is an even or odd number. If it is even, you assign a 0 and if it is odd you assign a 1.
Step B) Deduct the 1 or 0 in step A from 3719 and then divide it by 2. Then, you see if that number is even or odd
and then assign a 0 or 1 like step A.
Step C) Repeat step B with the new number until the number you get is 1.
Step D) Put all the 0s and 1s you assigned in reverse order to get the answer.
To illustrate better, we detailed below how we converted 3719 decimal to binary using the steps above.
3719 → 1
(3719 - 1)/2 = 1859 → 1
(1859 - 1)/2 = 929 → 1
(929 - 1)/2 = 464 → 0
(464 - 0)/2 = 232 → 0
(232 - 0)/2 = 116 → 0
(116 - 0)/2 = 58 → 0
(58 - 0)/2 = 29 → 1
(29 - 1)/2 = 14 → 0
(14 - 0)/2 = 7 → 1
(7 - 1)/2 = 3 → 1
(3 - 1)/2 = 1 → 1
Then you put the binary number above in reverse order and you get the answer:
111010000111
|
|