document.write( "Question 907993: The sum of two consecutive even integers is 546. Find the smallest integer. \n" ); document.write( "
Algebra.Com's Answer #550864 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
\"N%2BN%2B2=546\"
\n" ); document.write( "\"2N=544\"
\n" ); document.write( "\"N=272\"
\n" ); document.write( "So the integers are 272 and 274.
\n" ); document.write( "
\n" );