Can you find the book titles hidden in these phrases?
ROME OR OSLO? ANDREW, JULIE, TO VISIT. WARM TOO FEW, THE SUBWORLD SNEEZES AN I MALL? SHOPS, FAR MALLS? GO NEXT, GO! WITHOUT OTHER I DWINDLE. GO! WATER. SHIP, BOAT. STORM! DOWN RAIN! BRAVERY IN A NEW AGE, WORLD'S HOPE.
For each word in the title, new letters are added of the same length, and then the spacing is changed, and punctuation is added.
For example:
BOOK TITLE
BOOK 1234 TITLE 12345
BOOK NIGH TITLE APTUP
BOOKNIGHTITLEAPTUP
BOO, KNIGHT. IT LEAPT UP!
Reasoning
Each term increases by the number of letters in the previous term (ignoring any hyphens).
1 + length("ONE") = 4
4 + length("FOUR") = 8
8 + length("EIGHT") = 13
13 + length("THIRTEEN") = 21
21 + length("TWENTYONE") = 30
30 + length("THIRTY") = 36
36 + length("THIRTYSIX") = 45
?
Puzzle 19
As I was going to St Ives,
I met a man with seven wives.
Each wife had seven sacks,
Each sack had seven cats,
Each cat had seven kits.
Kits, cats, sacks and wives,
How many were going to St. Ives?
This is a very old puzzle, and appeared in a manuscript dated around 1730. It is thought to refer to a town in Cornwall, UK.
If we were to count everyone and everything, including all of the kits, cats, sacks and wives, we would have:
Me = 1
Man = 1
Wifes = 7
Sacks = 7 x 7 = 49
Cats = 7 x 7 x 7 = 343
Kits = 7 x 7 x 7 x 7 = 2401
Total = 1 + 1 + 7 + 49 + 343 + 2401 = 2,802.
?
Puzzle 20
Start from the central 'F' and move horizontally or vertically, and collect the letters needed to spell 'FIND' (in any order). How many routes can you take?
D
N
I
D
D
N
D
I
D
D
I
N
F
I
I
N
I
N
D
D
I
D
I
D
N
Note: this puzzle is not interactive, and the letters cannot be clicked.