Puzzle 177
Can you find the sum of the second column?
Puzzle Copyright © Kevin Stone
workings
hint
answer
print
www.brainbashers.com
/puzzle/znwn
share
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 178
During the recent BrainBashers cipher convention, a Morse code contest took place.
The contest consisted of a Morse code transmission where the spaces between the letters and words were missing.
Can you decipher the sequence and find 10 related words?
Luckily, BrainBashers has provided you with a list of the Morse code characters:
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Puzzle Copyright © Kevin Stone
workings
hint
answers
print
www.brainbashers.com
/puzzle/zccr
share
Hint
The first letters of the words are: S, M, W, E, S, M, H, C, W, M.
Answers
Summer
Monday
Wednesday
Evening
Spring
Midnight
Hour
Clock
Week
Month
Puzzle 179
I was quite bored yesterday, so I visited my local animal sanctuary.
To pass the time, I counted 612 legs.
This came from an equal number of beetles, spiders, and mice.
Can you work out the total number of animals I counted?
Puzzle Copyright © Kevin Stone
workings
hint
answer
print
www.brainbashers.com
/puzzle/zpeq
share
Hint
A beetle has six legs, a spider has eight legs, and a mouse has four legs.
Answer
102 animals, 34 of each.
Reasoning
As there are the same number of each animal, for every beetle, spider, and mouse counted, there are a total of 18 legs.
612 ÷ 18 = 34 of each animal.
Which gives a total of 34 x 3 = 102 animals.
Puzzle 180
Imagine a chessboard of size 20 x 20 instead of the normal 8 x 8.
How many squares, of any size, are there in total?
workings
hint
answer
print
www.brainbashers.com
/puzzle/zoiv
share
Hint
How many 1 x 1 squares are there, how many 2 x 2, …?
Answer
2,870 squares.
Reasoning
We have squares sizes from 1 x 1 up to 20 x 20, and these are the counts:
1 x 1 = 400
2 x 2 = 361
3 x 3 = 324
4 x 4 = 289
5 x 5 = 256
6 x 6 = 225
7 x 7 = 196
8 x 8 = 169
9 x 9 = 144
10 x 10 = 121
11 x 11 = 100
12 x 12 = 81
13 x 13 = 64
14 x 14 = 49
15 x 15 = 36
16 x 16 = 25
17 x 17 = 16
18 x 18 = 9
19 x 19 = 4
20 x 20 = 1
Total = 400 + 361 + 324 + 289 + 256 + 225 + 196 + 169 + 144 + 121 + 100 + 81 + 64 + 49 + 36 + 25 + 16 + 9 + 4 + 1 = 2870.
next >