Consider all possible word palindromes containing three or more letters. Now, consider each of them as a numeral in the base 36 system and convert them to the base ten system. For a few of these words, this base ten value will be a number palindrome (without leading zeroes.)
What are the respective word palindromes that have the minimum value and the maximum value in the base ten system with this property?
(For example, civic is a word palindrome containing five letters. Converting civic (base 36) to base ten we obtain 21036036, which is not a number palindrome. So, civic does NOT have the desired property.)
Notes:
(a) Words involving proper nouns, abbreviations or acronyms is not permissible.
(b) None of the words can be hyphenated. For example, words like A-bomb, X-Ray etc. are not allowed.