document.write( "Question 61806: The sum of two consecutive numbers is less than 92. Find the pair with the greatest sum. Thank you for your help! \n" ); document.write( "
Algebra.Com's Answer #42536 by Nate(3500)\"\" \"About 
You can put this solution on YOUR website!
Are the consecutive numbers integers?
\n" ); document.write( "i = first number
\n" ); document.write( "i + 1 = second number
\n" ); document.write( "i + i + 1 < 92
\n" ); document.write( "2i < 91
\n" ); document.write( "i < 45.5
\n" ); document.write( "45 and 46
\n" ); document.write( "
\n" );