Question 878328
Show that the sum of any three consecutive numbers is a multiple of 3.
n-1 + n + n+1 = 3n
----------------------
Show that the sum of any four consecutive numbers is always even.
2n + 2n+1 + 2n+2 + 2n+3 = 8n + 6