Reasoning
Q1 can't have A as its answer (otherwise it would contradict itself).
If Q1's answer was C (meaning Q4's answer was A), then Q3's answer would be C. However, Q2's answer should now be A, but this isn't allowed by Q1 (as Q4 is the first answer with A). This is a contradiction.
Therefore, Q1's answer is B (meaning Q3's answer is A).
For Q2's answer to be C, Q4's answer would have to be A, which would contradict Q4. Therefore, Q2's answer is B making Q4's answer B.
??
Puzzle 354
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).
Pythagoras' theorem tells us that:
a2 + b2 = c2
Where c is the hypotenuse.
This gives us:
482 + (R − 8)2 = R2
2304 + (R − 8)(R − 8) = R2
2304 + R2 − 16R + 64 = R2
2304 − 16R + 64 = 0
16R = 2368
R = 148
As required.
??
Puzzle 355
Using the new BrainBashers programming language, BrainBasic, the following words have their equivalents next to them, what should FOX be? CLICK = 100501100KMILK = 1000150KLOG = 50OGLIFE = 501FEALIVE = A5015EFOX = ?