document.write( "Question 970197: find three consecutive even integers such that three times the first integer is eight more than the sum of the second and third integers \n" ); document.write( "
Algebra.Com's Answer #592846 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
find three consecutive even integers such that three times the first integer is eight more than the sum of the second and third integers
\n" ); document.write( "***
\n" ); document.write( "let x=1st consecutive even integer
\n" ); document.write( "x+2=2nd consecutive even integer
\n" ); document.write( "x+4=3rd consecutive even integer
\n" ); document.write( "..
\n" ); document.write( "3x=x+2+x+4+8
\n" ); document.write( "x=14
\n" ); document.write( "x+2=16
\n" ); document.write( "x+4=18
\n" ); document.write( "1st consecutive even integer=14
\n" ); document.write( "2nd consecutive even integer=16
\n" ); document.write( "3rd consecutive even integer=18
\n" ); document.write( "
\n" );