convert the decimal number into binary numbers. 486
Answers
Answered by
2
- The binary equivalent of the given decimal number (486)₁₀ is (1111 0011 0)₂
Conversion is given as follows:
Now arrange the remainders obtained from bottom to top:
> (486)₁₀ = (1111 0011 0)₂ (Answer)
- 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