Here are step-by-step instructions on how to convert the decimal number 1684 to a binary number.
Step A) Determine if 1684 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 1684 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 1684 decimal to binary using the steps above.
1684 → 0
(1684 - 0)/2 = 842 → 0
(842 - 0)/2 = 421 → 1
(421 - 1)/2 = 210 → 0
(210 - 0)/2 = 105 → 1
(105 - 1)/2 = 52 → 0
(52 - 0)/2 = 26 → 0
(26 - 0)/2 = 13 → 1
(13 - 1)/2 = 6 → 0
(6 - 0)/2 = 3 → 1
(3 - 1)/2 = 1 → 1
Then you put the binary number above in reverse order and you get the answer:
11010010100
|
|