If each letter has a value (a=1, b=2, c=3 etc.) what words have a total letter value of exactly 100 when you add up all of the letters?
Are there any words that equal 100 if the letter values are swapped (z=1, y=2.....a=26)?
No word will be found on both lists, that is the list of words equalling 100 with the initial value assignments and those equalling 100 with the reversed value assignments. That's because in the reversed value, each letter is worth 27 minus what it was worth in the first set. So a word of length n and value v in the original valuation of the letters will have value 27n-v in the reversed valuation. If we want both the old and the new value to be 100 that would be 27n - 100 = 100, or 27n = 200, which is impossible as 27 doesn't go into 200 evenly.
|
Posted by Charlie
on 2003-07-17 11:50:20 |