-1

establishes that there is no integer $a$ to which it satisfies $a^{2}+3a+5\equiv0 \pmod {121}$

Bill Dubuque
  • 272,048

2 Answers2

0

The discriminant is $-11$ which should be a big hint how to get an easy proof;

$a^2 + 3a + 5 \equiv 0 \pmod {121}$ is equivalent to $4a^2 + 12a + 20 \equiv 0 \pmod {121}$ or $(2a+3)^2+11 \equiv 0 \pmod {121}$

But now we get $2a+3$ divisible by $11$ hence $(2a+3)^2$ divisible by $121$ and that contradicts the above since $11$ is not divisble by $121$. Done!

Conrad
  • 27,433
0

Idea: Whenever I see a congruence problem involving quadratics, I always complete squares, to make the equation simpler. If you have some expression like $S=mx^2+nx$, I multiply it by $4m$, first, so that $4mS=4m^2x^2+4mnx=(2mx+n)^2-n^2$.

Solution Suppose we have $a^2+3a+5\equiv 0\mod 121$. We multiply the equation by $4$ to complete squares: $4a^2+12a+20\equiv 0\mod 121$. Then, we get the equation: $$(2a+3)^2+11\equiv 0\mod 121.\,\,\,\,\,\,\,(1)$$ Note, that looking mod $11$, we get that $(2a+3)^2\equiv 0\mod 11$. Which means that $(2a+3)^2$ is a square that is a multiple of 11. iIn particular, $(2a+3)^2$ has to be a multiple of $11^2=121$, i.e. $(2a+3)^2\equiv 0\mod 121$. This is a contradiction to the equation (1) above.

Julian Mejia
  • 4,438