convert the following decimal number into binary 13
Answers
Answered by
3
- The binary equivalent of (13)₁₀ is (1101)₂
Conversion is given as follows:
Now, arrange the remainders obtained (on dividing the numbers by 2) from bottom to top. Therefore,
> (13)₁₀ = (1101)₂ (Answer)
- Divide the number by 2.
- Write the quotient on the left and remainders 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