SOLUTION: please help me to solve this dicemal into binary digit. 1) 32 2)11 3)29 4)50 5)36

Algebra ->  Decimal-numbers -> SOLUTION: please help me to solve this dicemal into binary digit. 1) 32 2)11 3)29 4)50 5)36      Log On


   



Question 1087350: please help me to solve this dicemal into binary digit.
1) 32
2)11
3)29
4)50
5)36

Answer by MathLover1(20849) About Me  (Show Source):
You can put this solution on YOUR website!

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