document.write( "Question 381911: The sum of two consecutive even integers is at most 180. Find the pair of integers with the greatest sum. \n" ); document.write( "
Algebra.Com's Answer #270817 by richard1234(7193)\"\" \"About 
You can put this solution on YOUR website!
We want to maximize (2x) + (2x + 2) where x is an integer. This expression is 4x + 2 which is 2 mod 4, so the sum is at most 178. Therefore if 4x + 2 = 178 then x = 44, and the integers are 88, 90. \n" ); document.write( "
\n" );