Can you find a 5-digit number that has no zeros, and no repeated digits, where:
The first digit is a prime number. The second digit is the fifth digit minus the first digit. The third digit is twice the first digit. The fourth digit is the third digit plus three. The fifth digit is the difference (larger − smaller) between the first digit and the fourth digit.
Don't forget that 1 isn't prime, as the prime numbers start with 2, 3, 5, …
Hint
Start with the possible answers where the first digit is a prime number, and then look at the third digit.
Answer
23,475.
Reasoning
By (1), the first digit is prime:
2----
3----
5----
7----
By (3), the third digit is twice the first digit, so we can eliminate 5---- and 7----:
2-4--
3-6--
By (4), the fourth digit is the third digit plus three:
2-47-
3-69-
By (5) the fifth digit is the difference between the first digit and the fourth digit:
2-475
3-696
We know from the introduction that no digit is repeated, so we can eliminate 3-696. And, by (2) the second digit is the fifth digit minus the first digit:
23475
A million grains of sand is a heap. If we remove one grain of sand from this heap, we will still have a heap.
We can now keep repeating (2) until we only have a single grain of sand remaining.
Is this a heap? Clearly not. But what went wrong with our thinking?
This is called the Sorites paradox (soros being Greek for "heap") and is a classic paradox that has no real answer.
Both (1) and (2) are true, and we can indeed keep removing one grain of sand until we have a single grain remaining. If we remove one more grain, we're left with nothing, is this still a heap?
When does the heap become a non-heap?
??
Puzzle 19
A rope swing hangs vertically down so that the end is 12 inches from the ground, and 48 inches from the tree.
If the swing is pulled across so that it touches the tree, it is 20 inches from the ground.
Hint
You might find Pythagoras' theorem very useful [a2 + b2 = c2].
Answer
148 inches.
We can use Pythagoras' theorem if we draw an imaginary line across to create a right-angled triangle.
The hypotenuse is equal to the rope's length R. The bottom of the triangle is 48 inches. The vertical side is R − 8 (the difference between 20 inches and 12 inches).