Question 270031: Change the following base 10 numbers to their binary (base 2) equivalents.
19 __________ 39 ___________ 77 ___________ Found 2 solutions by ankor@dixie-net.com, josmiceli:Answer by ankor@dixie-net.com(22740) (Show Source):
You can put this solution on YOUR website! Change the following base 10 numbers to their binary (base 2) equivalents.
:
Position: 64 32 16 8 4 2 1
:
19: 1 0 0 1 1.__; 39: 1 0 0 1 1 1.__; 77: 1 0 0 1 1 0 1. ___
You can put this solution on YOUR website! Keep dividing by , then read the remainders backwards
starting with the final division and remainder and remainder and remainder and remainder
(Most significant bit)(Least significant bit)
base 2 = base 10
check:
The values of the positions starting with smallest are:
etc., and to read the base-2 number:
Here's some binary numbers:
0000 zero
0001 1
0010 2
0011 3
0100 4
0101 5
0110 6
0111 7
1000 8
Convert to binary: +0 +0 +0
Reading it backwards: base 2 = 8 base 10
You can now do the rest of the problems