Here are step-by-step instructions on how to convert the decimal number 4184 to a binary number.
Step A) Determine if 4184 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 4184 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 4184 decimal to binary using the steps above.
4184 → 0
(4184 - 0)/2 = 2092 → 0
(2092 - 0)/2 = 1046 → 0
(1046 - 0)/2 = 523 → 1
(523 - 1)/2 = 261 → 1
(261 - 1)/2 = 130 → 0
(130 - 0)/2 = 65 → 1
(65 - 1)/2 = 32 → 0
(32 - 0)/2 = 16 → 0
(16 - 0)/2 = 8 → 0
(8 - 0)/2 = 4 → 0
(4 - 0)/2 = 2 → 0
(2 - 0)/2 = 1 → 1
Then you put the binary number above in reverse order and you get the answer:
1000001011000
|
|