Computer Science, asked by smrutideepapattanaik, 1 month ago

Convert 5710 into a binary number.

Answers

Answered by anindyaadhikari13
2

\textsf{\large{\underline{Answer}:}}

  • The binary equivalent of the given decimal number (57)₁₀ is (1110 01)₂

\textsf{\large{\underline{Solution}:}}

Conversion is given as follows:

\boxed{\begin{array}{c|c|c}\tt2&\tt57&\\ \tt2&\tt28&\tt1\\ \tt2&\tt14&\tt0\\ \tt2&\tt7&\tt0\\ \tt2&\tt3&\tt1\\ \tt2&\tt1&\tt1\\ &\tt0&\tt1\end{array}}

Now, arrange the remainders obtained from bottom to top:

> (57)₁₀ = (1110 01)₂ (Answer)

\textsf{\large{\underline{Steps To Solve}:}}

  • Divide the number by 2.
  • Write the quotient on the left and remainders obtained on the right.
  • Repeat the above two processes until the quotient becomes 0.
  • Now arrange the remainders obtained from bottom to top.
  • Result obtained will be the binary equivalent of the given decimal number.
Similar questions