SquareNumber Basic

Problem - 2250
Show that the difference of two squares of odd numbers must be a multiple of $8$.

Let $n$ be an odd number, then $n\equiv \pm 1, \pm 3\pmod{8}$ which leads to $n^2\equiv 1\pmod{8}$. Now it is obvious that the difference between squares of two odd numbers must be a multiple of $8$.

report an error