Puzzle 25
Can you find the sum of the second column?
Puzzle Copyright © Kevin Stone
workings
hint
answer
print
Share link: https://www.brainbashers.com/puzzle/znwn
Answer
14.
Reasoning
The values are: @ = 7, & = 4, $ = 8, # = 3, % = 5.
But …
… you don't have to find the value of every symbol!
The rows add up to 80, which means that the columns must also add up to 80.
24 + ? + 17 + 25 = 80.
? = 14.
Puzzle 26
Here we have a rectangular room, measuring 30 feet by 12 feet, and 12 feet high.
There is a spider in the middle of one of the end walls, 1 foot from the ceiling (A).
There is a fly in the middle of the opposite wall, 1 foot from the floor (B).
What is the shortest distance that the spider must crawl in order to reach the fly?
The Spider and the Fly – The Canterbury Puzzles, Henry Ernest Dudeney.
workings
hint
answer
print
Share link: https://www.brainbashers.com/puzzle/zwql
Hint
Going down and across the floor isn't the only route.
Answer
40 feet.
Explanation Diagram
If you imagine the room to be a cardboard box, you can 'unfold' the room in various ways, and each route gives a different answer.

We can use Pythagoras' theorem (a2 + b2 = c2) to calculate the distances:
distance2 = horizontal2 + vertical2
distance = √(horizontal2 + vertical2)
Route #1
distance = 1 + 30 + 11 = 42 feet.
Route #2
horizontal = 6 + 30 + 6 = 42 feet.
vertical = 10 feet.
distance = √(422 + 102) ≈ 43.174 feet.
Route #3
horizontal = 1 + 30 + 6 = 37 feet.
vertical = 6 + 11 = 17 feet.
distance = √(372 + 172) ≈ 43.178 feet.
Route #4
horizontal = 1 + 30 + 1 = 32 feet.
vertical = 6 + 12 + 6 = 24 feet.
distance = √(322 + 242) = 40 feet.
Puzzle 27
A kind old person decided to give 12 sweets to each of the adults in the town, and 8 sweets to each of the children.
Of the 612 people in the town, exactly half of the adults, and exactly three quarters of the children took the sweets.
How many sweets did the kind old person have to buy?
Puzzle Copyright © Kevin Stone
workings
hint
answer
print
Share link: https://www.brainbashers.com/puzzle/zdtu
Hint
Does the number of adults and children matter?
Answer
3,672.
Reasoning
The actual number of adults and children doesn't actually matter.
If all of the people were adults, then half of them (306) would be given 12 sweets:
306 x 12 = 3672
If all of the people were children, then three quarters of them (459) would be given 8 sweets:
459 x 8 = 3672
If there were 512 adults (so 256 would get 12 sweets = 3072) and 100 children (so 75 would get 8 sweets = 600):
256 x 12 + 75 x 8 = 3672
We can change the numbers of adults and children, but it doesn't change the answer.
The reason for this lies in the fact that 1/2 adults x 12 sweets = 3/4 children x 8 sweets (both are 6).
Puzzle 28
How many hexagon-type shapes, in total, can you find in this puzzle?
Puzzle Copyright © Kevin Stone
workings
hint
answer
print
Share link: https://www.brainbashers.com/puzzle/zeia
Hint
There are more than 37, look at the different sizes.
Answer
There are 64 hexagon-type shapes in total.
Reasoning
37 single hexagons
+ 19 hexagons that contain 7 smaller hexagons
+ 7 hexagons that contain 19 smaller hexagons
+ 1 large hexagon that contains all of the smaller hexagons.
< previous next >
Note: BrainBashers has a Dark Mode option. For BrainBashers, I'd recommend not using your browser's built-in dark mode, or any dark mode extensions (sometimes you can add an exception for a specific website).