document.write( "Question 61953: The sum of two consecutive positive intergers is less than 92. Find the pair with the greatest sum. \n" ); document.write( "
Algebra.Com's Answer #42680 by joyofmath(189)\"\" \"About 
You can put this solution on YOUR website!
\"x%2B%28x%2B1%29+%3C+92\".
\n" ); document.write( "\"2x%2B1+%3C+92\".
\n" ); document.write( "\"2x+%3C+91\".
\n" ); document.write( "\"x+%3C+45.5\".
\n" ); document.write( "


\n" ); document.write( "x is an integer < 45.5 so x = 45.
\n" ); document.write( "


\n" ); document.write( "So, the pair of numbers is 45 and 46. \n" ); document.write( "

\n" );