Puzzle 589
Which letter is missing from this sequence:
B C D G P T V
workings
hint
answer
print
www.brainbashers.com
/puzzle/zvtm
share
Hint
Try saying the letters out loud.
Answer
E.
These are letters which all sound the same, bee, see, dee, ee, etc. All depending on how you pronounce Z (zee or zed), you can include this.
Puzzle 590
Which letter is missing from this sequence:
b · c · e · g · k · q · s · w
workings
hint
answer
print
www.brainbashers.com
/puzzle/zknu
share
Hint
Convert the letters to positions in the alphabet.
Answer
M.
Reasoning
These are letters that occupy prime number positions in the alphabet:
b = 2
c = 3
e = 5
g = 7
k = 11
m = 13 *
q = 17
s = 19
w = 23
Puzzle 591
During a recent club trip to the seaside, I sat at the rear of the bus.
I noticed a strange thing: Ann, Kevin, Matilda, and Nathaniel were all sitting on the left side of the bus.
Even more curious was the fact that Jack, Amelia, Isabella, and Maximilian were all sitting on the right side of the bus.
On which side was James sitting?
Puzzle Copyright © Kevin Stone
workings
hint
answer
print
www.brainbashers.com
/puzzle/zjdy
share
Hint
Look at the lengths of the names.
Answer
James was sitting on the left.
Members with an odd number of letters in their name sat on the left, and members with an even number sat on the right.
Puzzle 592
If I buy a melon and a coconut, the cost will be £1.19.
If I buy a melon and a pineapple, the cost will be £1.45.
If I buy a coconut and a pineapple, the cost will be £1.40.
What are the individual prices?
Puzzle Copyright © Kevin Stone
workings
hint
answer
print
www.brainbashers.com
/puzzle/zntm
share
Hint
A little algebra might help.
Answer
Pineapple = 83p, coconut = 57p, melon = 62p.
Reasoning
If we assign the letters P, C and M to the fruits, and work in pence we have:
(1) M + C = 119
(2) M + P = 145
(3) C + P = 140
Using (2) − (1) we have:
(4) P − C = 26
And (3) + (4) gives:
2P = 166
P = 83
This can then be substituted back into (2) and (3).