I'm relatively new with proofs and am trying to self-teach. I'm currently going through questions that unfortunately have no solutions... I've been doing well until I struck this one:
If l, m, and n are consecutive integers, then 12 does not divide $l^2 + m^2 + n ^2 +1$.
I know that proof by contradiction is p and (not q) => C. So to start off, I assume that it IS divisible by 12 and I have $l$, $m=l+1$, n=$l+2$. Therefore $l^2 + m^2 + n ^2 +1 = 3l^2+6l+6 = 3(l^2+2l+2)$. This is as far as a got. Any help or hints would be appreciated.