Puzzle 5
At the local racetrack, Alex was testing the latest car.
During the eight test laps, Alex managed to average the first two laps at 100mph, the next two laps at 102mph, the next two laps at 140mph, and the last two laps at 150mph.
What was the average speed for the entire 8 laps?
Puzzle Copyright © Kevin Stone
workings
hint
answer
print
www.brainbashers.com
/puzzle/zbip
share
Hint
Remember that Time = Distance ÷ Speed, and try setting the track length to be a random length.
Answer
119mph.
Reasoning
It doesn't matter how long a lap is, so let's set the track length to be a random number, say 5 miles.
Using:
Time = Distance ÷ Speed
The first two laps took:
10 /100 hours
The second two laps took:
10 /102 hours
The next two laps took:
10 /140 hours
The final two laps took:
10 /150 hours
Therefore, the total time for the 8 laps was:
10 /100 + 10 /102 + 10 /140 + 10 /150 hours
= 1 /10 + 5 /51 + 1 /14 + 1 /15 hours
Looking at the denominators:
10 = 2 x 5
51 = 3 x 17
14 = 2 x 7
15 = 3 x 5
The lowest common multiple (LCM) of these numbers is 2 x 3 x 5 x 7 x 17 = 3570.
= 357 /3570 + 350 /3570 + 255 /3570 + 238 /3570 hours
= 1200 /3570 hours
= 120 /357 hours
= 40 /119 hours
The 8 laps were 40 miles, and using Speed = Distance ÷ Time:
average speed = 40 ÷ (40 /119 )
average speed = 40 x (119 /40 )
= 119 mph
Puzzle 6
What letter is missing from this sequence:
A · B · G · D · E · ? · E
workings
hint
answer
print
www.brainbashers.com
/puzzle/zwzq
share
Hint
This is quite a common alphabet.
Answer
Z.
From Zeta, first letters of the Greek alphabet, alpha, beta, gamma, delta, epsilon, zeta, eta.
Puzzle 7
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
www.brainbashers.com
/puzzle/zwql
share
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 8
Hidden in the grid below are eight, 7-letter words. Each word begins with the central R and you can move one letter in any direction to the next letter. All of the letters are used exactly once each. What are the words?
C
Y
B
N
Y
A
L
L
C
W
O
I
I
W
E
E
E
A
A
F
E
C
P
E
R
E
E
R
A
L
E
O
E
J
E
P
S
T
Y
A
I
O
E
C
Y
T
L
C
E
Note: this puzzle is not interactive, and the letters cannot be clicked.
Puzzle Copyright © Kevin Stone
workings
hint
answer
print
www.brainbashers.com
/puzzle/zeys
share
Hint
One of the words is Railway.
Answer
Railway, rainbow, recycle, replace, respect, royalty, referee, rejoice.
next >