document.write( "Question 620766: Show that one and only one out of n, n+2, n+4 is divisible by 3, where n is any positive integer \n" ); document.write( "
Algebra.Com's Answer #390380 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "Show that one and only one out of n, n+2, n+4 is divisible by 3, where n is any positive integer
\n" ); document.write( "Note: number \"highlight%28n%29\"must leave a remainder of either 0, 2, or 4 when divided by 3,
\n" ); document.write( "so it can be written as either 3k, 3k+2, or 3k+4 for some k (the quotient).
\n" ); document.write( "If n = 3k: \"highlight%283k%29\", 3k + 2, 3k + 4
\n" ); document.write( "If n = 3k+2: 3k+2, 3k + 4, \"highlight%283k%2B6%29\"
\n" ); document.write( "If n = 3k+4: 3k+4, \"highlight%283k%2B6%29\", 3k + 8
\n" ); document.write( "In each case, one and only one out of n, n+2, n+4 is divisible by 3 \n" ); document.write( "
\n" );