Question 756599
Starting at the least significant digit,
multiply the digit by the place value
{{{ 0 * 2^0 }}}
{{{ 1 * 2^1 }}}
{{{ 0 * 2^2 }}}
{{{ 1 * 2^3 }}}
{{{ 1 * 2^4 }}}
-----------
Take the sum and convert to base {{{ 10 }}}
{{{ 2^1 + 2^3 + 2^4 = 2 + 8 + 16 }}}
{{{  2 + 8 + 16 = 26 }}}
--------------------
You can check by doing the following divisions
and record the remainders
-------------
{{{ 26/2 = 13 + 0 }}}
{{{ 13/2 = 6 + 1 }}}
{{{ 6/2 = 3 + 0 }}}
{{{ 3/2 = 1 + 1 }}}
write the remainders as:
{{{ 11010 }}}
OK