establishes that there is no integer $a$ to which it satisfies $a^{2}+3a+5\equiv0 \pmod {121}$
How could I solve it?
57 Views Asked by user71408 https://math.techqa.club/user/user71408/detail AtThere are 2 best solutions below
On
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.
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!