document.write( "Question 348627: Find four consecutive even integers such that the product of -2 and the sum of the first and fourth is 20 less than the opposite of the third. \n" ); document.write( "
Algebra.Com's Answer #249290 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Let the 4 integers be \"N\", \"N%2B2\", \"N%2B4\", and \"N%2B6\".\r
\n" ); document.write( "\n" ); document.write( "\"-2%28N%2BN%2B6%29=-%28N%2B4%29-20\"
\n" ); document.write( "\"-2%282N%2B6%29=-N-4-20\"
\n" ); document.write( "\"4N%2B12=N%2B24\"
\n" ); document.write( "\"3N=12\"
\n" ); document.write( "\"highlight%28N=4%29\"
\n" ); document.write( "The integers are 4,6,8, and 10.
\n" ); document.write( "
\n" ); document.write( "
\n" );