Question 1087350

decimal=> binary

Divide the decimal number to be converted by the value of the new base. In this case divide it by {{{2}}}.

{{{2}}}|{{{32}}}
..{{{16}}}....{{{0}}} (reminder}
...{{{8}}}....{{{0}}}
...{{{4}}}....{{{0}}}
...{{{2}}}....{{{0}}}
...{{{1}}}....{{{0}}}

start with {{{1}}} and add all {{{0}}} 

{{{32}}} = >{{{100000}}} 

{{{2}}}|{{{11}}}
..{{{5}}}....{{{1}}}
...{{{2}}}....{{{1}}}
...{{{2}}}....{{{0}}}
...{{{1}}}

{{{11}}}=> {{{1011}}}

do same with rest of your numbers and you will get:


{{{29 }}}= >{{{11101}}}

{{{50}}}= >{{{110010}}}

{{{36}}} => {{{100100}}}