document.write( "Question 440328: four consecutive odd integers have a sum of 120. what are the integers? \n" ); document.write( "
Algebra.Com's Answer #304220 by jorel1380(3719)\"\" \"About 
You can put this solution on YOUR website!
n+n+2+n+4+n+6=120
\n" ); document.write( "4n+12=120
\n" ); document.write( "4n=108
\n" ); document.write( "n=27
\n" ); document.write( "The integers are 27,29,31,33..
\n" ); document.write( "
\n" );