9. Convert the following decimal number into binary number using division method,
a) 535
Answers
Answered by
1
Answer:
1000010111
Step-by-step explanation:
535 / 2 = 267 with 1 remainder
267 / 2 = 133 with 1 remainder
133 / 2 = 66 with 1 remainder
66 / 2 = 33 with 0 remainder
33 / 2 = 16 with 1 remainder
16 / 2 = 8 with 0 remainder
8 / 2 = 4 with 0 remainder
4 / 2 = 2 with 0 remainder
2 / 2 = 1 with 0 remainder
1 / 2 = 0 with 1 remainder
Then, when we put the remainders together in reverse order, we get the answer. The decimal number 535 converted to binary is 1000010111
Similar questions