document.write( "Question 1005295: 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 #621593 by josgarithmetic(39621)\"\" \"About 
You can put this solution on YOUR website!
n and n+1;
\n" ); document.write( "\"n%2Bn%2B1%3C83\"
\n" ); document.write( "\"2n%2B1%3C83\"
\n" ); document.write( "\"2n%3C82\"
\n" ); document.write( "\"n%3C41\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The largest n allowed for the description is n=40, so the next integer is 41. Sum is 81.
\n" ); document.write( "
\n" );