document.write( "Question 860312: Does 3 divide(3k+1)(3k+2)(3k+3)? \n" ); document.write( "
Algebra.Com's Answer #518416 by rothauserc(4718) You can put this solution on YOUR website! note for n, d elements of Z and d is not = 0, then n is divisible by d if and only if, n = d * k for some k in Z. \n" ); document.write( "now \n" ); document.write( "Does 3 divide(3k+1)(3k+2)(3k+3)? YES \n" ); document.write( "Proof \n" ); document.write( "(3k + 1)(3k + 2)(3k + 3) = 3(3k + 1)(3k + 2)(k + 1) \n" ); document.write( "since k is an element of Z, it follows that (3k + 1)(3k + 2)(k + 1) is an element in Z, this and our definition of divisible gives us the desired result. \n" ); document.write( " \n" ); document.write( " |