I am trying to learn congruence equations for discrete mathematics but this concept is actually giving me a lot of issues. In this instance:
$$15x + 12 \equiv −11 (\text{mod }49)$$
And so I tried it like this:
$$15x \equiv −23 (\text{mod }49)\\ 15x \equiv 26 (\text{mod }49)\\ 1 = 49(4)+15(-13)$$ (From Euclidean Algorithm)
From here I don't actually know what to do anymore. I know I need the inverse modulo n but I don't know which one it is, and I also don't know what to do with it anyway. Can anyone help me figure out how to solve these equations?