document.write( "Question 1020646: The sum of two consecutive positive integers is at most 11. What are the largest possible integers \n" ); document.write( "
Algebra.Com's Answer #636960 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
\"N%2B%28N%2B1%29%3C=11\"
\n" ); document.write( "\"2N%2B1%3C=11\"
\n" ); document.write( "\"2N%3C=10\"
\n" ); document.write( "\"N%3C=5\"
\n" ); document.write( "So the largest integer would be 5.
\n" ); document.write( "So 5 and 6 would be the pair,
\n" ); document.write( "
\n" );