convert decimal to binary : 145
Answers
Answered by
2
Answer.
- The binary equivalent of (145)₁₀ is (1001 0001)₂
Solution.
Given decimal number - (145)₁₀
Conversion is given as follows -
Now, write the remainders obtained from bottom to top.
> (145)₁₀ = (1001 0001)₂ (Answer)
Steps To Solve.
- Repeatedly divide the number by 2 until the quotient is not equal to 0.
- Write the remainders obtained on the right side.
- Now, arrange the digits from bottom to top. Result obtained will be the binary equivalent of the decimal number.
Similar questions