February 20, 2019
I have a thinking problem that my own personal thinker can’t seem to solve. I’ve spent way too many hours playing with various simple formulas and I am still unsatisfied, so I’m turning to y’all for help. Heck, maybe the solution to this problem has already been thought through and it’s just a matter of someone’s telling me.
As you know, several words in English can be anagrammed into other, same-length words. A good four-letter example is POST, which can be anagrammed into OPTS, POTS, SPOT, STOP and TOPS, for a total of six words made of four letters.
A good five-letter example is SPARE, which can be anagrammed into APERS, APRES, ASPER, PARES, PARSE, PEARS, PRASE, PRESA, RAPES, REAPS and SPEAR, for a total of twelve words made of five letters. (It doesn’t matter whether any particular set of letters is considered a word in English, because I’m looking for a universal formula, one that works for any number of anagrammed words resulting from any number of letters.)
Skipping over six- and seven-letter words, we have a good eight-letter example in TRIANGLE, which can be anagrammed into ALERTING, ALTERING, INTEGRAL, RELATING and TANGLIER, for a total of six words made of eight letters.
It seems to me the two fundamental values are what I will call A, which is the number of letters, and what I will call B, which is the number of anagrammed words.
Immediately derivable from A is the number of possible words, which is equal to A!, which is what I call C. (I don’t know that C should be part of the formula, but I’m sure A and B should.)
For POST A is 4, B is 6, and C is 24.
For SPARE A is 5, B is 12, and C is 120.
For TRIANGLE A is 8, B is 6, and C is 40,320.
What formula results in a score that gives extra weight to a larger A and a larger B?
As impressive as POST is with A equal to 4 and B equal to 6, SPARE is clearly more impressive with its A equal to more than 4 and its B equal to a lot more than 6. But to me TRIANGLE is even more impressive, even though its B is only 6, because it’s harder to find a lot of anagrams for words with more letters.
To try to be even clearer, if A is 7 and its B is 7, that’s less impressive – at least to me – than if A is 8 even if its B is as low as 6. You may disagree, but no matter what I think extra weight should be given to a higher A (as well as to a higher B, of course).
One formula I’ve played with is = (B/A) * (A^4), i.e., you multiply B/A times A raised to the power of 4. For POST that results in a score of 384, for SPARE the score is 1,500, and for TRIANGLE the score is 3,072. Notice that this formula does not account for C at all.
Based on your expertise in thinking about such things, what formula best scores all the possibilities? (In case it makes a difference, I myself don’t care about words where A is less than 3.)
Thanks in advance for any thoughts you have.