There is a sacred hill where monks pray. At each hour, a monk leaves the base for the top of the hill. Also at each hour, a monk leaves from the top of the hill for the return journey. Traversing the hill takes 4 hours in either direction and there is only one path.
If a monk starts his journey from the bottom at 12 noon, exactly how many monks will he pass along the way to the top?
Note: Include any monks that he passes at the bottom or top of the hill.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
For each of the 4 hours the monk travels, there will be another monk that leaves the top to return. It would be tempting to think the answer is 4.
But this is incorrect. The reason is some monks are already on their way down. This factor contributes another 4 monks who get crossed.
There is also one extra monk who gets crossed: the one who is leaving just as the monk reaches the top.
In effect the monk will cross the monks who left the top at 8 am, 9 am, 10 am, 11 am, 12 noon, 1 pm, 2 pm, 3 pm and finally the monk who leaves the top at 4pm as he reaches. Thus total of 9.