document.write( "Question 1181801: The sum of two consecutive integers is at most 81. Find the pair of integers with the greatest sum. \n" ); document.write( "
Algebra.Com's Answer #811681 by MathLover1(20850)\"\" \"About 
You can put this solution on YOUR website!
\r
\n" ); document.write( "\n" ); document.write( "let two consecutive integers be \"x\" and \"x%2B1\"\r
\n" ); document.write( "\n" ); document.write( "if their is at most \"81\", we have\r
\n" ); document.write( "\n" ); document.write( "\"x%2Bx%2B1%3C=81\"\r
\n" ); document.write( "\n" ); document.write( "\"2x%3C=81-1\"\r
\n" ); document.write( "\n" ); document.write( "\"2x%3C=80\"\r
\n" ); document.write( "\n" ); document.write( "\"x%3C=40\"\r
\n" ); document.write( "\n" ); document.write( "two consecutive integers are \"40+\"and \"41\"->the pair of integers with the greatest sum\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );