What's the first odd number?
By "first" I mean the first alphabetically. Suppose you have a listing of all integers from one to one billion written out in english words, and the list is arranged in alphabetical order. The first entry in the list would be "eight." The second would be "eighteen." But what would be the first odd number in the list?
There are a few rules to keep in mind as to how the entries are alphabetized:
1. Spaces and hyphens between words are ignored. Thus "six hundred" would be listed ahead of "sixteen" which is listed ahead of "sixty-five."
2. Numbers are written out properly in english using "hundred," "thousand," etc- thus the number 1,200 is shown as "one thousand two hundred" and not as "twelve hundred."
3. The word "and" is not included, so the number 103 is shown as "one hundred three," not "one hundred and three."
Have fun!