Handcrafted, Gluten Free Progressive Anagrams

Yesterday we handmade a progressive anagram from five words. If you didn’t read yesterdays post, go and read it, or this won’t make a lot of sense. One thing I didn’t like was that the first YES or NO question have a 60% chance of getting “No” answer. Using the same method to make the progressive anagram, by eliminating the vowels first, but this time examining the vowels, we’ll get a better sequence.

here are the words:

Beer
Agreement
Heat
Bowel
Touch

I noticed that all of them have an E except for one word. If we eliminate the E first, we’ll get an 80% chance of a YES. If we get a NO, we immediately know the word. This is way better than yesterday’s layout. Here’s what today’s flowcart for the same words looks like:

E ————–> Touch
|
Beer, Agreement, Heat, Bowel


I’m going to eliminate another vowel, I’ll do A, as the only other vowel that’s used in the words is O, and that’s only in one word, which would give me a 75% chance of getting a NO answer. The A will give me a 50/50 chance.

progressive anagram

At this point we have two pairs of words, so we just need to find a letter that’s only in one word of each pair.

progressive anagram

While essentially the same as the progressive anagram from yesterday, this one is slightly better as the odds of getting a YES on the first letter are better and if you get a NO on the first letter you immediately know the word, which is a huge advantage. Also there’s only one word where you’ll would get two NO answers, where in yesterday’s flowchart there were two instances.

Now let’s compare this to the what a computer will come up with. I plugged the same words into a progressive anagram generator and here’s what is spit out:

progressive anagram

Essentially the computer came up with the same solution as I did today. the difference was we chose different letters for splitting the last two pairs, but that’s arbitrary. The nice thing about the computer is that it did it in one try, and in about 1 second. Knowing to do it yourself is a solid back up and you understand the process a bit more.