Puzzle 1
My friend's son, Billy, has the same number of brothers as sisters.
His sister, Laura, has twice as many brothers as she has sisters.
How many boys and girls are in the family?
Puzzle Copyright © Kevin Stone
workings
hint
answer
print
www.brainbashers.com
/puzzle/zhnz
share
Hint
A little bit of algebra might help.
Answer
There are four boys and three girls.
If we call the number of boys B, and girls G.
From the first statement (we take one off as Billy is a boy):
B − 1 = G
and similarly:
2 x (G − 1) = B
Substitute G from the first equation into the second equation to give:
2 x ((B − 1) − 1) = B
2 x (B − 1) − 2 = B
2 x B − 2 − 2 = B
2 x B − 4 = B
B = 4
which means that B = 4 and hence G = 3.
Puzzle 2
What are the next two numbers in this sequence:
14 · 91 · 62 · 53 · 64 · 96 · ? · ?
Puzzle Copyright © Kevin Stone
workings
hint
answer
print
www.brainbashers.com
/puzzle/zvnp
share
Hint
Try removing the spaces between the numbers.
Answer
48 and 11.
Reasoning
These are the squares of numbers without the correct spacing.
1 4 9 16 25 36 49 64 81 100
with no spaces becomes:
149162536496481100
broken into blocks of two:
14 91 62 53 64 96 48 11 00
So the next two in the sequence are 48 and 11.
Puzzle 3
Below, 9 nine-letter words have been broken into chunks of three letters.
The chunks have been moved around, no chunk is used twice, and all of the chunks are used.
Can you determine what the 9 words are?
ome clo ere ref int ere
bar ple pin ise phy gra
hni bio ewh eap sor fes
tec ckw som que tpr pro
nce ter foo
Puzzle Copyright © Kevin Stone
workings
hint
answers
print
www.brainbashers.com
/puzzle/zxyr
share
Hint
One of the words is clockwise.
Answers
foo + tpr + int = footprint
som + ewh + ere = somewhere
pin + eap + ple = pineapple
tec + hni + que = technique
ref + ere + nce = reference
pro + fes + sor = professor
bio + gra + phy = biography
clo + ckw + ise = clockwise
bar + ome + ter = barometer
Puzzle 4
In my money box, I found $36.80 made up of equal numbers of quarters, dimes, and nickels.
How many of each coin did I find?
Puzzle Copyright © Kevin Stone
workings
hint
answer
print
www.brainbashers.com
/puzzle/zryo
share
Hint
Remember that a quarter is 25c, a dime is 10c and a nickel is 5c.
Answer
92 of each coin.
Reasoning
There are an equal number of quarters, dimes and nickels, so we know that the answer must be a multiple of:
25c + 10c + 5c = 40c
and:
3680c ÷ 40c = 92 coins.
next >