Puzzle 333
Can you find three words …
… which contain two consecutive i's.
workings
hint
answer
print
www.brainbashers.com
/puzzle/zvku
share
Hint
The words begin with the letters R, S, T.
Answer
RADII, SKIING, TAXIING.
You could also have GENII.
Puzzle 334
What animal comes next in this sequence:
dog · rooster · monkey · sheep · horse · snake · ?
workings
hint
answer
print
www.brainbashers.com
/puzzle/zjjd
share
Answer
Dragon.
From the Chinese calendar in reverse order.
Puzzle 335
What number comes next in this sequence:
1 · 4 · 8 · 13 · 21 · 30 · 36 · ?
Puzzle Copyright © Kevin Stone
workings
hint
answer
print
www.brainbashers.com
/puzzle/zoyr
share
Hint
Try writing the numbers out as letters.
Answer
45.
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