decimal to binary (1200) 10 = (?)2
Answers
Answered by
1
Answer:
(1200)10 = (10010110000)2
Step by step solution
Step 1: Divide (1200)10 successively by 2 until the quotient is 0:
1200/2 = 600, remainder is 0
600/2 = 300, remainder is 0
300/2 = 150, remainder is 0
150/2 = 75, remainder is 0
75/2 = 37, remainder is 1
37/2 = 18, remainder is 1
18/2 = 9, remainder is 0
9/2 = 4, remainder is 1
4/2 = 2, remainder is 0
2/2 = 1, remainder is 0
1/2 = 0, remainder is 1
Step 2: Read from the bottom (MSB) to top (LSB) as 10010110000.
So, 10010110000 is the binary equivalent of decimal number 120
Hope it will help u
Similar questions