-1

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).

Bill Dubuque
  • 272,048
James
  • 73

1 Answers1

-1

Here is a hint , which you can complete :

$13=12+1$

Here is a stronger hint :

$13x=13y \mod 12$
$12x+x=12y+y \mod 12$

You can complete it now.

The Same hints work with your attempt too :

$13(x-y)=12(x-y)+(x-y)$

Prem
  • 9,669