Add new comment

Clock confusion solution

March 2010

Clock confusion

Clock

We all know that homemade presents are supposed to be the best, but the clock your Aunty Mabel made you is a little hard to get used to — the hour and minute hands are exactly the same! You can muddle through most of the time but sometimes, say 26 minutes past 2 or just after 12 minutes past 5, you can't tell which of the two times it is. In the 12-hour period between noon and midnight, how many moments are there when it is not possible to tell the time on this clock?


Solution

Clock

To solve this puzzle we need to figure out exactly which of the possible positions of the hands of the clock are indistinguishable. That is, find all those times such that if you swapped the minute and the hour hands over you also get a valid time.

Let's call the angle the hour hand makes with a line through 12, $\alpha $, and the angle the minute hand makes with the line through 12, $\beta $. There is an angle of $30^{\circ }$ between each number on the clock face. We are actually interested how far past the last number on the clock face each hand has gone, so we can write

  \[ \alpha = \alpha _0 + 30k \]    
and
  \[ \beta = \beta _0 + 30l \]    
for some integers $k$ and $l$ where $0\leq k,l \leq 11$. Then $\alpha _0$ and $\beta _0$ are the amount that each hand has moved past the last number on the clockface, and $k$ and $l$ give the last number each hand has passed.

To make sure that swapping the hour and minute hands will give a valid time, we are interested in those times when the proportion of the hour the minute hand has moved through ($\beta / 360$) is the same as the proportion of the gap between two adjacent numbers the hour hand has moved through ($\alpha _0 / 30$). Then this time is indistinguishable from the time with the hour and minute hands swapped over. Therefore we can't tell the time whenever

  \begin{equation}  \beta / 360 = \alpha _0 / 30 = \alpha / 30 - k \end{equation}   (1)
or
  \begin{equation}  \alpha / 360 = \beta _0 / 30 = \beta / 30 - l. \end{equation}   (2)
We can rearrange equation (1) to get:
  \begin{equation}  \beta = 12 \alpha - 360k. \end{equation}   (3)
And we can substitute this into equation (2) to get:
  $\displaystyle  \alpha /360  $ $\displaystyle  = (12 \alpha - 360k)/30 - l  $    
  $\displaystyle \alpha  $ $\displaystyle  = 12(12 \alpha - 360k) - 360l  $    
  $\displaystyle \alpha  $ $\displaystyle  = 360(12k + l)/143.  $    
And we can substitute this back into (3) to get:
  $\displaystyle  \beta  $ $\displaystyle  = 12(360 (12k+l))/143 $    
  $\displaystyle  $ $\displaystyle  = 360(k+12l)/143.  $    
If $k=l$, then the hands lie one top of each other, and swapping the hands gives the same time, so we can still tell the time. However for each of the other $12 \times 11 = 132$ possible pairs of $k$ and $l$, the time is indistinguishable as by swapping over the hour and minute hands would give a different time. Therefore in the 12 hours from noon we can't tell the time on 132 occasions.


Back to main puzzle page

Filtered HTML

  • Web page addresses and email addresses turn into links automatically.
  • Allowed HTML tags: <a href hreflang> <em> <strong> <cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.