in binary is equal to
Finding the binary form:
Given number is .
To convert a decimal number to binary, we divide it successively by , until quotient is .
Keep the whole part for the next step and set the remainder aside.
, remainder is
, remainder is
, remainder is
, remainder is
, remainder is
Now read from the bottom (MSB) to top (LSB) as .
So, .
Therefore, the binary form of a given decimal number is .