Find the number n such that the following alphanumeric equation:
KYOTO
KYOTO
+ KYOTO
TOKYO
has a solution in the base-n number system.
(Each letter in the equation denotes a digit in this system, and different letters denote different digits)
(In reply to
re: solution by Tristan)
no, O just always turned out to be 0.
The program I worked just went through every possible value for O,T,K and Y for every value of n up to 20, and only n=9 gave values that worked.