Question part

Points
Submissions
1 2 3
0/1 0/1 0/1
0/2 0/2 0/2
Total
0/3

Find three consecutive even integers such that four times the middle integer is equal to the sum of the first and third integers.

The integers would be n, n+1 and n+2.

4(n+1) = n + n+2

Solve for n.