In my math book it says:
"This means that $60 \mid r(x - y)$. But, since $\gcd(r, 60) = 1$, we know that $60 \mid (x - y)$."
I would like to know why when gcd(r, 60) = 1, we can say that $60 \mid r(x - y)$ is equal to $60 \mid (x - y)$. It must be simple, but I'm not seeing it.