document.write( "Question 176128: find 3 consecutive even integers such that the sum of the smallest and the largest integer is equal to 36.
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #131220 by vleith(2983)\"\" \"About 
You can put this solution on YOUR website!
Let the numbers be N, N+2 , N+4
\n" ); document.write( "Given \"N+%2B+%28N%2B4%29+=+36\"
\n" ); document.write( "\"2N+%2B+4+=+36\"
\n" ); document.write( "\"2N+=+32\"
\n" ); document.write( "\"N+=+16\"
\n" ); document.write( "So the numbers are 16, 18 and 20
\n" ); document.write( "
\n" );