Prove that there is no perfect square that is congruent to 2 mod 10 and 3 mod 10. Can someone tell me how to solve this question. I really can't figure out.
2026-03-29 04:26:28.1774758388
On
On
Prove that there is no perfect square that is congruent to 2 mod 10 and 3 mod 10.
2.6k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
There are 4 best solutions below
0
On
Hint $\ {\rm mod}\ 5\!:\,\ x^2\equiv \pm2\, \overset{\rm square}\Rightarrow\,x^4\equiv -1,\,$ contra little Fermat.
0
On
If you don't understand the other answers, remember this: if $x$ and $y$ are integers,
$$(10x + y)^2 = 100x^2 + 20xy + y^2 \equiv y^2 \pmod{10}.$$
So if you just look at remainder when any number is divided by $10$, and square it, you can easily see what the remainder will be when the square of the original number is divided by $10$.
Since there are only ten possible values of the remainder after division by $10$, you can check each one to see whether its square is congruent to $2 \pmod{10}$, and whether it is congruent to $3 \pmod{10}$.
For any integer $a,a^2\equiv2,3\pmod{10}\implies a^2\equiv2,3\pmod5$
$a\equiv0,\pm1,\pm2\pmod5\implies a^2\equiv0,1,4$
But $2,3\not\equiv0,1,4\pmod5$