Convert to binary.
Explanation:
Given number is .
To convert a decimal number to binary, we divide it successively by & use the quotient obtained in this step as the dividend for the next step . Continue this process until the quotient becomes .
, remainder is
, remainder is
, remainder is
, remainder is
, remainder is
, remainder is
Now read from the bottom (M.S.B) to top (L.S.B) as .
So