Take the number 1010101 and rearrange it to represent 950.
Represent 1010 as 1001. This is digit 1.
Represent 101 as 011. This is digit 2.
Digit 1 is in base 2. This is 9.
Digit 2 is in base 49. This is 50.
Put 'em together and you get 950. Although, using this logic, you can relate almost any two numbers.
|
Posted by Eric
on 2004-06-10 14:12:42 |