Why is the difference between two odd squares multiples of $3$ is divisible by $72$?
Here is my solution and I am not sure what should be next.
Note that any odd number is in the form of $2m+1$
Here we take $m$, $n$ so that $m>n$
$(2m+1)^2−(2n+1)^2$
$=4(m^2−n^2+m−n)$
$=4(m-n)(m+n+1)$
Since $m$ and $n$ are odd, the difference will be even. Hence, $m-n$ is divisible by $2$, which makes the difference between two odd squares divisible by $8$. Now, since the given difference between two odd squares must be multiples of $3$, $(m+n+1)$ must be divisible by $3$. This makes the given difference between two odd squares divisible by $24$.
From here, I am not sure how to show that it is divisible by $72$. Please feel free to share your ideas on how to solve this problem. Thank you in advance.