Here are step-by-step instructions on how to convert the decimal number 9311 to a binary number.
Step A) Determine if 9311 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 9311 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 9311 decimal to binary using the steps above.
9311 → 1
(9311 - 1)/2 = 4655 → 1
(4655 - 1)/2 = 2327 → 1
(2327 - 1)/2 = 1163 → 1
(1163 - 1)/2 = 581 → 1
(581 - 1)/2 = 290 → 0
(290 - 0)/2 = 145 → 1
(145 - 1)/2 = 72 → 0
(72 - 0)/2 = 36 → 0
(36 - 0)/2 = 18 → 0
(18 - 0)/2 = 9 → 1
(9 - 1)/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:
10010001011111
|
|