At a recent painting competition, the results were mislaid. Luckily, I remembered the following:
Emery's rendition of the Constable painting was not in last place. The person who painted the Monet was very successful and took first place. Glen only just managed to avoid last place and came third. Alex beat the person who painted the Taylor, and the person who painted the Van Gogh beat Drew.
Can you determine who painted what, and who won?
Answer # Name Artist
1 Alex Monet
2 Emery Constable
3 Glen Van Gogh
4 Drew Taylor Reasoning
The four entrants were: Alex, Drew, Emery, Glen.
The four artists were: Constable, Monet, Taylor, Van Gogh.
By (2), the Monet came first.
1 Monet
2
3
4
By (3), Glen came third.
1 Monet
2
3 Glen
4
By (1), the Constable can't have been last, so must have been second (as Emery painted it, and not Glen).
1 Monet
2 Constable
3 Glen
4
The Taylor was either third or fourth, either way, by (4) Alex must have won.
1 Alex Monet
2 Constable
3 Glen
4
By (4), the Van Gogh came third, leaving Drew in last place.
1 Alex Monet
2 Constable
3 Glen Van Gogh
4 Drew
Leaving Emery in second place, and the Taylor in last place.
1 Alex Monet
2 Emery Constable
3 Glen Van Gogh
4 Drew Taylor
?
Puzzle 4
Start with a number larger than 0, square it, add 4, double, take away 3, times 4 and finally subtract the original number.
If you were now left with 20, what number did you start with?
Reasoning
If we convert the question to algebra, we have:
((n^2 + 4) x 2 − 3) x 4 − n = 20
Expanding the brackets and simplifying gives:
(2n^2 + 8 − 3) x 4 − n = 20
(2n^2 + 5) x 4 − n = 20
8n^2 + 20 − n = 20
8n^2 − n = 0 (*)
8n − 1 = 0
8n = 1
n = 1/8
In the equation marked (*) zero is also a potential solution, but as the question tells us that we "Start with a number larger than 0" we know that n can't be 0, and therefore we can safely divide by n.