0

How should I solve this particular congruence: $x^2 + 7x \equiv 1 \pmod{13}$? I can re-arrange the equation to get $$x^2 + 7x - 1 \equiv_{13} 0$$. In noticing that $7 \equiv_{13} -6$, can I replace $7x$ by $-6x$ in order that the middle term should be preceded by an even coefficient?

Arturo Magidin
  • 398,050

1 Answers1

1

Note that $x^2 + 7x - 1 \equiv_{13} 0$ is the same as $x^2 + 7x + 12 \equiv_{13} 0$. Now note that the left hand side factors as $(x+4)(x+3)$. So, $x = -3,-4$ i.e. $x = 9,10$.

SescoMath
  • 1,909