Question 1022676
If the sum of three consecutive even integers is 204 what is the first of the three even integars? Hint:if x and x+2 represent the first two consecutive even integers, then how would The third consecutive even integer be represented? 
<pre>1<sup>st</sup> integer: x
2<sup>nd</sup> integer: x + 2
{{{highlight_green(matrix(1,5, 3^rd, "integer:", x, "+", 4))}}}
x + x + 2 + x + 4 = 204
3x + 6 = 204
3x = 204 - 6
3x = 198
x, or 1<sup>st</sup> integer = {{{198/3}}}, or {{{highlight_green(66)}}}