#need a small help in understanding the solution
28 messages · Page 1 of 1 (latest)
" then taking
modulo 4 we see the 2n + 12n + 2011n ≡ 3 (mod 4), so it is not a square "
what does this line mean?
0^2 = 0 modulo 4
1^2 = 1 modulo 4
2^2 = 0 modulo 4
3^2 = 9 = 1 modulo 4
There is no square that is equal to 3 modulo 4
how is modulo 4 expressed?
how is it expressed in handwriting?
Three bars ?
For example
If you take a number N
And perform euclidean division of N by 4
You can write N = 4q + r
With (q;r) being the quotient and remainder
unaware of the term 😅
It's standard
.close
Post marked as solved by @craggy burrow.
Use .unsolved if this was a mistake.
ok bye
