Hi, sum of 7 consecutive even integers if the middle integer is n S = (n-6) + (n-4) + (n-2) + n + (n+2)+(n+4) +(n + 6) S = 7n