Convert (62153) 8 to equivalent binary number
Answers
Answer:
To convert decimal number 62153 to binary, follow these steps:
➡1 ) Divide 62153 by 2 keeping notice of the quotient and the remainder.
➡ 2) Continue dividing the quotient by 2 until you get a quotient of zero.
➡ 3) Then just write out the remainders in the reverse order to get binary equivalent of decimal number 62153.
Using the above steps, here is the work involved in the solution for converting 62153 to binary number:
62153 / 2 = 31076 with remainder 1
31076 / 2 = 15538 with remainder 0
15538 / 2 = 7769 with remainder 0
7769 / 2 = 3884 with remainder 1
3884 / 2 = 1942 with remainder 0
1942 / 2 = 971 with remainder 0
971 / 2 = 485 with remainder 1
485 / 2 = 242 with remainder 1
242 / 2 = 121 with remainder 0
121 / 2 = 60 with remainder 1
60 / 2 = 30 with remainder 0
30 / 2 = 15 with remainder 0
15 / 2 = 7 with remainder 1
7 / 2 = 3 with remainder 1
3 / 2 = 1 with remainder 1
1 / 2 = 0 with remainder 1
Then just write down the remainders in the reverse order to get the answer, The decimal number 62153 converted to binary is therefore equal to :
1111001011001001
Explanation: