Three interlocking gear wheels — each with a different prime number of teeth — sit under a single fixed pointer and spin together as a shared counter N ticks upward. Every wheel shows N mod m for its own modulus, exactly the way a car odometer's wheels each track a different place value. Because the moduli are pairwise coprime, the Chinese Remainder Theorem guarantees there is exactly one value of N (modulo the product M) at which all three wheels simultaneously show a chosen target residue. Pick tooth counts for the three wheels, generate a random target puzzle, then play or step the counter and watch the wheels rotate — live readouts track the counter, each wheel's residue, and the CRT solution computed directly from the extended Euclidean algorithm, so you can verify the animation lands exactly where the formula predicts.