How do you show that the product of 3 consecutive integers is always divisible by 6 ?

1 Answer
Apr 30, 2016

See explanation...

Explanation:

Consider three consecutive integers: n, n+1 and n+2.

n=3q+r

for some integer quotient q and remainder r{0,1,2}

If r=0 then n is divisible by 3

If r=1 then n+2 is divisible by 3

If r=2 then n+1 is divisible by 3

So at least (in fact exactly) one of n, n+1 and n+2 will be divisible by 3.

Hence n(n+1)(n+2) will be divisible by 3 too.

Similarly for 2...

n=2q1+r1

for some integer quotient q1 and remainder r1{0,1}

If r1=0 then n is divisible by 2

If r1=1 then n+1 is divisible by 2

So at least one of n and n+1 will be divisible by 2.

Hence n(n+1) (and n(n+1)(n+2)) will be divisible by 2 too.