document.write( "Question 839322: the sum of two even consecutive integers is at most 32. what are the greatest possible integers? \n" ); document.write( "
Algebra.Com's Answer #805938 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
consecutive even integers: x, (x+2)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x + (x+2) <= 32
\n" ); document.write( "2x + 2 <= 32
\n" ); document.write( "2x <= 30
\n" ); document.write( "x <= 15\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The greatest possible values of the integers are 14 and 16.
\n" ); document.write( "
\n" );