Show that for all prime numbers $p$ greater than $3$, $24$ divides $p^2-1$ evenly.
Since $(p+1)(p-1) = p^2-1$ we have that $\frac{(p+1)(p-1)}{24}=k$, where $k \in \Bbb Z.$
Now since $24 = 2^3 \cdot 3$ and the numerator contains always at least one even factor(?) we have that $24=2^3\cdot3\vert(p+1)(p-1).$
Is my reasoning here correct or am I missing something here?