document.write( "Question 515434: The sum of two consecutive even integers is at most 30. What are the greatest possible integers? \n" ); document.write( "
Algebra.Com's Answer #343991 by oberobic(2304)\"\" \"About 
You can put this solution on YOUR website!
Two consecutive even integers can be defined as:
\n" ); document.write( "x
\n" ); document.write( "x+2
\n" ); document.write( ".
\n" ); document.write( "x + x+2 = 30
\n" ); document.write( ".
\n" ); document.write( "2x = 28
\n" ); document.write( "x = 14
\n" ); document.write( ".
\n" ); document.write( "x+2 = 16
\n" ); document.write( ".
\n" ); document.write( "Answer: 14 and 16.
\n" ); document.write( ".
\n" ); document.write( "Done.
\n" ); document.write( "
\n" );