How to convert from Base 10 to Base 2.
Make the following grid:
Base 2 Grid
24 = 16 |
23 = 8 |
22 = 4 |
21 = 2 |
Units |
|
|
|
|
|
(note there is no 25 = 32 because this is bigger than the number you want to convert)
Start with your number, in this case, 26
Subtract the highest number you have in your grid -16
Leaves you with 10
If your answer is higher than 16, subtract 16 again,
If your answer is lower than 16, subtract the next number 10
That can be subtracted, in this case, 8 -8
2
Fill in the grid with the number of times you used each number. If you did not use a number fill it in with 0 so it looks like this:
24 = 16 |
23 = 8 |
22 = 4 |
21 = 2 |
Units |
1 |
1 |
0 |
1 |
0 |
The answer is 11010 base 2 = 110102