Prove that the product of three consecutive positive integers is divisible by 6 by expressing the positive integer n as n=8*q+r
I expressed the problem as n(n+1)(n+2) where n is a positive integer I expressed n as n=6*q+r using Euclid's lemma, where r={0,1,2,3,4,5} and I proved n(n+1)(n+2) is a multiple of 6. Now the question is why should we start with the premises that n=6*q+r, why not by expressing it as n=8*q+r as n(n+1)n+2)=8*q(8*q+1)(8*q+2)