document.write( "Question 339334: 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 #243623 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
\"N%2BN%2B2%2BN%2B4%2BN%2B6%3C25\"
\n" ); document.write( "\"4N%2B12%3C25\"
\n" ); document.write( "\"4N%3C13\"
\n" ); document.write( "\"N%3C13%2F4\"
\n" ); document.write( "Since \"N\" must be an integer, then \"N=3\" is the maximum value it can achieve.
\n" ); document.write( "Since \"N\" must be positive, then \"N=1\" is the minimum value it can achieve.
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( "Two sets of consecutive odd integers: (1,3,5,7) and (3,5,7,9). \r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );