Here is what I know
if n is any odd integer then $n$ can be expressed as $n=2k+1 ~~~ where~k\in\mathbb{Z}$.So
$n^2-1=(2k+1)^2 -1=4k^2+4k=4k(k+1)$
but $k(k+1)~~ is~~even$. Thus $k(k+1)=2t, t\in \mathbb{Z}$
Now, $n^2-1=4[k(k+1)]=4(2t)=8t$ which implies $n^2 -1$ is a multiple of 8.
But, I don't know how to prove the above statement by using Division algorithm. Is there any one who could show me that proof?
Thanks!