Brainteaser 1095: “Seven anagrams”
From The Sunday Times, 31st July 1983 [link]
Members of TOPIQ (the society with membership limited to those with a tested I.Q. above a specified figure), are required to test one another’s mental quickness with suitable problems from time to time. Once, when I was asked to set a problem, I recalled an old verse which holds several anagrams of the same six letters. The verse went something like this:
Hushed was the RUSTLE of leaves in the breeze,
Faded, the LUSTRE of light on the trees,
As the SUTLER sat in his ULSTER grey,
Quaffing his ale at the close of the day.
Then he came to the end of his drinking song:
“Thou RULEST the weak; thou LUREST the strong,
John Barleycorn, my Jo!”In my problem the six anagrams were omitted. Members firstly had to find these. They were told that, if each of the six letters in the anagrams represented a different one of digits 1 to 6, then the sum of all the six-digit numbers of the anagrams was a 7-digit figure starting with LS and ending with UT. They were then asked the following question, solved by most members in under 10 minutes:
Having, from the sum, solved the number-letter relationship, what number do you get for RESULT?
What do you get?
[teaser1095]






Jim Randell 12:51 pm on 24 September 2023 Permalink |
I used the [[
SubstitutedExpression]] solver from the enigma.py library to solve this puzzle.I introduced additional symbols x, y, z, which can take on any value (not just 1-6) for the result of the sum.
This run file executes in 71ms. (Internal runtime of the generated program is 1.4ms – or 467µs if you use [[
SubstitutedExpression.split_sum()]]).Solution: RESULT = 254316.
The numbers (in the order given) give the following sum:
LikeLike