




















The expected numerical solutions are:
This time, the phrasing of the puzzle, even after corrections, remained confusing to many solvers and we apologize for this. However, most wrong answers arose from the initial thinking that one should consider time to be discrete, looking only at moment of the form HH:MM. The riddle explicitly noted the clock's hands move continuously, and hence simple enumeration of moments of the form HH:MM is not sufficient to solve the riddle; a different approach is required.
We can model the current time as a value and the locations of the clock's hands become
Let us define a three-component vector . Use the indices , i.e. , , .
Now, an ambigous moment arises from two distinct times such that we can permute the elements of and rotate them (i.e. add some modulo 1) and obtain . Hence, let be some permutation and be the rotation value, and we consider the system of three modular equations:
Subtracting the third equation from the first two, we obtain a system of two modular equations without :
Such modular equations can be solved using standard linear algebra. We demonstrate this in the case . In this case we obtain the modular equations
i.e.
Which reduces to finding solutions to the linear system
For .
This allows collection of all the possible ambiguous times. Situations like 03:00:00 and 09:00:00 still needs to be carefully ruled out.
The solution can be found manually; the goal of the "*" part was to encourage automation that will allow systematic checks for all (H,M,S) systems. However, some of those system yields infinite number of ambiguous moments; the intention was to find the maximum finite number.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。