Computer Science, asked by manju12devi2252, 7 days ago

convert the decimal number into binary numbers. 486​

Answers

Answered by anindyaadhikari13
2

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

  • The binary equivalent of the given decimal number (486)₁₀ is (1111 0011 0)₂

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

Conversion is given as follows:

\boxed{\begin{array}{c|c|c}\sf2&\sf486&\\ \sf2&\sf243&\sf0\\ \sf2&\sf121&\sf1\\ \sf2&\sf60&\sf1\\ \sf2&\sf30&\sf0\\ \sf2&\sf15&\sf0\\ \sf2&\sf7&\sf1\\ \sf2&\sf3&\sf1\\ \sf2&\sf1&\sf1\\ &\sf0&\sf1\end{array}}

Now arrange the remainders obtained from bottom to top:

> (486)₁₀ = (1111 0011 0)₂ (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