If x is the sum of n consecutive positive integers, and n>2, is n divisible by 4
I'm having trouble with this but let me give it a try
let consecutive integers be a, a+1, a+2, .....
Sum(3 consec. integer) = 3a + 3
Sum (4 consec integer) = 4a + 7
Sum (5 consec integer) = 5a + 12
(1) The smallest number among the consecutive integers is even.
3 consecutive integers - a is even, a+1 is odd, a+2 is even, sum is odd
4 consecutive integers - a is even, a+1 is odd, a+2 is even, but a+3 is odd making the whole sum even
(2) x is odd.
that alone does not tell us the number of terms
but if smallest is even, and x is odd, then if we are talking about 6 consecutive integers, and 6 is not divisible by 4 but this occurs at every n being a multiple of 6
at every n = 4b+2 where b is a positive integer, sum (x) is odd
This is never divisible by n
(1) and (2) both are sufficient