document.write( "Question 128661: the sum of two consecutive integers is less than 75.find the pair ofintegers with the greatest sum. \n" ); document.write( "
Algebra.Com's Answer #94141 by solver91311(24713)\"\" \"About 
You can put this solution on YOUR website!
If you have two consecutive integers and the first one is x, then the second one has to be x + 1. So \"the sum of two consecutive integers is less than 75\" translates to:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"x+%2B+%28x+%2B+1%29%3C75\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"2x+%2B+1+%3C75\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"2x%3C74\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"x%3C37\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "In order for x to be less than 37 and still be an integer, the most it could be is 36. So your two consecutive integers are 36 and 37, and their sum is 73.\r
\n" ); document.write( "\n" ); document.write( "Check:
\n" ); document.write( "What if the integers were 37 and 38? Then the sum would be 75, and since 75 is NOT less than 75, 36 and 37 are the pair of integers with the greatest sum less than 75.
\n" ); document.write( "
\n" );