Computer Science, asked by monikarochlani482, 3 months ago

convert 62 into binary number ​

Answers

Answered by LakshithaPJ
1

Answer:

62 in binary is 111110.

Explanation:

Step 1: Divide 62 by 2. Use the integer quotient obtained in this step as the dividend for the next step. Repeat the process until the quotient becomes 0.

Dividend         Remainder

62/2 = 31          0

31/2 = 15           1

15/2 = 7           1

7/2 = 3           1

3/2 = 1           1

1/2 = 0           1

Step 2: Write the remainder from bottom to top i.e. in the reverse chronological order. This will give the binary equivalent of 62.

Therefore, the binary equivalent of decimal number 62 is 111110.

Similar questions