Puzzle 405
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 406
As my autumnal birthday approaches I like to collect leaves! A little bizarre perhaps, but I enjoy it!
Starting on the first day of the month I collect 1 leaf, on the second day I collect 2 leaves, the third day I collect 3 leaves, and so on.
On my birthday, I will have collected 276 leaves altogether. Which day of the month is my birthday?
Bonus Question: how many days would it take for me to collect 56,616 leaves?
Puzzle Copyright © Kevin Stone
workings
hint
answer
print
www.brainbashers.com
/puzzle/zquz
share
Hint
How many leaves will I have collected on day 5?
Answer
On the 23rd.
Reasoning
We could simply keep adding until we get the required number:
1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + 15 + 16 + 17 + 18 + 19 + 20 + 21 + 22 + 23
= 276 leaves.
But a more mathematical method might help to answer the Bonus Question, as this might take a while if we keep adding!
So, let's create a method by imagining that we are adding the numbers from 1 to 30.
1 + 2 + 3 + … + 28 + 29 + 30
If we now take the numbers in pairs, taking one from each end, we have:
(1 + 30) + (2 + 29) + (3 + 28) + … + (15 + 16)
Each pair adds to 31, and we have 15 pairs. So the total sum is 31 x 15 = 465.
The total sum from 1 to any number (N) can be found using this technique, and we will have:
Each pair adds to (1 + N), and there are N ÷ 2 pairs. So the total is:
(1 + N) x N
—
2
In this puzzle, we know that this equals 276.
So:
(1 + N) x N = 276
—
2
We can expand the brackets, and multiply both sides by 2, to give:
N + N2 = 552
Rearranging we get:
N2 + N − 552 = 0
And 552 = 2 x 2 x 2 x 3 x 23, so this can be factorised as:
(N + 24) x (N − 23) = 0
Because we need to find a positive number of days, the only possible answer is:
(N − 23) = 0
So N = 23 days.
Bonus Question
To answer the bonus question, we have:
(1 + N) x N = 56616
—
2
Rearranging we get:
N2 + N − 113232 = 0
And 113232 = 24 x 3 x 7 x 337, so this can be factorised as:
(N − 336) x (N + 337) = 0
Because we need to find a positive number of days, the only possible answer is:
(N − 336) = 0
So N = 336 days (I did say that I liked collecting leaves!).
Puzzle 407
I started out on the journey from the forest with a full tank of fuel, 12 gallons exactly.
However, the moment I started out, the fuel tank sprung a leak. I travelled at 50 mph until I ran out of fuel exactly 4 hours later.
I know that the car does 25 miles for each gallon.
How much fuel had I lost through the hole?
Puzzle Copyright © Kevin Stone
workings
hint
answer
print
www.brainbashers.com
/puzzle/zvze
share
Hint
How many miles did I travel?
Answer
I had lost 4 gallons.
Reasoning
I travelled at 50mph for 4 hours, which is 200 miles.
I used 25 gallons every 25 miles, so I used 8 gallons travelling those 200 miles.
I started with 12 gallons and used 8 gallons, so I lost the other 4 gallons.
Puzzle 408
Alex likes soda very much. At the local convenience store, for every 5 empty soda bottles the reward is a full fresh bottle.
As part of a local recycling initiative, Alex collected 77 empty bottles.
How many bottles of soda could Alex drink in total?
Puzzle Copyright © Kevin Stone
workings
hint
answer
print
www.brainbashers.com
/puzzle/zyyp
share
Hint
The answer is not 15.
Answer
19 bottles.
Reasoning
From the initial 77 bottles, 75 bottles can be recycled for 15 new full bottles.
Once those are drunk, Alex will have 17 empty bottles (15 plus the 2 extra empty bottles).
From the 17 empty bottles, 15 bottles can be recycled for 3 new full bottles.
Once those are drunk, Alex will have 5 empty bottles (3 plus the 2 extra empty bottles), which can be recycled for one final full bottle.
Giving a total of 15 + 3 + 1 = 19.