document.write( "Question 771796: The sum of two consecutive integers is less than 83. find the pair of integers with the greatest sum. \n" ); document.write( "
Algebra.Com's Answer #470467 by tommyt3rd(5050)\"\" \"About 
You can put this solution on YOUR website!
n+(n+1) < 83\r
\n" ); document.write( "\n" ); document.write( "2n < 82\r
\n" ); document.write( "\n" ); document.write( "n < 41\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "so the integers must bo 40 and 41 to make the sum strictly less than 83
\n" ); document.write( "
\n" );