document.write( "Question 150161: The sum of two consecutive EVEN integers is 182. Algebraically, find the two integers. \n" ); document.write( "
Algebra.Com's Answer #110202 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Let N be the first integer.
\n" ); document.write( "The next integer, consecutive even integer that is, is N+2.
\n" ); document.write( "\"N%2B%28N%2B2%29=182\"
\n" ); document.write( "\"2N%2B2=182\"
\n" ); document.write( "\"2N=180\"
\n" ); document.write( "\"N=90\"
\n" ); document.write( "The two consecutive even integers that sum to 182 are 90(\"N\") and 92(\"N%2B2\").
\n" ); document.write( "
\n" );