document.write( "Question 915538: the sum of two consecutive positive odd integers is at most 16. what are the integers? \n" ); document.write( "
Algebra.Com's Answer #805802 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
consecutive odd integers: x, (x+2)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x + (x+2) <= 16
\n" ); document.write( "2x + 2 <= 16
\n" ); document.write( "x <= 7\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The integers could be {1, 3}, {3, 5}, {5, 7} or {7, 9}.
\n" ); document.write( "
\n" );