I know the answer to this riddle:
How often does the minute hand pass the hour hand on an analog clock?
I know they pass 11 times every 12 hours, but I don't understand how to get to it, no matter how many resources I refer to.
Does anyone have a non-confusing explanation of the solution in simple English?
Thank you.
P.S.
I'm a programmer, so I asked how to implement this in code on Stack Overflow, but they closed my question and referred me to this forum. They said I have to understand the problem before trying to implement it. So someone please help me :)
P.S.P.S.
The real problem I'm having is: what formulas can I use to get that result? Say for example the "x" hand that moves at a certain speed, and a "y" hand that moves at a slower speed. How do I get that constant from the information given?
Start at $12$ at midnight. It depends whether you want to count this as a 'meeting' or not but I'll rather not count this one. Now start the clock.
Since the minute hand is faster, the hour hand remains behind and after one hour when the minute hand is back at $12$ (and the hour hand is at $1$) they never would have met. It is easy to see that the minute hand will always meet the hour hand after this, every hour until $11$ a.m. which brings the count to $10$. After an hour, the minute and the hour hand both simultaneously strike $12$, so you should count this as a 'meeting' which gives us a total of $11$.
Note that if you are asking about the number of passings and not meetings, then I would not count the meeting at $12$ p.m. as a passing, since they never passed each other at that moment. And so the total in this case should be $10$.
Also, give a look here.
As for finding the constant time between every meeting:
The speed of the hour hand is: $\dfrac{360^\circ}{12\text{ hours}}=0.5^\circ\text{min}^{-1}$.
And that of the minute hand: $\dfrac{360^\circ}{60\text{ min}}=6^\circ\text{min}^{-1}$.
Now change your view point to the hour hand. The relative speed of the minute hand with respect to the hour hand is $(6-0.5)^\circ \text{ min}^{-1}=5.5^\circ\text{ min}^{-1}.$ This is the speed of the minute hand as seen from the hour hand. So you can fix the hour hand to be stationary, and just think of the minute hand to be moving at $5.5^\circ\text{ min}^{-1}$. So the hands meet each other at every, $\dfrac{360^\circ}{5.5^\circ\text{ min}^{-1}} = 65.\overline{45} \text{ min}$.