Computer Science, asked by smrutideepapattanaik, 1 month ago

Convert 7610 to binary number.

Answers

Answered by anindyaadhikari13
5

\textsf{\large{\underline{Correct Question}:}}

  • Convert (76)₁₀ to binary number.

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

Conversion is given as follows:

\boxed{\begin{array}{c|c|c}\tt2&\tt76&\\ \tt2&\tt38&\tt0\\ \tt2&\tt19&\tt0\\ \tt2&\tt9&\tt1\\ \tt2&\tt4&\tt1\\ \tt2&\tt2&\tt0\\ \tt2&\tt1&\tt0\\ &\tt0&\tt1\end{array}}

Now, arrange the remainders obtained from bottom to top:

> (76)₁₀ = (1001 100)₂ (Answer)

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

  • The binary equivalent of the decimal number (76)₁₀ is (1001 100)₂

\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