Write steps for converting decimal number 144 into binary number?
Answers
Explanation:
So, 10010000 is the binary equivalent of decimal number 144
Explanation:
Step 1)divide 144 by 2 to get the quotient keep the whole part of the next step and set the remainder aside
Step 2)divide the whole part of quotient from step 1 by step 2 again keep the whole part and set the remainder aside
Step 3)repeat step 2 above until the whole part is 0
Step 4)write down the remainders in reverse order to get the answer to 144 as a binary
144/2=72 with 0 remainder
72/2=36 with 0 remainder
36/2=18 with 0 remainder
18/2=9 with 0 remainder
9/2=4 with 1 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 144 converted to binary is therefore:
10010000