document.write( "Question 339337: Find all sets of four consecutive odd integers that are positive and whose sum is at most 25 \n" ); document.write( "
Algebra.Com's Answer #243186 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
\"%28x%2Bx%2B2%2Bx%2B4%2Bx%2B6%29%3C=25\"
\n" ); document.write( "\"4x%2B12%3C=25\"
\n" ); document.write( "add -12
\n" ); document.write( "\"4x%2B12-12%3C=25-12\"
\n" ); document.write( "\"4x%3C=13\"
\n" ); document.write( "divide by 4
\n" ); document.write( "\"x%3C=13%2F4\"
\n" ); document.write( "\"x%3C=3.25\"
\n" ); document.write( "..
\n" ); document.write( "The numbers could be 1,3,5,7 OR 3,5,7,9
\n" ); document.write( "
\n" ); document.write( "
\n" );