convert (85)10 into binary num using repeated division by 2 method any sum of power 2(5)
Answers
Answered by
4
- The binary equivalent of the given decimal number (85)₁₀ is (1010 101)₂
Conversion is given as follows:
Now, arrange the remainders obtained from bottom to top,
> (85)₁₀ = (1010 101)₂ (Answer)
- Divide the number by 2.
- Write the quotient and the remainder and again divide the number by 2.
- 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