Problem
It is now between 10:00 and 11:00 Six minutes from now, the minute hand of a watch will be exactly opposite the place where the hour hand was three minutes ago. What is the exact time now?
My attempt
If we say that each minute that passes there is a $12$ degrees increase then there are $720$ degrees in a full revolution of the clock. If we let the current angle of the hour hand be $x$ degrees then we know that we are at a degrees position after $600$ ( after $10$ means $600$ degrees and under $660$). Three minutes ago means we subtract an angle of $36$ and 6 minutes from now means we add an angle of $72$. I also subtracted $360$ from the left hand side because I know that would be on the opposite side of the hour hand.
$600 + \frac{720}{x-36} - 360 = 720 + \frac{720}{x+72}$
Obviously, my equation is not correct when I try to solve it, it doesent make much sense. Can anyone tell me where my logic is wrong, and give me some hints? I've been trying to make an equation for a while now. Thanks.
Denote the position of the minute and hour hand by $m$ and $h$ (in units), respectively, $0\leq m,h \leq 60$. Then, in units/minute, $$\frac{dm}{dt} = 1, \, \frac{dh}{dt} = \frac{1}{60} \\ \implies m(t)=t \,, h(t)= \frac{t}{60}$$
Suppose at $t=0$, the time was exactly $10:00$, and $t_0$ minutes have passed since then. Further, say the minute and hour hand moved by $m’$ and $h’$ units. Then, the position of the minute hand after $6$ minutes will be $t_0$ and the position of the hour hand three minutes ago was $50 + h’ - \frac{3}{60}$ units. We want the difference of these positions to be $30$ units. So, $$ m’-h’=17-\frac {1}{20} \\ \implies t-\frac{t}{60} = \frac{339}{20} \\ \implies t \approx 17.237$$ Hence, $(m’,h’)= (17.237, 0.287)$ and the time right now is $\color{purple}{10:17:14}$!