document.write( "Question 365784: what is the 3 greatest consecutive integers whose sum is no more than 26 \n" ); document.write( "
Algebra.Com's Answer #260713 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
\"x+%2B+%28x%2B1%29+%2B+%28x%2B2%29+%3C=26\",
\n" ); document.write( "\"3x+%2B3+%3C=26\",
\n" ); document.write( "\"3x+%3C=23\",
\n" ); document.write( "\"x+%3C=23%2F3\".
\n" ); document.write( "the greatest positive integer satisfying this inequality is 7. Thus the 3 greatest consecutive integers whose sum is no more than 26 are 7,8,9.
\n" ); document.write( "
\n" );