Write out all the positive integers as words, i.e.
one
two
three
.
.
.
.
and then sort the list into alphabetical order.
What's the first number in the list
What's the last number in the list
What's the most common first letter?
What's the least common first letter?
And what do you get if you add them all up and why?
|