document.write( "Question 344023: Find two consecutive even integers such that the smaller added to two times the larger gives a sum of 28? \n" ); document.write( "
Algebra.Com's Answer #246119 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Let \"N\" and \"N%2B2\" be the integers.
\n" ); document.write( "\"N%2B2%28N%2B2%29=28\"
\n" ); document.write( "\"N%2B2N%2B4=28\"
\n" ); document.write( "\"3N%2B4=28\"
\n" ); document.write( "\"3N=24\"
\n" ); document.write( "\"N=8\"
\n" ); document.write( "Then
\n" ); document.write( "\"N%2B2=10\"
\n" ); document.write( "
\n" );