Suppose you have an arithmetic progression, with a term length of 4. This progression will be a subset of the set of all real integers, such as (22, 23, 24, 25) or (79, 81, 83, 85). Is it true that the sum of ANY of these progressions will be a multiple of the integer 2? Try to provide a proof or a counter-example in the solution discussion.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The sum of the four terms of the progression can be expressed as: S = a + ( a + b ) + ( a + 2 b ) + ( a + 3 b ) = 4 a + 6 b where a and b are integers. Since 4 and 6 are both even, S is even.