Celeb Glow
general | April 21, 2026

The sum of any four consecutive integers is never divisible by 4

$\begingroup$

I want to prove this statement:

S : The sum of any four consecutive integers is never divisible by 4.

Proof: The sum of four consecutive integers $n,n+1,n+2,n+3$ is $4n + 6$.

If I divide $4n + 6$ by $4$, the remainder is always $2$.

Hence S is true.

Is the proof correct?

$\endgroup$ 1

1 Answer

$\begingroup$

Yup, that's right. Your integers are $n, n+1, n+2, n+3$. You add them up to get $4n+6$. If you don't want to talk about remainders or congreuences, then you can also say that $\frac{4n+6}4 = n + \frac {6}{4} = n + 1 + \frac{1}{2}$. And $n+1+\frac 1 2$ is clearly not an integer, so $4n+6$ is not divisible by $4$.

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy