Convert to the base into binary
Converting to the base into binary:
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 (MSB) to top (LSB) as .
Hence,