What is the binary equivalent of ?
Solve for the required binary equivalent:
To convert a decimal number into binary we divide it by and use the quotient obtained in the next iteration until a quotient is obtained.
The remainder of each iteration represents the bit in the binary system
Division | Remainder |
Rearranging the remainders in the bottom up manner , we get the binary equivalent of the given number.
Hence, is the binary equivalent of .