wiz-icon
MyQuestionIcon
MyQuestionIcon
18
You visited us 18 times! Enjoying our articles? Unlock Full Access!
Question

Convert 172 into binary number.


Open in App
Solution

The given number is172.

If we represent any number in the form of 0 and 1, then that is the binary representation of the given number.

To convert a decimal number to binary, we divide it successively by2, until the quotient is 0. Keep the whole part for the next step and set the remainder aside.

1722 = 86, remainder is 0,

862 = 43, remainder is 0

432 = 21, remainder is 1

212 = 10, remainder is 1

102 = 5, remainder is 0

52 = 2, remainder is 1

22 = 1, remainder is 0

12 = 0, remainder is 1

Now, read from the bottom (MSB) to top (LSB) as 10101100

So 17210 = 101011002.


flag
Suggest Corrections
thumbs-up
0
Join BYJU'S Learning Program
similar_icon
Related Videos
thumbnail
lock
Terminating and Non-terminating Decimals
MATHEMATICS
Watch in App
Join BYJU'S Learning Program
CrossIcon
footer-image