Given a prime number a of the form 29 (mod 40) or 40k + 29. Show that the prime a cannot divide any integer of the form n^2 + 10.

57 Views Asked by At

Not sure how to approach this problem. First idea was proof by contradiction. Assume a divides n^2 + 10 and proceed from there. I couldn't reach a substantial conclusion from this approach.

1

There are 1 best solutions below

0
On

$a\mid n^2+10$ for some $n$ is equivalent to $-10$ being a quadratic residue modulo $a$. Now $$\left(\frac{-10}a\right)=\left(\frac{-1}a\right)\left(\frac{2}a\right)\left(\frac{5}a\right)$$ and if $a\equiv29\bmod40$ the following hold true (check e.g. Wikipedia for confirmation): $$\left(\frac{-1}a\right)=+1\qquad\left(\frac2a\right)=-1\qquad\left(\frac5a\right)=+1$$ Thus $\left(\frac{-10}a\right)=-1$, i.e. $-10$ is not a quadratic residue modulo $a$, and the question claim follows.