document.write( "Question 161165: Find two consecutive even integers such that the lesser is two times the greater. \n" ); document.write( "
Algebra.Com's Answer #118706 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
N is the smaller integer, N+2 is the even consecutive larger integer.
\n" ); document.write( "\"N=2%28N%2B2%29\"
\n" ); document.write( "\"N=2N%2B4\"
\n" ); document.write( "\"-N=4\"
\n" ); document.write( "\"N=-4\"
\n" ); document.write( "The integers are -4 and -2.\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );