This collection presents a series of word puzzles created by Frank Paul, a well-known quizmaster. Each puzzle challenges players to find clever connections between words and phrases. Frank highlights the potential of these puzzles as a coding challenge: identifying all possible examples using a standard English dictionary. This is especially intriguing for puzzle 2, exploring whether strings of more than three words exist.
Puzzle Types and Solutions
The puzzles presented fall into four distinct categories, each requiring a unique approach.
1. Consonant-Vowel Transformation
The first type hinges on transforming words by replacing consecutive consonants with vowels. The core idea is to identify pairs or sets of words that share a structure with a subtle alteration. For example:
- Puzzle: “Grr! Ooo!”
- Explanation: The challenge is to find two words spelled identically except for a sequence of three consonants replaced by three vowels.
- Solution: “bursts, bureau.”
- Example: The transformation of “mildly” to “milieu” exemplifies this puzzle type.
2. Letter Extraction
This puzzle type revolves around extracting letters from words to create new words. The premise is identifying sequences where removing the first and last letters of one word forms a second, and removing letters from the second generates a third.
- Puzzle: “Strip tease”
- Explanation: The puzzle requires three words where removing the first and last letters of the initial word creates the second, and similarly, removing letters from the second produces the third.
- Solution: “eclipse, clips, lip.”
- Example: Transforming “definitive” to “Indian drink” to “dolt” illustrates the mechanic. Longer sequences, particularly using more than three words, represent a particularly interesting coding challenge.
3. Word Loops
Word loops involve forming a cyclical chain of words. The mechanic is finding a sequence where a word can transform into the next, and subsequently back to the original.
- Puzzle: “Talk at length; immediately; keep back”
- Explanation: This puzzle requires an AB, BC, CA sequence, meaning the second word (B) is formed from the first (A) after removing specific letters, and similarly for the third (C) from the second.
- Solution: “downside, sideshow, showdown.”
- Example: The relationship between “hold forth,” “forthwith,” and “withhold” demonstrates this loop structure.
4. Hidden Numbers
The final puzzle offers a different approach – a visual riddle. The objective is to locate a sequence of numbers cleverly concealed within text.
- Puzzle: “Rats!”
- Explanation: Requires a keen eye, and a slight perspective shift.
- Solution: The numbers “seven, zero, eight” are revealed when the image is viewed upside down.
A Coding Challenge
Frank Paul suggests that these puzzles, particularly the letter extraction puzzle (number 2), provide a fertile ground for a coding challenge. The task would involve creating a program to identify all possible solutions within a standard English dictionary. Exploring sequences with more than three words in puzzle 2 could yield particularly interesting results.
The puzzles presented here offer a delightful combination of linguistic creativity and logical reasoning. They showcase the skill of Frank Paul and provide a fun way to test wordplay abilities while also inspiring potential coding projects






























