Essentially the title. I'm trying to wrap my head around modular arithmetic and I got stuck trying to understand this problem in particular. My first thought was to organize the problem like this:
$13x - 13y = 12k$ (for some integer $k$)
$13x - 13y = 13(x - y)$
$13(x - y) = 12k$
But I got stuck here and don't know what to do. Can anyone point me in the right direction? (But pplease don't tell me the answer).