
Originally Posted by
b0mb3rz
the clockwise sequence of numbers on the boxes was: 1, 3, 6, 11, 8, 4, 5, 9, 0, 2, 7 and 10. The sentenced man was told that there is a number of coins in each box; and the clockwise sequence of numbers of coins was 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 and 11.
That should be clarified, else the way you worded this suggests (box#=coins) :
1=0, 3=1, 6=2, 11=3, 8=4, and so on.
I'm saying this because usually "clockwise" means start at noon position
if nothing is specified to prevent that.
An example could be given to clarify:
Code:
box# : 1 , 3, 6, 11, 8, 4, 5, 9, 0, 2, 7, 10
coins : 9, 10, 11, 0, 1, 2, 3, 4, 5, 6, 7, 8
Is that correct, or did I miss something?