|
Here is a count of the first seven multiples of 2, from base two to base ten:
Base two: 10, 100, 110, 1000, 1010, 1100, 1110
Base three: 2, 11, 20, 22, 101, 110, 112
Base four: 2, 10, 12, 20, 22, 30, 32
Base five: 2, 4, 11, 13, 20, 22, 24
Base six: 2, 4, 10, 12, 14, 20, 22
Base seven: 2, 4, 6, 11, 13, 15, 20
Base eight: 2, 4, 6, 10, 12, 14, 16
Base nine: 2, 4, 6, 8, 11, 13, 15
Base ten: 2, 4, 6, 8, 10, 12, 14
An important note is that the numeral 10 is a multiple of 2 only when the base is an even number. When the base is an even number, the units digits of even numbers repeat, so we need only look at the units digit of a number to determine if it is odd or even. If the units digit is even, the number is even.
If the base is an odd number, the units digit is not enough information to determine if a number is even. In odd bases, it is the sum of the digits that determines whether a number is even -- if the sum is even, the number is even.
<< back to Problem H8
|