skip to main content


Random Puzzles 


Please consider supporting BrainBashers [hide]
???

Puzzle 17 


In this puzzle, all of the numbers from 1 to 8 are used.

The differences (larger − smaller) between any two connected numbers are all different.

Can you complete the grid?

3 x 3 grid. A to I (H is blank). Connections: A-D, B-E, C-F, D-G, F-I, D-E, E-F. Values: A=7, E=1, I=5.

Note: this puzzle is not interactive, and cannot be clicked.

Puzzle Copyright © Kevin Stone

workings hint answer print

?

Puzzle 18 


Can you place a different 3-letter word into each of the brackets to create two longer words?
finger[---]toe   copy[---]walk    don[---]hole    out[---]trot  every[---]dream
In the following example, the word 'book' creates the words 'cookbook' and 'bookcase'.
cook[book]case

workings hints answers print

??

Puzzle 19 


Developer's Bowling Matchall logic puzzles

At a recent bowling match, two games were played.

Kelly beat Sam in both games, and Reed beat Jamie in both games.
The winner in game 1 came second in game 2.
Reed won game 2, and Jamie beat Sam in game 1.
No player got the same placing twice.
Can you determine who finished where in each game?

Puzzle Copyright © Kevin Stone

workings hint answer print

??

Puzzle 20 


A Proof That 2 = 1. Let A = B:

           A = B

multiply by A on both sides:

         A x A = A x B

subtract B x B from both sides:

   A x A − B x B = A x B − B x B

factorise:

  (A + B)(A − B) = B(A − B)

divide by (A − B) on both sides:

       (A + B) = B

replace A with B:

         B + B = B

factorise:

          2B = B

divide by B on both sides:

           2 = 1

Where lies the flaw in the logic?

workings answer print