A small gear with 17 teeth is meshed into a large gear with 60 teeth. The large gear starts rotating at one revolution per minute. How long will it take until the small gear is back to its original position and the large gear is one quarter of a revolution past its original position?
I can just set this up as a linear combination, right? Is that the easiest way to solve this? If so, what is the general method for solving such a problem?
Let the required number of minutes be $x$.
Now, $x = a + \frac{1}{4}$ for integer $a$. This is because the $60$-tooth gear must end up $+\frac{1}{4}$ revolutions away from its original position.
The speed of revolution for the $17$ tooth gear is $\frac{60}{17}$ RPM. Hence the number of revolutions will be $\frac{60}{17}x$ after $x$ minutes. But we want an integer number of revolutions (so that it ends back where it started off). So $x$ must be a multiple of $17$, i.e. $x = 17b$ for integer $b$.
Hence, we have
$$a + \frac{1}{4} = 17b$$ $$4a + 1 = 68 b$$
Now, considering both sides modulo $2$, we see that there are no integer solutions in $a,b$. Hence we deduce that, surprisingly, it is not possible for the described situation to happen.
In fact, we can generalize to say that it will not be possible for the 60-tooth gear to end up, for integers $n > 1$, $\frac{1}{n}$ revolutions away from its original position with the 17-tooth gear to end up exactly back to where it was.
We can further generalize to say that for the similar setup with a $x$ and $y$ tooth gear, for coprime integers $x,y$, it is not possible for either one to end up, for integers $n > 1$, $\frac{1}{n}$ revolutions away from its original position, with the other one ending up back where it was.