Yes, I cheated ... Scale Puzzles 104 is just a short introduction to "Base Two" Back to Scale Puzzles 103 * * Please help us keep our puzzles free! * * Forward to Scale Puzzles 201 |
Look at the first few
0001 = 1 Does this pattern look suspiciously like the answer that you came up with for Scale Puzzles 103? |
In our Decimal numbering system (base ten), each digit position's value is equal to ten times the position to the right. We have the one's digit, ten's digit, hundred's, thousand's, etc. | |||||
hundred |
ten |
thousands |
hundreds |
tens |
units |
|
| In the Binary numbering system (base two), each digit position has a value that is double the value of the digit to its right. We have the one digit, two digit, four digit, eight digit, etc. (We don't need plurals here, because the only possible value of a digit is either zero or one). | ||||||
thirty-two |
sixteen |
eight |
four |
two |
one |
|
| When you want to know what a binary number is equal to, just write the number in a table like this. Where you see a 1, add the value of that column. How much is "101010 base 2" equal to? | ||||||
thirty-two |
sixteen |
eight |
four |
two |
one |
|
1 |
0 |
1 |
0 |
1 |
0 |
|
32 + 0 + 8 + 0 + 2 + 0 = 44 |
||||||
Help us keep our puzzles free: