document.write( "Question 981725: find three consecutive even integers such that their sum is 12 less than twice the smallest \n" ); document.write( "
Algebra.Com's Answer #602699 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
\"N-2\",\"N\", and \"N%2B2\" are the integers.
\n" ); document.write( "\"N-2%2BN%2BN%2B2=2%28N-2%29-12\"
\n" ); document.write( "\"3N=2N-4-12\"
\n" ); document.write( "\"3N=2N-16\"
\n" ); document.write( "\"N=-16\"
\n" ); document.write( "So the integers are -18,-16, and -14.\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );